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.displayer |
The
DockableDisplayer s that are used
by the EclipseTheme . |
bibliothek.extension.gui.dock.theme.eclipse.stack |
An implementation of
TabPane and
supporting classes for the EclipseTheme . |
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.station.stack |
Elements which are related to the
StackDockStation . |
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 . |
bibliothek.gui.dock.util |
Distribution of information in a global scale and methods available from
everywhere.
|
bibliothek.gui.dock.util.swing |
Subclasses of swing-
JComponent s using the FontUpdater to
modify their current font. |
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 |
BubbleDisplayer
A
DockableDisplayer drawing a border around its content, but leaves
the side at which the title lies open. |
class |
BubbleDockTitle
A
BubbleDockTitle is a title which has two or four round edges. |
class |
BubbleTab
A
Tab used by the BubbleStackDockComponent . |
Modifier and Type | Class and Description |
---|---|
class |
EclipseButtonTitle
|
Modifier and Type | Class and Description |
---|---|
class |
EclipseBasicDockableDisplayer
This
BasicDockableDisplayer observes the EclipseThemeConnector
and may discard itself if no longer valid. |
class |
EclipseDockableDisplayer
The
EclipseDockableDisplayer is used to present Dockable s with the EclipseThemeConnector.TitleBar.ECLIPSE
look. |
class |
NoTitleBarDisplayer
A
DockableDisplayer which is used in situations when usually no DockTitle nor any tab is shown. |
Modifier and Type | Class and Description |
---|---|
class |
EclipseTabPaneContent
The panel painting the background of a
EclipseTabPane . |
Modifier and Type | Class and Description |
---|---|
class |
ArchGradientPainter
This
TabComponent uses an Arch to paint the right end of a tab. |
class |
BaseTabComponent
A base implementation of
TabComponent . |
class |
BasicTabDockTitle
A
DockTitle normally used by the DockTitleTab to show
a very simple tab. |
class |
RectGradientPainter
This
TabComponent draws a compact tab. |
Modifier and Type | Class and Description |
---|---|
class |
FlatButtonTitle
This title is used by the
FlatTheme to replace the
default-DockTitle of the FlapDockStation . |
class |
FlatDockableDisplayer
A
DockableDisplayer that uses a FlatBorder . |
class |
FlatTab
A small button which can be clicked by the user.
|
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 |
CombinedStackDockContentPane
This panel paints the contents of a
CombinedStackDockComponent . |
Modifier and Type | Class and Description |
---|---|
class |
BasicButtonDockTitle
This title changes its border whenever the active-state changes.
|
class |
BasicDockableDisplayer
|
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 |
class |
DisplayerContentPane
The
DisplayerContentPane is used by DockableDisplayer to show a
Component for a DockTitle and one for a Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDockTitle
An abstract implementation of
DockTitle . |
class |
AbstractMultiDockTitle
An abstract implementation of
DockTitle . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPaintableComponent
A default implementation of a
PaintableComponent . |
class |
BackgroundPanel
This
JPanel implements PaintableComponent and
can use a BackgroundAlgorithm to paint its background. |
class |
ConfiguredBackgroundPanel
A
BackgroundPanel implementing ConfiguredBackgroundPanel.configure(Transparency) . |
Modifier and Type | Method and Description |
---|---|
void |
BackgroundPaint.paint(BackgroundComponent background,
PaintableComponent paintable,
Graphics g)
Paints the background
component using the graphics context g . |
void |
BackgroundAlgorithm.paint(PaintableComponent component,
Graphics g)
Paints
component using the graphics context g . |
Modifier and Type | Class and Description |
---|---|
class |
OrientedLabel
A label which draws some text, and can change the layout of the text
between horizontal and vertical.
|