bibliothek.extension.gui.dock.theme.eclipse.stack.tab
Interface InvisibleTab
- All Known Implementing Classes:
- DefaultInvisibleTab
public interface InvisibleTab
An invisible tab is "shown" on an InvisibleTabPane, it is used
to mimic some of the behavior a TabComponent would force
on an EclipseTabPane.
- Author:
- Benjamin Sigg
|
Method Summary |
void |
setController(DockController controller)
Sets the controller in whose realm this tab works, if there is no
controller set then this tab must be in a state ready to be collected
by the garbage collector. |
setController
void setController(DockController controller)
- Sets the controller in whose realm this tab works, if there is no
controller set then this tab must be in a state ready to be collected
by the garbage collector.
- Parameters:
controller - the realm