PTBaseTextEditor
, PTCheckboxEditor
, PTChooserEditor
, PTComboEditor
, PTDateEditor
, PTSpinnerEditor
public abstract class PTEditor
extends java.lang.Object
Constructor | Description |
---|---|
PTEditor() |
Modifier and Type | Method | 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