org.topbraidcomposer.editors.forms.layout.actions
Interface IControlActionDriver
- All Known Implementing Classes:
- ControlTreeViewer
public interface IControlActionDriver
An interface allowing IPanelActions to call back to the UI widgets to refresh etc.
- Author:
- Holger Knublauch
|
Method Summary |
org.eclipse.swt.widgets.Control |
getControl()
|
void |
refreshPanels(com.hp.hpl.jena.rdf.model.Resource panel)
Refreshes the visual representation of a given panel (and possibly its children). |
void |
setSelection(com.hp.hpl.jena.rdf.model.Resource panel)
|
getControl
org.eclipse.swt.widgets.Control getControl()
refreshPanels
void refreshPanels(com.hp.hpl.jena.rdf.model.Resource panel)
- Refreshes the visual representation of a given panel (and possibly its children).
- Parameters:
panel - the panel to refresh
setSelection
void setSelection(com.hp.hpl.jena.rdf.model.Resource panel)