Uses of Interface
bibliothek.gui.dock.support.mode.ModeSettingFactory

Packages that use ModeSettingFactory
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
 

Uses of ModeSettingFactory in bibliothek.gui.dock.facile.mode
 

Fields in bibliothek.gui.dock.facile.mode declared as ModeSettingFactory
static ModeSettingFactory<Location> MaximizedModeSetting.FACTORY
          factory creating new MaximizedModeSettings
 

Methods in bibliothek.gui.dock.facile.mode that return ModeSettingFactory
 ModeSettingFactory<Location> ExternalizedMode.getSettingFactory()
           
 ModeSettingFactory<Location> MaximizedMode.getSettingFactory()
           
 ModeSettingFactory<Location> MinimizedMode.getSettingFactory()
           
 ModeSettingFactory<Location> NormalMode.getSettingFactory()
           
 

Uses of ModeSettingFactory in bibliothek.gui.dock.support.mode
 

Classes in bibliothek.gui.dock.support.mode that implement ModeSettingFactory
 class NullModeSettingsFactory<A>
          The NullModeSettingsFactory.create() method of this factory always returns null.
 

Methods in bibliothek.gui.dock.support.mode that return ModeSettingFactory
 ModeSettingFactory<H> Mode.getSettingFactory()
          Gets a factory for creating new ModeSettings.
 

Methods in bibliothek.gui.dock.support.mode that return types with arguments of type ModeSettingFactory
 Collection<ModeSettingFactory<H>> ModeManager.getFactories()
          Gets a set containing all the ModeSettingFactorys that were added to this manager.
 

Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettingFactory
 void ModeSettings.addFactory(ModeSettingFactory<A> factory)
          Adds a factory to this setting.
 void ModeManager.putFactory(ModeSettingFactory<H> factory)
          Adds a factory to this ModeManager.