Eclipse eRCP
Release 1.1

Uses of Interface
org.eclipse.jface.viewers.ICellEditorValidator

Packages that use ICellEditorValidator
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
 

Uses of ICellEditorValidator in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers that return ICellEditorValidator
 ICellEditorValidator CellEditor.getValidator()
          Returns the input validator for this cell editor.
 

Methods in org.eclipse.jface.viewers with parameters of type ICellEditorValidator
 void CellEditor.setValidator(ICellEditorValidator validator)
          Sets the input validator for this cell editor.
 


Eclipse eRCP
Release 1.1