AbstractPTWidget
, PTWidgetTree
public interface PTWidget
Modifier and Type | Method | Description |
---|---|---|
PTWidget |
build() |
Build the widget (Table or TreeTable)
|
PTWidget |
disposeAndBuild(PropertyTable table) |
Dispose the previous widget and build a new one (when ones switch from
Category View to Flat List view)
|
org.eclipse.swt.widgets.Composite |
getWidget() |
|
void |
refillData() |
Clear all data and fill the widget
|
void |
setParentPropertyTable(PropertyTable table) |
Inject the parent property table in the widget
|
void |
updateDescriptionPanel(java.lang.Object selection) |
Update the description panel (if it exists)
|
PTWidget build()
PTWidget disposeAndBuild(PropertyTable table)
table
- the PropertyTable to disposevoid setParentPropertyTable(PropertyTable table)
table
- table to injectvoid refillData()
org.eclipse.swt.widgets.Composite getWidget()
void updateDescriptionPanel(java.lang.Object selection)
selection
- selected property