|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.stack.DefaultStackDockComponent.Tab
protected class DefaultStackDockComponent.Tab
Representation of a single tab of this StackDockComponent
.
Field Summary | |
---|---|
protected Dockable |
dockable
the element on the tab |
Constructor Summary | |
---|---|
DefaultStackDockComponent.Tab(Dockable dockable)
Creates a new Tab |
Method Summary | |
---|---|
Dockable |
getDockable()
Gets the Dockable which is represented by this tab. |
void |
setController(DockController controller)
Tells this tab which controller is currently used. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Dockable dockable
Constructor Detail |
---|
public DefaultStackDockComponent.Tab(Dockable dockable)
dockable
- the element on the tabMethod Detail |
---|
public Dockable getDockable()
Dockable
which is represented by this tab.
public void setController(DockController controller)
null
if this tab is no longer used, or when the connection to a
DockController
is lost.
controller
- the new source of information, can be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |