|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDockColor | |
|---|---|
| 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. |
| Uses of AbstractDockColor in bibliothek.extension.gui.dock.theme.bubble |
|---|
| Subclasses of AbstractDockColor in bibliothek.extension.gui.dock.theme.bubble | |
|---|---|
protected class |
BubbleTab.BubbleTabColor
Some color needed on a Tab. |
| Methods in bibliothek.extension.gui.dock.theme.bubble that return AbstractDockColor | |
|---|---|
protected AbstractDockColor |
RoundButton.createColor(String key,
Dockable dockable,
DockAction action,
Color backup)
Creates a new DockColor representing one color used by this button. |
protected AbstractDockColor[] |
RoundButton.createColors(Dockable dockable,
DockAction action)
|
| Uses of AbstractDockColor in bibliothek.gui.dock.station.screen.window |
|---|
| Subclasses of AbstractDockColor in bibliothek.gui.dock.station.screen.window | |
|---|---|
protected class |
DefaultScreenDockWindowBorder.BorderColor
A DockColor representing a color used by this border. |
| Uses of AbstractDockColor in bibliothek.gui.dock.themes.color |
|---|
| Subclasses of AbstractDockColor in bibliothek.gui.dock.themes.color | |
|---|---|
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 |
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. |
| Uses of AbstractDockColor in bibliothek.gui.dock.title |
|---|
| Methods in bibliothek.gui.dock.title with parameters of type AbstractDockColor | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||