Package | Description |
---|---|
bibliothek.extension.gui.dock.station |
Contains extensions to the
DockStation s. |
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.grouping | |
bibliothek.gui.dock.common.layout |
Classes to manage how space is distributed between
Dockable s. |
bibliothek.gui.dock.common.mode | |
bibliothek.gui.dock.common.perspective |
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockable s. |
bibliothek.gui.dock.common.theme |
Classes related to the
DockTheme s. |
bibliothek.gui.dock.common.theme.color |
Introduces an extension to the color management.
|
bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation . |
bibliothek.gui.dock.facile.action |
Some
DockAction s used by Common . |
bibliothek.gui.dock.facile.menu |
Implementations of
MenuPiece . |
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
bibliothek.util |
Some classes which are used in DockingFrames, but do not have any
importance.
|
Modifier and Type | Class and Description |
---|---|
class |
SplitCombiner
This is an alternative implementation of a
Combiner , normally not used by this framework. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultipleCDockable
A
MultipleCDockable that contains a content-pane
where the client might add or remove as many Component s as
it wishes. |
class |
DefaultSingleCDockable
A
DefaultSingleCDockable is an element which has a
content-pane where clients can add or remove as many
Component s as they whish. |
Modifier and Type | Class and Description |
---|---|
class |
PlaceholderGrouping
When a
Dockable is about to be moved to a new position, then this DockableGrouping searches for
a unique identifier, called a "placeholder", which indicates where the Dockable should be placed.The placeholder is placed at the location of the Dockable , for which
PlaceholderGrouping.hierarchyChanged(Dockable) was called last. |
Modifier and Type | Class and Description |
---|---|
class |
RequestDimension
Represents the dimensions a
CDockable would like to have. |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedMode
A extendible set of unique singleton identifiers for the various instances of
mode . |
Modifier and Type | Class and Description |
---|---|
class |
CControlPerspective
|
Modifier and Type | Class and Description |
---|---|
class |
CBasicTheme
A bridge between a
BasicTheme and the common-project. |
class |
CBubbleTheme
A theme wrapping
BubbleTheme and adding additional features to
properly work within the common-project. |
class |
CEclipseTheme
|
class |
CFlatTheme
A
CDockTheme that encapsulates a FlatTheme in order to
allow the theme access to the possibilities of the common-project. |
class |
CSmoothTheme
A bridge between a
SmoothTheme and the common-project. |
interface |
DockThemeModifier
A
DockThemeModifier modifies a DockTheme . |
Modifier and Type | Interface and Description |
---|---|
interface |
CColorBridgeExtension
This extension is used by a
CDockTheme to add additional ColorBridge s. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultDockRelocator.isStationValid(DockStation station)
Only stations passing this test are considered during drag and drop operation as new parent.
|
Modifier and Type | Class and Description |
---|---|
class |
RenameAction
|
static class |
RenameAction.RenameDefaultDockable
An implementation of
RenameAction that can handle
DefaultDockables . |
static class |
RenameAction.RenameFlapDockStation
An implementation of
RenameAction that can handle
FlapDockStations . |
static class |
RenameAction.RenameSplitDockStation
An implementation of
RenameAction that can handle
SplitDockStations . |
static class |
RenameAction.RenameStackDockStation
An implementation of
RenameAction that can handle
StackDockStations . |
class |
RenameActionFactory
A factory creating
RenameActions for a
DockController . |
class |
ReplaceAction
A
DockAction that can replace a DockStation by it's only
child. |
class |
ReplaceActionGuard
An
ActionGuard that adds a ReplaceAction to all elements
that are Dockable and DockStation at the same time. |
Modifier and Type | Class and Description |
---|---|
class |
FreeMenuPiece
A
MenuPiece that does not add any children by itself. |
class |
FrontendSettingsMenuPiece
A piece of a menu that allows to save, load and delete settings
from a
DockFrontend . |
class |
LookAndFeelMenuPiece
A menu that contains an item for each available
LookAndFeel . |
class |
PreferenceMenuPiece
A menu piece that allows the user to change the preferences of the framework.
|
class |
ThemeMenuPiece
|
Modifier and Type | Class and Description |
---|---|
class |
SplitDockFullScreenProperty
This
DockableProperty points to the currently maximized child of a SplitDockStation . |
Modifier and Type | Method and Description |
---|---|
void |
ThemeManager.setBackgroundPaint(String id,
BackgroundPaint value)
Sets an algorithm that is used to paint the background of items which register an
UIValue with
an identifier of id . |
Modifier and Type | Method and Description |
---|---|
static void |
Workarounds.setDefault(Workarounds workarounds)
Sets the
Workarounds that should be used. |