|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitDockStation | |
---|---|
bibliothek.gui.dock.event | |
bibliothek.gui.dock.station.split |
Uses of SplitDockStation in bibliothek.gui.dock.event |
---|
Methods in bibliothek.gui.dock.event with parameters of type SplitDockStation | |
---|---|
void |
SplitDockListener.fullScreenDockableChanged(SplitDockStation station,
Dockable oldFullScreen,
Dockable newFullScreen)
Invoked when a new Dockable was made fullscreen, or
no Dockable at all is fullscreen. |
Uses of SplitDockStation in bibliothek.gui.dock.station.split |
---|
Fields in bibliothek.gui.dock.station.split declared as SplitDockStation | |
---|---|
private SplitDockStation |
SplitFullScreenAction.split
|
private SplitDockStation |
FullScreenClickableListener.station
The station which is observed by this listener |
private SplitDockStation |
SplitDropTreeException.station
the source of the exception |
Methods in bibliothek.gui.dock.station.split that return SplitDockStation | |
---|---|
protected SplitDockStation |
SplitDockStationFactory.createStation()
Creates an instance of a SplitDockStation . |
SplitDockStation |
SplitDockAccess.getOwner()
Gets the station to which this object grants access. |
SplitDockStation |
FullScreenClickableListener.getStation()
Gets the station which is observed by this listener. |
SplitDockStation |
SplitDropTreeException.getStation()
Gets the station which is the source of this exception. |
SplitDockStation |
SplitDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children,
boolean ignore,
java.io.DataInputStream in)
|
Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockStation | |
---|---|
void |
SplitDockStationFactory.read(java.util.Map<java.lang.Integer,Dockable> children,
boolean ignore,
SplitDockStation station,
java.io.DataInputStream in)
|
void |
SplitDockStationFactory.write(SplitDockStation element,
java.util.Map<Dockable,java.lang.Integer> children,
java.io.DataOutputStream out)
|
Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockStation | |
---|---|
FullScreenClickableListener(SplitDockStation station)
Constructs a new listener. |
|
SplitDropTreeException(SplitDockStation station,
java.lang.String message)
Creates a new exception. |
|
SplitFullScreenAction(SplitDockStation station)
Constructs the action and sets the station on
which the Dockables will be made fullscreen. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |