Class PTStringEditor
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.propertytable.editor.PTEditor
-
- org.eclipse.nebula.widgets.opal.propertytable.editor.PTBaseTextEditor
-
- org.eclipse.nebula.widgets.opal.propertytable.editor.PTStringEditor
-
public class PTStringEditor extends PTBaseTextEditor
This editor is used to edit string values
-
-
Field Summary
-
Fields inherited from class org.eclipse.nebula.widgets.opal.propertytable.editor.PTBaseTextEditor
text
-
-
Constructor Summary
Constructors Constructor Description PTStringEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddVerifyListeners()Add the verify listenersjava.lang.ObjectconvertValue()intgetStyle()-
Methods inherited from class org.eclipse.nebula.widgets.opal.propertytable.editor.PTBaseTextEditor
render
-
-
-
-
Method Detail
-
addVerifyListeners
public void addVerifyListeners()
Description copied from class:PTBaseTextEditorAdd the verify listeners- Specified by:
addVerifyListenersin classPTBaseTextEditor
-
convertValue
public java.lang.Object convertValue()
- Specified by:
convertValuein classPTBaseTextEditor- Returns:
- the value of the data typed by the user in the correct format
-
getStyle
public int getStyle()
- Specified by:
getStylein classPTBaseTextEditor- Returns:
- the style (SWT.NONE or SWT.PASSWORD)
-
-