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.
|
Modifier and Type | Method and Description |
---|---|
ICellEditorValidator |
CellEditor.getValidator()
Returns the input validator for this cell editor.
|
Modifier and Type | Method and Description |
---|---|
void |
CellEditor.setValidator(ICellEditorValidator validator)
Sets the input validator for this cell editor.
|
Modifier and Type | Method and Description |
---|---|
protected ICellEditorValidator |
PropertyDescriptor.getValidator()
Returns the input validator for editing the property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyDescriptor.setValidator(ICellEditorValidator validator)
Sets the input validator for the cell editor for this property descriptor.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.