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

Interface Summary
DockActionDistributor Used by some DockThemes, this interface tells how to distribute the DockActions between tabs, titles and info components.
 

Class Summary
DefaultDockActionDistributor This implementation of a DockActionDistributor searches for the annotations TabDockAction, TitleDockAction and InfoDockAction to decide which DockAction should be shown where.
DockActionDistributor.Target Represents one place where a DockActionSource can be used.
DockActionDistributorSource A wrapper around a DockActionSource, this source can be used in combination with DockActionDistributor to completely hide the existence of the DockActionDistributor.
 

Annotation Types Summary
InfoDockAction A DockAction marked with this annotation will be shown on a CombinedInfoComponent assuming that DefaultDockActionDistributor is installed.
TabDockAction A DockAction marked with this annotation will be shown on a CombinedTab assuming that DefaultDockActionDistributor is installed.
TitleDockAction A DockAction marked with this annotation will be shown on a DockTitle assuming that DefaultDockActionDistributor is installed.