public abstract class PTEditor
extends java.lang.Object
| Constructor and Description |
|---|
PTEditor() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.eclipse.swt.custom.ControlEditor |
render(PTWidget parent,
org.eclipse.swt.widgets.Item item,
PTProperty property)
Renders an editor
|
public abstract org.eclipse.swt.custom.ControlEditor render(PTWidget parent, org.eclipse.swt.widgets.Item item, PTProperty property)
parent - the parent PTWidget (a table or a tree table)item - the item on which the editor is displayedproperty - the property associated to the editor