| Package | Description |
|---|---|
| bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
| bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
| bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
| bibliothek.gui.dock.action |
The components dealing with the logic of
DockActions. |
| 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.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
| bibliothek.gui.dock.themes.icon |
Special
Icons and supporting classes that cannot be saved
as an image because they have attributes that depend on the application, e.g. |
| bibliothek.gui.dock.util.icon |
Classes used by the
IconManager to set up the
default icons and allowing clients to configure the IconManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
PreferenceOperationIcon
|
| Modifier and Type | Method and Description |
|---|---|
protected UIScheme<Icon,DockIcon,DockIconBridge> |
DockController.createDefaultIconScheme()
Creates the default
UIScheme for the IconManager. |
| Modifier and Type | Method and Description |
|---|---|
protected DockIcon |
DefaultDockable.createTitleIcon() |
| Modifier and Type | Class and Description |
|---|---|
class |
DockActionIcon
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockableIcon
An icon that is used for a
Dockable |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DockIcon |
AbstractDockable.createTitleIcon()
|
| Modifier and Type | Class and Description |
|---|---|
class |
DockStationIcon
An icon that is used for a
DockStation. |
| Modifier and Type | Method and Description |
|---|---|
protected DockIcon |
AbstractDockableStation.createTitleIcon() |
| Modifier and Type | Class and Description |
|---|---|
class |
TabMenuDockIcon
Represents the icon of a
TabMenu. |
| Modifier and Type | Method and Description |
|---|---|
void |
TabMenuOverflowIconBridge.add(String id,
DockIcon icon) |
void |
TabMenuOverflowIconBridge.remove(String id,
DockIcon icon) |
void |
TabMenuOverflowIconBridge.set(String id,
Icon value,
DockIcon icon) |
| Modifier and Type | Method and Description |
|---|---|
protected DockIcon |
DockIcon.me() |
| Modifier and Type | Method and Description |
|---|---|
DockIconBridge |
DefaultIconScheme.getBridge(Path name,
UIProperties<Icon,DockIcon,DockIconBridge> properties) |
Icon |
DefaultIconScheme.getResource(String name,
UIProperties<Icon,DockIcon,DockIconBridge> properties) |
void |
AbstractIconScheme.install(UIProperties<Icon,DockIcon,DockIconBridge> properties) |
void |
AbstractIconScheme.uninstall(UIProperties<Icon,DockIcon,DockIconBridge> properties) |
Copyright © 2017 Docking Frames. All rights reserved.