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.gui.dock.station.screen.window |
Contains the window (
JDialog , JInternalDialog , etc..)
that shows the children of a ScreenDockStation and the classes required
to configure that window. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
bibliothek.gui.dock.themes.basic.action.buttons |
Classes which allow to paint and interact with a
BasicButtonModel . |
bibliothek.gui.dock.themes.basic.action.dropdown |
Handlers taking various kinds of
DockAction and presenting them
as DropDownViewItem
in order to display them as children of a
DropDownAction |
Modifier and Type | Class and Description |
---|---|
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 |
BubbleStationPaint
A
StationPaint for a BubbleTheme |
class |
BubbleTab
A
Tab used by the BubbleStackDockComponent . |
class |
BubbleTabMenu
A round button with an icon that opens a menu when clicked.
|
class |
RoundButton
A round button is a button that has a oval form.
|
class |
RoundDropDownButton
A button which can be pressed by the user either to execute
a
DockAction or to show a popup-menu
with a selection of DockActions . |
Modifier and Type | Class and Description |
---|---|
class |
EclipseBorder
A border that has round edges.
|
class |
EclipseButtonBorder
A
Border used by the EclipseButtonTitle . |
class |
EclipseDockableSelection
A
DockableSelection that uses its own border. |
class |
EclipseStationPaint |
class |
RoundRectButton
A button that has a round rect shape.
|
class |
RoundRectDropDownButton
A button with a shape of a roundrect, displaying a
DropDownAction . |
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 |
DefaultInvisibleTab
Default implementation of an
InvisibleTab , this
implementation tells an InvisibleTabPane to use different borders
for their children depending on whether they are focused and selected. |
class |
LinePainter
Paints the background of the tab by just painting a single line.
|
class |
RectGradientPainter
This
TabComponent draws a compact tab. |
Modifier and Type | Class and Description |
---|---|
class |
FlatBorder
A
Border which paints a 3d-effect. |
class |
FlatStationPaint
A paint which draws gray and white markings
|
class |
FlatTab
A small button which can be clicked by the user.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScreenDockWindowBorder
This border can be used by
ScreenDockWindow s to paint a border. |
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 |
BasicStackDockComponent
|
class |
BasicStationPaint
A simple implementation of
StationPaint . |
class |
BasicStationTitle
This title is used for
DockStations which are also
Dockables |
Modifier and Type | Class and Description |
---|---|
class |
MiniButton<M extends BasicButtonModel>
A small
Component used as view of a BasicButtonModel . |
Modifier and Type | Class and Description |
---|---|
class |
DropDownIcon
This
Icon is painted on buttons for DropDownAction s. |