Uses of Interface
bibliothek.gui.dock.support.mode.ModeSettingFactory
Packages that use ModeSettingFactory
Package
Description
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable.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 ModeSettingFactoryModifier and TypeFieldDescriptionstatic ModeSettingFactory<Location>MaximizedModeSetting.FACTORYfactory creating newMaximizedModeSettingsMethods in bibliothek.gui.dock.facile.mode that return ModeSettingFactoryModifier and TypeMethodDescriptionExternalizedMode.getSettingFactory()MaximizedMode.getSettingFactory()MinimizedMode.getSettingFactory()NormalMode.getSettingFactory() -
Uses of ModeSettingFactory in bibliothek.gui.dock.support.mode
Classes in bibliothek.gui.dock.support.mode that implement ModeSettingFactoryModifier and TypeClassDescriptionclassTheNullModeSettingsFactory.create()method of this factory always returnsnull.Methods in bibliothek.gui.dock.support.mode that return ModeSettingFactoryModifier and TypeMethodDescriptionMode.getSettingFactory()Gets a factory for creating newModeSettings.Methods in bibliothek.gui.dock.support.mode that return types with arguments of type ModeSettingFactoryModifier and TypeMethodDescriptionModeManager.getFactories()Gets a set containing all theModeSettingFactorys that were added to this manager.Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettingFactoryModifier and TypeMethodDescriptionvoidModeSettings.addFactory(ModeSettingFactory<A> factory) Adds a factory to this setting.voidModeManager.putFactory(ModeSettingFactory<H> factory) Adds a factory to thisModeManager.