Class PTWidgetTable
- java.lang.Object
-
- org.eclipse.nebula.widgets.opal.propertytable.AbstractPTWidget
-
- org.eclipse.nebula.widgets.opal.propertytable.PTWidgetTable
-
- All Implemented Interfaces:
PTWidget
class PTWidgetTable extends AbstractPTWidget
Instances of this class are table that are displayed in a PropertyTable when the type of view is "Flat List"
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Table
table
-
Fields inherited from class org.eclipse.nebula.widgets.opal.propertytable.AbstractPTWidget
descriptionLabel
-
-
Constructor Summary
Constructors Constructor Description PTWidgetTable()
-
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 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 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()
-
-