Uses of Class
bibliothek.gui.dock.station.SplitDockStation

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
 

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 SplitDropTreeException.getStation()
          Gets the station which is the source of this exception.
 SplitDockStation FullScreenClickableListener.getStation()
          Gets the station which is observed by this listener.
 SplitDockStation SplitDockStationFactory.read(Map<Integer,Dockable> children, boolean ignore, DataInputStream in)
           
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockStation
 void SplitDockStationFactory.read(Map<Integer,Dockable> children, boolean ignore, SplitDockStation station, DataInputStream in)
           
 void SplitDockStationFactory.write(SplitDockStation element, Map<Dockable,Integer> children, DataOutputStream out)
           
 

Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockStation
FullScreenClickableListener(SplitDockStation station)
          Constructs a new listener.
SplitDropTreeException(SplitDockStation station, String message)
          Creates a new exception.
SplitFullScreenAction(SplitDockStation station)
          Constructs the action and sets the station on which the Dockables will be made fullscreen.