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 inherited from class org.eclipse.nebula.widgets.opal.propertytable.AbstractPTWidget
descriptionLabel -
Constructor Summary
Constructors Constructor Description PTWidgetTree() -
Method Summary
Modifier and Type Method Description protected voidbuildWidget(org.eclipse.swt.widgets.Composite parent)Build the widget itselforg.eclipse.swt.widgets.CompositegetWidget()voidrefillData()Clear all data and fill the widgetMethods inherited from class org.eclipse.nebula.widgets.opal.propertytable.AbstractPTWidget
build, disposeAndBuild, getParentPropertyTable, setParentPropertyTable, updateDescriptionPanel
-
Constructor Details
-
PTWidgetTree
public PTWidgetTree()
-
-
Method Details
-
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)
-
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()
-