Class PTWidgetTree
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.propertytable.AbstractPTWidget
-
- org.eclipse.nebula.widgets.opal.propertytable.PTWidgetTree
-
- All Implemented Interfaces:
PTWidget
public class PTWidgetTree extends AbstractPTWidget
Instances of this class are table that are displayed in a PropertyTable when the type of view is "Category"
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Tree
tree
-
Fields inherited from class org.eclipse.nebula.widgets.opal.propertytable.AbstractPTWidget
descriptionLabel
-
-
Constructor Summary
Constructors Constructor Description PTWidgetTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildWidget(org.eclipse.swt.widgets.Composite parent)
Build the widget itselfprivate void
fillData()
Fill the data in the widgetorg.eclipse.swt.widgets.Composite
getWidget()
void
refillData()
Clear all data and fill the widget-
Methods inherited from class org.eclipse.nebula.widgets.opal.propertytable.AbstractPTWidget
build, disposeAndBuild, getParentPropertyTable, setParentPropertyTable, updateDescriptionPanel
-
-
-
-
Method Detail
-
buildWidget
protected void buildWidget(org.eclipse.swt.widgets.Composite parent)
Description copied from class:AbstractPTWidget
Build the widget itself- Specified by:
buildWidget
in classAbstractPTWidget
- See Also:
AbstractPTWidget.buildWidget(org.eclipse.swt.widgets.Composite)
-
fillData
private void fillData()
Fill the data in the widget
-
refillData
public void refillData()
Description copied from interface:PTWidget
Clear all data and fill the widget- Specified by:
refillData
in interfacePTWidget
- Specified by:
refillData
in classAbstractPTWidget
- See Also:
AbstractPTWidget.refillData()
-
getWidget
public org.eclipse.swt.widgets.Composite getWidget()
- Returns:
- the underlying widget (Table or TableTree)
- See Also:
PTWidget.getWidget()
-
-