Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.displayer |
Classes and interfaces that are needed by the
DockableDisplayer . |
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
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.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.themes.border |
Contains classes required to modify the
Border of
various JComponent s. |
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionDockBorder
Represents a
BorderModifier that is used by a component that shows a DockAction . |
Modifier and Type | Interface and Description |
---|---|
interface |
DisplayerDockBorder
|
Modifier and Type | Interface and Description |
---|---|
interface |
FlapWindowBorder
A
DockBorder that represents a FlapWindow . |
Modifier and Type | Interface and Description |
---|---|
interface |
ScreenDockWindowDockBorder
A
DockBorder that represents a ScreenDockWindow . |
Modifier and Type | Interface and Description |
---|---|
interface |
StackDockComponentBorder
A
DockBorder that is used by a StackDockComponent . |
interface |
StackDockComponentContentBorder
|
Modifier and Type | Class and Description |
---|---|
protected class |
BasicDockableDisplayer.DisplayerBorder
The border of this displayer.
|
Modifier and Type | Class and Description |
---|---|
class |
BorderForwarder
This helper class implements
DockBorder , provides methods to register
itself on the current ThemeManager , and updates the border of some
JComponent using the current BorderModifier . |
Modifier and Type | Interface and Description |
---|---|
interface |
TitleDockBorder
A
BorderModifier used by a DockTitle . |