Package bibliothek.gui.dock.title

Elements needed to paint the title of a Dockable.

See:
          Description

Interface Summary
DockTitle A component which is shown aside a Dockable.
DockTitleFactory A factory for instances of DockTitle.
 

Class Summary
AbstractDockTitle An abstract implementation of DockTitle.
ControllerTitleFactory This factory delegates every call to its methods to the factory provided by the theme of the involved controller
DockTitleManager The manager of the DockTitleFactories.
DockTitleVersion A DockTitleVersion is a hint which DockTitleFactory has to be used to create one or more DockTitle for some Dockables.
DockTitleVersions are created and registered by a DockTitleManager.
Every version consists of three slots for factories, each with different priority.
NullTitleFactory A DockTitleFactory that does not create any titles.
TitleMovingImage A moving image that uses a DockTitle to paint its content.
 

Enum Summary
DockTitle.Orientation How to layout a DockTitle
 

Package bibliothek.gui.dock.title Description

Elements needed to paint the title of a Dockable.