Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
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 | Method and Description |
---|---|
protected UIScheme<javax.swing.Icon,DockIcon,DockIconBridge> |
DockController.createDefaultIconScheme()
Creates the default
UIScheme for the IconManager . |
Modifier and Type | Class and Description |
---|---|
class |
TabMenuOverflowIconBridge
This
DockIconBridge searches for TabMenuDockIcon s and sets a custom icon using the
current size of the TabMenu to select the icon.This bridge must be installed at the IconManager using TabMenuDockIcon.KIND_TAB_MENU
as path of the type. |
Modifier and Type | Method and Description |
---|---|
DockIconBridge |
DefaultIconScheme.getBridge(Path name,
UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIconScheme.setBridge(Path type,
DockIconBridge bridge)
Sets the
DockIconBridge with type type . |
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) |