Package | Description |
---|---|
bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
bibliothek.extension.gui.dock.preference.editor |
A set of
PreferenceEditor s
for types that are often used. |
bibliothek.extension.gui.dock.preference.preferences.choice |
A set of small classes containing choices the user can make.
|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.dockable |
Some classes related to
Dockable . |
bibliothek.gui.dock.station |
Elements needed by various implementations of the
DockStation interface. |
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.tab |
This package contains a generic implementation of a "tabbed-pane".
|
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
bibliothek.gui.dock.themes.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
bibliothek.gui.dock.themes.font |
Implementations of
DockFont to be used
at different places (as described in the documentation for each item). |
bibliothek.gui.dock.util.color |
The color subsystem, used by most of the components to search for the colors
they need to paint.
|
bibliothek.gui.dock.util.font |
The font-subsystem is used to define the fonts that are used to paint
text.
|
bibliothek.gui.dock.util.icon |
Classes used by the
IconManager to set up the
default icons and allowing clients to configure the IconManager . |
bibliothek.gui.dock.util.text |
Classes used by the
TextManager to set up
the default texts based on the language in which the JRE is executed, and
classes allowing clients to modify these texts. |
Modifier and Type | Class and Description |
---|---|
class |
PreferenceModelText
A text that is used by a
PreferenceModel . |
class |
PreferenceOperationIcon
|
class |
PreferenceOperationText
A text that is used by a
PreferenceOperation . |
class |
PreferenceText
A text that is used for a
Preference . |
Modifier and Type | Class and Description |
---|---|
class |
EditorText
A text that is used by a
PreferenceEditor . |
Modifier and Type | Class and Description |
---|---|
class |
ChoiceEntryText
Represents a text that is used for an entry in a
Choice . |
class |
ChoiceText
Represents a text that is used for a
Choice . |
Modifier and Type | Class and Description |
---|---|
protected class |
BubbleTab.BubbleTabColor
Some color needed on a
Tab . |
protected class |
BubbleTab.BubbleTabFont
Some font needed on a
Tab |
Modifier and Type | Class and Description |
---|---|
class |
DockActionIcon
|
class |
DockActionText
Represents a text that is used by a
DockAction . |
Modifier and Type | Class and Description |
---|---|
class |
DockableIcon
An icon that is used for a
Dockable |
Modifier and Type | Class and Description |
---|---|
class |
DockStationIcon
An icon that is used for a
DockStation . |
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 |
TabMenuDockIcon
Represents the icon of a
TabMenu . |
Modifier and Type | Class and Description |
---|---|
class |
ThemeFactoryText
Represents a text that is used by a
ThemeFactory to present itself. |
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 | Class and Description |
---|---|
class |
ButtonFont
A font that is used by a button showing a
DockAction . |
class |
TabFont
A font used for a tab for example on a
StackDockStation . |
class |
TitleFont
Represents a font used by a
DockTitle . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDockColor
A
DockColor that contains more than one Color :
override: is a value that can be set from outside and overrides all other values
value: is the value obtained through the ColorManager
backup: is a color used when all other colors are unavailable
This class also has methods to add or remove itself from a ColorManager . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDockFont
An abstract implementation of
DockFont that can connect itself to
a DockController . |
Modifier and Type | Class and Description |
---|---|
class |
DockIcon
This class is used to retrieve
Icon s from the IconManager . |
Modifier and Type | Class and Description |
---|---|
class |
DialogText
A text that is shown on or by a
JDialog . |
class |
SwingActionText
A text that is used by an
Action . |
class |
TextValue
An observer to a
TextManager . |