Uses of Class
bibliothek.gui.dock.station.stack.action.DockActionDistributor.Target

Packages that use DockActionDistributor.Target
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. 
 

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

Fields in bibliothek.gui.dock.station.stack.action declared as DockActionDistributor.Target
static DockActionDistributor.Target DockActionDistributor.Target.INFO_COMPONENT
          On an CombinedInfoComponent
static DockActionDistributor.Target DockActionDistributor.Target.TAB
          On a CombinedTab
static DockActionDistributor.Target DockActionDistributor.Target.TITLE
          On a DockTitle
 

Methods in bibliothek.gui.dock.station.stack.action with parameters of type DockActionDistributor.Target
 DockActionSource DefaultDockActionDistributor.createSource(Dockable dockable, DockActionDistributor.Target target)
           
 DockActionSource DockActionDistributor.createSource(Dockable dockable, DockActionDistributor.Target target)
          Creates a selection of the DockActions that are to be shown on a target.
 

Constructors in bibliothek.gui.dock.station.stack.action with parameters of type DockActionDistributor.Target
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