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.Treetree-
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 voidbuildWidget(org.eclipse.swt.widgets.Composite parent)Build the widget itselfprivate voidfillData()Fill the data in the widgetorg.eclipse.swt.widgets.CompositegetWidget()voidrefillData()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:AbstractPTWidgetBuild the widget itself- Specified by:
buildWidgetin 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:PTWidgetClear all data and fill the widget- Specified by:
refillDatain interfacePTWidget- Specified by:
refillDatain classAbstractPTWidget- See Also:
AbstractPTWidget.refillData()
-
getWidget
public org.eclipse.swt.widgets.Composite getWidget()
- Returns:
- the underlying widget (Table or TableTree)
- See Also:
PTWidget.getWidget()
-
-