Uses of Package
bibliothek.gui.dock.station.stack.action

Packages that use bibliothek.gui.dock.station.stack.action
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.gui.dock.common.action.util Some utility classes required to precisely configure the behavior of CActions. 
bibliothek.gui.dock.station.stack.action Contains the DockActionDistributor interface which allows clients to tell where a DockAction appears, either as part of a tab, of the info panel, or on the DockTitle.
Clients can make use of the annotations InfoDockAction, TabDockAction and TitleDockAction to easily mark the location of their actions. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Classes in bibliothek.gui.dock.station.stack.action used by bibliothek.extension.gui.dock.theme
DockActionDistributor
          Used by some DockThemes, this interface tells how to distribute the DockActions between tabs, titles and info components.
 

Classes in bibliothek.gui.dock.station.stack.action used by bibliothek.gui.dock.common.action.util
DefaultDockActionDistributor
          This implementation of a DockActionDistributor searches for the annotations TabDockAction, TitleDockAction and InfoDockAction to decide which DockAction should be shown where.
DockActionDistributor
          Used by some DockThemes, this interface tells how to distribute the DockActions between tabs, titles and info components.
 

Classes in bibliothek.gui.dock.station.stack.action used by bibliothek.gui.dock.station.stack.action
DockActionDistributor
          Used by some DockThemes, this interface tells how to distribute the DockActions between tabs, titles and info components.
DockActionDistributor.Target
          Represents one place where a DockActionSource can be used.
 

Classes in bibliothek.gui.dock.station.stack.action used by bibliothek.gui.dock.themes.basic
DockActionDistributor
          Used by some DockThemes, this interface tells how to distribute the DockActions between tabs, titles and info components.