Uses of Class
bibliothek.gui.dock.util.icon.DockIcon

Packages that use DockIcon
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
 

Uses of DockIcon in bibliothek.extension.gui.dock.preference
 

Subclasses of DockIcon in bibliothek.extension.gui.dock.preference
 class PreferenceOperationIcon
          A PreferenceOperationIcon represents an Icon that is used by a PreferenceOperation.
 

Uses of DockIcon in bibliothek.gui
 

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

Uses of DockIcon in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return DockIcon
protected  DockIcon DefaultDockable.createTitleIcon()
           
 

Uses of DockIcon in bibliothek.gui.dock.action
 

Subclasses of DockIcon in bibliothek.gui.dock.action
 class DockActionIcon
          This DockIcon is used to get Icons for a DockAction.
 

Uses of DockIcon in bibliothek.gui.dock.dockable
 

Subclasses of DockIcon in bibliothek.gui.dock.dockable
 class DockableIcon
          An icon that is used for a Dockable
 

Methods in bibliothek.gui.dock.dockable that return DockIcon
protected abstract  DockIcon AbstractDockable.createTitleIcon()
          Creates the DockIcon which represents this Dockable or this DockStation.
 

Uses of DockIcon in bibliothek.gui.dock.station
 

Subclasses of DockIcon in bibliothek.gui.dock.station
 class DockStationIcon
          An icon that is used for a DockStation.
 

Methods in bibliothek.gui.dock.station that return DockIcon
protected  DockIcon AbstractDockableStation.createTitleIcon()
           
 

Uses of DockIcon in bibliothek.gui.dock.station.stack.tab
 

Subclasses of DockIcon in bibliothek.gui.dock.station.stack.tab
 class TabMenuDockIcon
          Represents the icon of a TabMenu.
 

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

Methods in bibliothek.gui.dock.themes.icon with parameters of type DockIcon
 void TabMenuOverflowIconBridge.add(String id, DockIcon icon)
           
 void TabMenuOverflowIconBridge.remove(String id, DockIcon icon)
           
 void TabMenuOverflowIconBridge.set(String id, Icon value, DockIcon icon)
           
 

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

Methods in bibliothek.gui.dock.util.icon that return DockIcon
protected  DockIcon DockIcon.me()
           
 

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