Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.extension.gui.dock.theme.eclipse.stack.tab |
Various components needed to paint and manage the tab which is visible
on a
EclipseTabPane . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.extension.gui.dock.theme.smooth |
Contains elements to paint a
DockTitle which smoothly changes
its color. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBubbleDockTitle
A title that has the ability to paint a round rect as background.
|
class |
BubbleButtonDockTitle
A
DockTitle used for the buttons on a FlapDockStation . |
class |
BubbleDockTitle
A
BubbleDockTitle is a title which has two or four round edges. |
Modifier and Type | Class and Description |
---|---|
class |
EclipseButtonTitle
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTabDockTitle
A
DockTitle normally used by the DockTitleTab to show
a very simple tab. |
Modifier and Type | Class and Description |
---|---|
class |
FlatButtonTitle
This title is used by the
FlatTheme to replace the
default-DockTitle of the FlapDockStation . |
Modifier and Type | Class and Description |
---|---|
class |
SmoothDefaultButtonTitle
A title intended for the
FlapDockStation , this title changes its color
smoothly. |
class |
SmoothDefaultStationTitle
A station-title which smoothly changes its color from active to passive.
|
class |
SmoothDefaultTitle
A title which changes its colors smoothly when selected or deselected.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicButtonDockTitle
This title changes its border whenever the active-state changes.
|
class |
BasicDockTitle
The default-title that is used most times in the framework.
|
class |
BasicStationTitle
This title is used for
DockStations which are also
Dockables |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDockTitle
An abstract implementation of
DockTitle . |