Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.focus |
Contains classes that allow the user to switch between
Component s or
from one Dockable to another using only the keyboard. |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
bibliothek.gui.dock.themes.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
Modifier and Type | Class and Description |
---|---|
class |
EclipseDockableSelection
A
DockableSelection that uses its own border. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<DockableSelection> |
DockTheme.DOCKABLE_SELECTION
Identifier for the
DockableSelection , a panel that is shown to select a Dockable
using only the keyboard. |
Modifier and Type | Method and Description |
---|---|
DockableSelection |
DockTheme.getDockableSelection(DockController controller)
Gets a selector for
Dockable s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDockableSelection
This
DockableSelection is also a JPanel . |
class |
DefaultDockableSelection
|
Modifier and Type | Class and Description |
---|---|
class |
ThemeDockableSelection
|
Modifier and Type | Method and Description |
---|---|
DockableSelection |
BasicTheme.getDockableSelection(DockController controller) |
DockableSelection |
NoStackTheme.getDockableSelection(DockController controller) |
Modifier and Type | Method and Description |
---|---|
void |
BasicTheme.setDockableSelection(DockableSelection selection)
Sets how the user can select the focused
Dockable . |
void |
BasicTheme.setDockableSelection(DockableSelection selection,
Priority priority)
Sets how the user can select the focused
Dockable . |
Modifier and Type | Class and Description |
---|---|
class |
BasicDockableSelection
The
BasicDockableSelection adds an additional image of the
currently selected Dockable to the selection. |
Modifier and Type | Method and Description |
---|---|
DockableSelection |
DockableSelectionColor.getSelection()
Gets the selection that uses this color.
|
Constructor and Description |
---|
DockableSelectionColor(DockableSelection selection,
java.lang.String id,
java.awt.Color backup)
Creates a new
DockColor . |
DockableSelectionColor(DockableSelection selection,
java.lang.String id,
Path kind,
java.awt.Color backup)
Creates a new
DockColor . |