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 PropertyTableAbstractPTWidget. parentPropertyTableprivate PropertyTablePTProperty. parentTableMethods in org.eclipse.nebula.widgets.opal.propertytable that return PropertyTable Modifier and Type Method Description protected PropertyTableAbstractPTWidget. getParentPropertyTable()PropertyTablePropertyTable. hideButtons()Hide all buttonsPropertyTablePropertyTable. hideDescription()Hide descriptionprivate PropertyTablePropertyTable. rebuild()Rebuild the whole tablePropertyTablePropertyTable. showButtons()Show all buttonsPropertyTablePropertyTable. showDescription()Show descriptionPropertyTablePropertyTable. sort()Sort the propertiesPropertyTablePropertyTable. unsort()Show properties not sortedPropertyTablePropertyTable. viewAsCategories()View the properties as categoriesPropertyTablePropertyTable. 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 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)voidAbstractPTWidget. setParentPropertyTable(PropertyTable table)voidPTWidget. setParentPropertyTable(PropertyTable table)Inject the parent property table in the widgetPTPropertyPTProperty. 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 PropertyTablePropertyTableSnippet. buildPropertyTable(org.eclipse.swt.widgets.TabFolder tabFolder, boolean showButton, boolean showAsCategory, boolean showDescription)Build a property tableprivate static PropertyTablePropertyTableSnippetRefresh. buildPropertyTable(org.eclipse.swt.widgets.Composite composite)Build a property table
-