Uses of Interface
bibliothek.gui.dock.component.DockComponentConfiguration

Packages that use DockComponentConfiguration
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.component   
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.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Uses of DockComponentConfiguration in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return DockComponentConfiguration
 DockComponentConfiguration SplitDockStation.getComponentConfiguration()
           
 

Methods in bibliothek.gui.dock with parameters of type DockComponentConfiguration
 void SplitDockStation.setComponentConfiguration(DockComponentConfiguration configuration)
           
 

Uses of DockComponentConfiguration in bibliothek.gui.dock.component
 

Methods in bibliothek.gui.dock.component that return DockComponentConfiguration
 DockComponentConfiguration DockComponentRoot.getComponentConfiguration()
          Gets the currently applied configuration.
 DockComponentConfiguration DockComponentRootHandler.getConfiguration()
          Gets the configuration that is applied to root.
 

Methods in bibliothek.gui.dock.component with parameters of type DockComponentConfiguration
 void DefaultDockComponentManager.addConfiguration(Filter<DockComponentRoot> filter, DockComponentConfiguration configuration)
           
 void DockComponentManager.addConfiguration(Filter<DockComponentRoot> filter, DockComponentConfiguration configuration)
          Adds a new configuration, the configuration is only applied if filter includes a DockComponentRoot, and if no other configuration was applied
 void DefaultDockComponentManager.removeConfiguration(DockComponentConfiguration configuration)
           
 void DockComponentManager.removeConfiguration(DockComponentConfiguration configuration)
          Removes configuration from the list of configurations.
 void DockComponentRoot.setComponentConfiguration(DockComponentConfiguration configuration)
          Sets a configuration which is to be applied to all Components (and maybe their children) of this DockComponentRoot.
 void DockComponentRootHandler.setConfiguration(DockComponentConfiguration configuration)
          Sets the configuration that is to be applied to root.
 void DefaultDockComponentManager.setDefaultConfiguration(DockComponentConfiguration configuration)
           
 void DockComponentManager.setDefaultConfiguration(DockComponentConfiguration configuration)
          Sets the default configuration which is to be used if no other configuration is found.
 

Uses of DockComponentConfiguration in bibliothek.gui.dock.dockable
 

Methods in bibliothek.gui.dock.dockable that return DockComponentConfiguration
 DockComponentConfiguration AbstractDockable.getComponentConfiguration()
           
 

Methods in bibliothek.gui.dock.dockable with parameters of type DockComponentConfiguration
 void AbstractDockable.setComponentConfiguration(DockComponentConfiguration configuration)
           
 

Uses of DockComponentConfiguration in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station that return DockComponentConfiguration
 DockComponentConfiguration AbstractDockStation.getComponentConfiguration()
           
 

Methods in bibliothek.gui.dock.station with parameters of type DockComponentConfiguration
 void AbstractDockStation.setComponentConfiguration(DockComponentConfiguration configuration)
           
 

Uses of DockComponentConfiguration in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return DockComponentConfiguration
 DockComponentConfiguration BasicDockableDisplayer.getComponentConfiguration()
           
 

Methods in bibliothek.gui.dock.themes.basic with parameters of type DockComponentConfiguration
 void BasicDockableDisplayer.setComponentConfiguration(DockComponentConfiguration configuration)
           
 

Uses of DockComponentConfiguration in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title that return DockComponentConfiguration
 DockComponentConfiguration AbstractMultiDockTitle.getComponentConfiguration()
           
 

Methods in bibliothek.gui.dock.title with parameters of type DockComponentConfiguration
 void AbstractMultiDockTitle.setComponentConfiguration(DockComponentConfiguration configuration)