PTFloatEditor
, PTIntegerEditor
, PTPasswordEditor
, PTStringEditor
, PTURLEditor
public abstract class PTBaseTextEditor extends PTEditor
Constructor | Description |
---|---|
PTBaseTextEditor() |
Modifier and Type | Method | Description |
---|---|---|
abstract void |
addVerifyListeners() |
Add the verify listeners
|
abstract java.lang.Object |
convertValue() |
|
abstract int |
getStyle() |
|
org.eclipse.swt.custom.ControlEditor |
render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |
Renders an editor
|
public org.eclipse.swt.custom.ControlEditor render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
PTEditor
render
in class PTEditor
widget
- the parent PTWidget (a table or a tree table)item
- the item on which the editor is displayedproperty
- the property associated to the editorPTEditor.render(org.eclipse.nebula.widgets.opal.propertytable.PTWidget,
org.eclipse.swt.widgets.Item, org.eclipse.nebula.widgets.opal.propertytable.PTProperty)
public abstract void addVerifyListeners()
public abstract java.lang.Object convertValue()
public abstract int getStyle()