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
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.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
bibliothek.gui.dock.themes.icon |
Special
Icon s 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<javax.swing.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(java.lang.String id,
DockIcon icon) |
void |
TabMenuOverflowIconBridge.remove(java.lang.String id,
DockIcon icon) |
void |
TabMenuOverflowIconBridge.set(java.lang.String id,
javax.swing.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<javax.swing.Icon,DockIcon,DockIconBridge> properties) |
javax.swing.Icon |
DefaultIconScheme.getResource(java.lang.String name,
UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties) |
void |
AbstractIconScheme.install(UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties) |
void |
AbstractIconScheme.uninstall(UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties) |