Uses of Interface
bibliothek.gui.dock.station.stack.action.DockActionDistributor

Packages that use DockActionDistributor
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.gui.dock.station.stack.action   
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of DockActionDistributor in bibliothek.extension.gui.dock.theme
 

Fields in bibliothek.extension.gui.dock.theme with type parameters of type DockActionDistributor
static PropertyKey<DockActionDistributor> BubbleTheme.ACTION_DISTRIBUTOR
          Key for a property pointing to a DockActionDistributor.
static PropertyKey<DockActionDistributor> FlatTheme.ACTION_DISTRIBUTOR
          Key for a property pointing to a DockActionDistributor.
 

Uses of DockActionDistributor in bibliothek.gui.dock.station.stack.action
 

Classes in bibliothek.gui.dock.station.stack.action that implement DockActionDistributor
 class DefaultDockActionDistributor
          This implementation of a DockActionDistributor searches for the annotations TabDockAction, TitleDockAction and InfoDockAction to decide which DockAction should be shown where.
 

Constructor parameters in bibliothek.gui.dock.station.stack.action with type arguments of type DockActionDistributor
DockActionDistributorSource(DockActionDistributor.Target target, PropertyKey<DockActionDistributor> key)
          Creates a new action source
DockActionDistributorSource(DockActionDistributor.Target target, PropertyKey<DockActionDistributor> key, Dockable dockable)
          Creates a new action source
 

Uses of DockActionDistributor in bibliothek.gui.dock.themes.basic
 

Method parameters in bibliothek.gui.dock.themes.basic with type arguments of type DockActionDistributor
protected  BasicDockableDisplayerDecorator BasicDockableDisplayer.createStackedDecorator(PropertyKey<DockActionDistributor> distributor)
          Creates a new MinimalDecorator that uses a restricted set of DockActions.
 

Constructor parameters in bibliothek.gui.dock.themes.basic with type arguments of type DockActionDistributor
TabDecorator(DockStation station, PropertyKey<DockActionDistributor> distributor)
          Creates a new decorator