Uses of Interface
org.eclipse.nebula.widgets.opal.propertytable.PTWidget
-
Packages that use PTWidget Package Description org.eclipse.nebula.widgets.opal.propertytable org.eclipse.nebula.widgets.opal.propertytable.editor -
-
Uses of PTWidget in org.eclipse.nebula.widgets.opal.propertytable
Classes in org.eclipse.nebula.widgets.opal.propertytable that implement PTWidget Modifier and Type Class Description class
AbstractPTWidget
This abstract class contains all common methods for widgets that are part of a property table(package private) class
PTWidgetTable
Instances of this class are table that are displayed in a PropertyTable when the type of view is "Flat List"class
PTWidgetTree
Instances of this class are table that are displayed in a PropertyTable when the type of view is "Category"Fields in org.eclipse.nebula.widgets.opal.propertytable declared as PTWidget Modifier and Type Field Description private PTWidget
PropertyTable. widget
Methods in org.eclipse.nebula.widgets.opal.propertytable that return PTWidget Modifier and Type Method Description PTWidget
AbstractPTWidget. build()
PTWidget
PTWidget. build()
Build the widget (Table or TreeTable)(package private) static PTWidget
PTWidgetFactory. build(PropertyTable table)
Build the widget displayed in a property tablePTWidget
AbstractPTWidget. disposeAndBuild(PropertyTable table)
PTWidget
PTWidget. disposeAndBuild(PropertyTable table)
Dispose the previous widget and build a new one (when ones switch from Category View to Flat List view) -
Uses of PTWidget in org.eclipse.nebula.widgets.opal.propertytable.editor
Fields in org.eclipse.nebula.widgets.opal.propertytable.editor declared as PTWidget Modifier and Type Field Description private PTWidget
PTChooserEditor. widget
Methods in org.eclipse.nebula.widgets.opal.propertytable.editor with parameters of type PTWidget Modifier and Type Method Description protected abstract void
PTChooserEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
Open the window to edit the propertyprotected void
PTColorEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
protected void
PTDirectoryEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
protected void
PTFileEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
protected void
PTFontEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
protected void
PTWindowEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
org.eclipse.swt.custom.ControlEditor
PTBaseTextEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
org.eclipse.swt.custom.ControlEditor
PTCheckboxEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
org.eclipse.swt.custom.ControlEditor
PTChooserEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
org.eclipse.swt.custom.ControlEditor
PTComboEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
org.eclipse.swt.custom.ControlEditor
PTDateEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
abstract org.eclipse.swt.custom.ControlEditor
PTEditor. render(PTWidget parent, org.eclipse.swt.widgets.Item item, PTProperty property)
Renders an editororg.eclipse.swt.custom.ControlEditor
PTSpinnerEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
-