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 classAbstractPTWidgetThis abstract class contains all common methods for widgets that are part of a property table(package private) classPTWidgetTableInstances of this class are table that are displayed in a PropertyTable when the type of view is "Flat List"classPTWidgetTreeInstances 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 PTWidgetPropertyTable. widgetMethods in org.eclipse.nebula.widgets.opal.propertytable that return PTWidget Modifier and Type Method Description PTWidgetAbstractPTWidget. build()PTWidgetPTWidget. build()Build the widget (Table or TreeTable)(package private) static PTWidgetPTWidgetFactory. build(PropertyTable table)Build the widget displayed in a property tablePTWidgetAbstractPTWidget. disposeAndBuild(PropertyTable table)PTWidgetPTWidget. 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 PTWidgetPTChooserEditor. widgetMethods in org.eclipse.nebula.widgets.opal.propertytable.editor with parameters of type PTWidget Modifier and Type Method Description protected abstract voidPTChooserEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)Open the window to edit the propertyprotected voidPTColorEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)protected voidPTDirectoryEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)protected voidPTFileEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)protected voidPTFontEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)protected voidPTWindowEditor. openWindow(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)org.eclipse.swt.custom.ControlEditorPTBaseTextEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)org.eclipse.swt.custom.ControlEditorPTCheckboxEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)org.eclipse.swt.custom.ControlEditorPTChooserEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)org.eclipse.swt.custom.ControlEditorPTComboEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)org.eclipse.swt.custom.ControlEditorPTDateEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)abstract org.eclipse.swt.custom.ControlEditorPTEditor. render(PTWidget parent, org.eclipse.swt.widgets.Item item, PTProperty property)Renders an editororg.eclipse.swt.custom.ControlEditorPTSpinnerEditor. render(PTWidget widget, org.eclipse.swt.widgets.Item item, PTProperty property)
-