|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICellEditorValidator | |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.ui.views.properties | Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. |
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. |
Uses of ICellEditorValidator in org.eclipse.ui.views.properties |
Methods in org.eclipse.ui.views.properties that return ICellEditorValidator | |
protected ICellEditorValidator |
PropertyDescriptor.getValidator()
Returns the input validator for editing the property. |
Methods in org.eclipse.ui.views.properties with parameters of type ICellEditorValidator | |
void |
PropertyDescriptor.setValidator(ICellEditorValidator validator)
Sets the input validator for the cell editor for this property descriptor. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |