Dockable
.See: Description
Interface | Description |
---|---|
DockTitle | |
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 | Description |
---|---|
AbstractDockTitle |
An abstract implementation of
DockTitle . |
AbstractMultiDockTitle |
An abstract implementation of
DockTitle . |
ActionsDockTitleEvent | |
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 | Description |
---|---|
DockTitle.Orientation |
How to layout a
DockTitle |
Dockable
.