Class PTEditor

    • Constructor Summary

      Constructors 
      Constructor Description
      PTEditor()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PTEditor

        public PTEditor()
    • Method Detail

      • render

        public abstract org.eclipse.swt.custom.ControlEditor render​(PTWidget parent,
                                                                    org.eclipse.swt.widgets.Item item,
                                                                    PTProperty property)
        Renders an editor
        Parameters:
        parent - the parent PTWidget (a table or a tree table)
        item - the item on which the editor is displayed
        property - the property associated to the editor
        Returns:
        a control editor