Uses of Class
org.eclipse.nebula.widgets.opal.propertytable.PropertyTable
-
Packages that use PropertyTable Package Description org.eclipse.nebula.widgets.opal.propertytable org.eclipse.nebula.widgets.opal.propertytable.snippets -
-
Uses of PropertyTable in org.eclipse.nebula.widgets.opal.propertytable
Fields in org.eclipse.nebula.widgets.opal.propertytable declared as PropertyTable Modifier and Type Field Description private PropertyTable
AbstractPTWidget. parentPropertyTable
private PropertyTable
PTProperty. parentTable
Methods in org.eclipse.nebula.widgets.opal.propertytable that return PropertyTable Modifier and Type Method Description protected PropertyTable
AbstractPTWidget. getParentPropertyTable()
PropertyTable
PropertyTable. hideButtons()
Hide all buttonsPropertyTable
PropertyTable. hideDescription()
Hide descriptionprivate PropertyTable
PropertyTable. rebuild()
Rebuild the whole tablePropertyTable
PropertyTable. showButtons()
Show all buttonsPropertyTable
PropertyTable. showDescription()
Show descriptionPropertyTable
PropertyTable. sort()
Sort the propertiesPropertyTable
PropertyTable. unsort()
Show properties not sortedPropertyTable
PropertyTable. viewAsCategories()
View the properties as categoriesPropertyTable
PropertyTable. viewAsFlatList()
View the properties as a flat listMethods in org.eclipse.nebula.widgets.opal.propertytable with parameters of type PropertyTable Modifier and Type Method Description (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)void
AbstractPTWidget. setParentPropertyTable(PropertyTable table)
void
PTWidget. setParentPropertyTable(PropertyTable table)
Inject the parent property table in the widgetPTProperty
PTProperty. setParentTable(PropertyTable parentTable)
-
Uses of PropertyTable in org.eclipse.nebula.widgets.opal.propertytable.snippets
Methods in org.eclipse.nebula.widgets.opal.propertytable.snippets that return PropertyTable Modifier and Type Method Description private static PropertyTable
PropertyTableSnippet. buildPropertyTable(org.eclipse.swt.widgets.TabFolder tabFolder, boolean showButton, boolean showAsCategory, boolean showDescription)
Build a property tableprivate static PropertyTable
PropertyTableSnippetRefresh. buildPropertyTable(org.eclipse.swt.widgets.Composite composite)
Build a property table
-