|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
DockActionDistributor | Used by some DockTheme s, this interface tells how to distribute the DockAction s
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |