Uses of Interface
bibliothek.gui.dock.util.icon.DockIconBridge

Packages that use DockIconBridge
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
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
 

Uses of DockIconBridge in bibliothek.gui
 

Methods in bibliothek.gui that return types with arguments of type DockIconBridge
protected  UIScheme<Icon,DockIcon,DockIconBridge> DockController.createDefaultIconScheme()
          Creates the default UIScheme for the IconManager.
 

Uses of DockIconBridge in bibliothek.gui.dock.themes.icon
 

Classes in bibliothek.gui.dock.themes.icon that implement DockIconBridge
 class TabMenuOverflowIconBridge
          This DockIconBridge searches for TabMenuDockIcons 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.
 

Uses of DockIconBridge in bibliothek.gui.dock.util.icon
 

Methods in bibliothek.gui.dock.util.icon that return DockIconBridge
 DockIconBridge DefaultIconScheme.getBridge(Path name, UIProperties<Icon,DockIcon,DockIconBridge> properties)
           
 

Methods in bibliothek.gui.dock.util.icon with parameters of type DockIconBridge
 void DefaultIconScheme.setBridge(Path type, DockIconBridge bridge)
          Sets the DockIconBridge with type type.
 

Method parameters in bibliothek.gui.dock.util.icon with type arguments of type DockIconBridge
 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)