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.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.util.icon   
 

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.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.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<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)