Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.propertytable | |
org.eclipse.nebula.widgets.opal.propertytable.editor |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractPTWidget |
This abstract class contains all common methods for widgets that are part of
a property table
|
class |
PTWidgetTree |
Instances of this class are table that are displayed in a PropertyTable when
the type of view is "Category"
|
Modifier and Type | Method | Description |
---|---|---|
PTWidget |
AbstractPTWidget.build() |
|
PTWidget |
PTWidget.build() |
Build the widget (Table or TreeTable)
|
PTWidget |
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)
|
Modifier and Type | Method | Description |
---|---|---|
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 editor
|
org.eclipse.swt.custom.ControlEditor |
PTSpinnerEditor.render(PTWidget widget,
org.eclipse.swt.widgets.Item item,
PTProperty property) |