Uses of Interface
org.eclipse.jface.viewers.ICellEditorValidator
Packages that use ICellEditorValidator
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
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 ICellEditorValidatorModifier and TypeMethodDescriptionCellEditor.getValidator()
Returns the input validator for this cell editor.Methods in org.eclipse.jface.viewers with parameters of type ICellEditorValidatorModifier and TypeMethodDescriptionvoid
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 ICellEditorValidatorModifier and TypeMethodDescriptionprotected ICellEditorValidator
PropertyDescriptor.getValidator()
Returns the input validator for editing the property.Methods in org.eclipse.ui.views.properties with parameters of type ICellEditorValidatorModifier and TypeMethodDescriptionvoid
PropertyDescriptor.setValidator
(ICellEditorValidator validator) Sets the input validator for the cell editor for this property descriptor.