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.
DockTitleBackgroundComponent Represents the background of a DockTitle.
DockTitleFactory A factory for creating instances of DockTitle.
OrientationToRotationStrategy Converter for telling the framework how to render text given the orientation of a DockTitle.
OrientationToRotationStrategyListener A listener to a OrientationToRotationStrategy, gets informed if the rotation of some text changes.
TitleDockBorder A BorderModifier used by a DockTitle.
 

Class Summary
AbstractDockTitle An abstract implementation of DockTitle.
AbstractMultiDockTitle An abstract implementation of DockTitle.
ActionsDockTitleEvent A DockTitleEvent used to inform a DockTitle about a set of DockActions that should be used.
ActivityDockTitleEvent An event telling whether a DockTitle should be focused or not.
ControllerTitleFactory This factory delegates every call to the methods to the factory provided by the theme of the involved controller
DockTitleEvent These events are used for DockTitles, to transfer information between station and title.
DockTitleManager The manager of the DockTitleFactories.
DockTitleRequest Set of information and callback used to obtain a DockTitle from a DockTitleFactory.
DockTitleVersion A DockTitleVersion is a hint which DockTitleFactory has to be used to create one or more DockTitle for some Dockable.
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.
UpdatingTitleMovingImage This MovingImage shows a DockTitle, the title can be automatically exchanged.
 

Enum Summary
DockTitle.Orientation How to layout a DockTitle
 

Package bibliothek.gui.dock.title Description

Elements needed to paint the title of a Dockable.