Uses of Interface
org.eclipse.jface.viewers.ICellEditorValidator
-
Packages that use ICellEditorValidator Package Description 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 Modifier and Type Method Description ICellEditorValidator
CellEditor. getValidator()
Returns the input validator for this cell editor.Methods in org.eclipse.jface.viewers with parameters of type ICellEditorValidator Modifier and Type Method Description 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 Modifier and Type Method Description protected ICellEditorValidator
PropertyDescriptor. getValidator()
Returns the input validator for editing the property.Methods in org.eclipse.ui.views.properties with parameters of type ICellEditorValidator Modifier and Type Method Description void
PropertyDescriptor. setValidator(ICellEditorValidator validator)
Sets the input validator for the cell editor for this property descriptor.
-