Uses of Interface
bibliothek.gui.dock.action.ListeningDockAction

Packages that use ListeningDockAction
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern.station Contains the CommonStation, various implementations of CommonStation and supporting classes. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of ListeningDockAction in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ListeningDockAction
protected  ListeningDockAction ScreenDockStation.createFullscreenAction()
          Creates an action which is added to all children of this station.
protected  ListeningDockAction SplitDockStation.createFullScreenAction()
          Creates an action which is added to all children of this station.
protected  ListeningDockAction FlapDockStation.createHoldAction()
          Creates a DockAction that is added to all children of this station.
 

Methods in bibliothek.gui.dock with parameters of type ListeningDockAction
 void ScreenDockStation.setFullscreenAction(ListeningDockAction fullScreenAction)
          Sets an action which allows to expand children.
 void SplitDockStation.setFullScreenAction(ListeningDockAction fullScreenAction)
          Sets an action which allows to expand children.
 

Uses of ListeningDockAction in bibliothek.gui.dock.common.intern.station
 

Methods in bibliothek.gui.dock.common.intern.station that return ListeningDockAction
protected  ListeningDockAction CSplitDockStation.createFullScreenAction()
           
protected  ListeningDockAction SecureCSplitDockStation.createFullScreenAction()
           
 

Uses of ListeningDockAction in bibliothek.gui.dock.facile.action
 

Classes in bibliothek.gui.dock.facile.action that implement ListeningDockAction
 class CloseAction
          This action shows an icon for "close".
 class ReplaceAction
          A DockAction that can replace a DockStation by it's only child.
 

Uses of ListeningDockAction in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement ListeningDockAction
 class FlapDockDirection
          This DockAction is used as an action of a FlapDockStation.
 class FlapDockHoldToggle
          This DockAction is shown together with the children of a FlapDockStation, and allows to "stick" a Dockable.
 

Uses of ListeningDockAction in bibliothek.gui.dock.station.screen
 

Classes in bibliothek.gui.dock.station.screen that implement ListeningDockAction
 class ScreenFullscreenAction
          This DockAction is mainly used by the ScreenDockStation to allow it's children to go into fullscreen-mode.
 

Uses of ListeningDockAction in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement ListeningDockAction
 class SplitFullScreenAction
          This DockAction is mainly used by the SplitDockStation to allow it's children to get in fullscreen-mode.