Class PTBaseTextEditor

java.lang.Object
org.eclipse.nebula.widgets.opal.propertytable.editor.PTEditor
org.eclipse.nebula.widgets.opal.propertytable.editor.PTBaseTextEditor
Direct Known Subclasses:
PTFloatEditor, PTIntegerEditor, PTPasswordEditor, PTStringEditor, PTURLEditor

public abstract class PTBaseTextEditor
extends PTEditor
This abstract class represents all text-based editors (float editor, integer editor, password editor, String editor, URL editor)
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.eclipse.swt.widgets.Text text  
  • Constructor Summary

    Constructors 
    Constructor Description
    PTBaseTextEditor()  
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait