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

Packages that use ListeningDockAction
bibliothek.gui.dock   
bibliothek.gui.dock.common.intern.station   
bibliothek.gui.dock.facile.action   
bibliothek.gui.dock.station.flap   
bibliothek.gui.dock.station.split   
 

Uses of ListeningDockAction in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ListeningDockAction
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 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.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.