Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme 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.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
bibliothek.gui.dock.title |
Elements needed to paint the title of a
Dockable . |
Modifier and Type | Class and Description |
---|---|
protected class |
BubbleTab.BubbleTabColor
Some color needed on a
Tab . |
Modifier and Type | Method and Description |
---|---|
protected AbstractDockColor |
RoundButton.createColor(java.lang.String key,
Dockable dockable,
DockAction action,
java.awt.Color backup)
Creates a new
DockColor representing one color used by this button. |
protected AbstractDockColor[] |
RoundButton.createColors(Dockable dockable,
DockAction action) |
Modifier and Type | Class and Description |
---|---|
protected class |
DefaultScreenDockWindowBorder.BorderColor
A
DockColor representing a color used by this border. |
Modifier and Type | Class and Description |
---|---|
class |
ActionColor
A color used for a
DockAction . |
class |
DisplayerColor
A color used on a
DockableDisplayer . |
class |
DockableSelectionColor
A color used by a
DockableSelection . |
class |
MenuColor
A color representing a
CombinedMenu . |
class |
StationColor
A color used for painting a
DockStation . |
class |
StationPaintColor
A color used by a
StationPaint . |
class |
TabColor
Color related to a single
Dockable that is in a tab for example
on a StackDockStation . |
class |
TitleColor
A color used by a
DockTitle . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMultiDockTitle.addColor(AbstractDockColor color)
Adds a color to the list of colors, this title will ensure that
color gets connected to a ColorManager as soon
as this title is bound. |
protected void |
AbstractMultiDockTitle.removeColor(AbstractDockColor color)
Removes a color from this title
|