Package | Description |
---|---|
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
Dockable s. |
Modifier and Type | Field and Description |
---|---|
static ModeSettingFactory<Location> |
MaximizedModeSetting.FACTORY
factory creating new
MaximizedModeSetting s |
Modifier and Type | Method and Description |
---|---|
ModeSettingFactory<Location> |
ExternalizedMode.getSettingFactory() |
ModeSettingFactory<Location> |
MaximizedMode.getSettingFactory() |
ModeSettingFactory<Location> |
MinimizedMode.getSettingFactory() |
ModeSettingFactory<Location> |
NormalMode.getSettingFactory() |
Modifier and Type | Class and Description |
---|---|
class |
NullModeSettingsFactory<A>
The
NullModeSettingsFactory.create() method of this factory always returns null . |
Modifier and Type | Method and Description |
---|---|
ModeSettingFactory<H> |
Mode.getSettingFactory()
Gets a factory for creating new
ModeSetting s. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ModeSettingFactory<H>> |
ModeManager.getFactories()
Gets a set containing all the
ModeSettingFactory s that were added
to this manager. |
Modifier and Type | Method and Description |
---|---|
void |
ModeSettings.addFactory(ModeSettingFactory<A> factory)
Adds a factory to this setting.
|
void |
ModeManager.putFactory(ModeSettingFactory<H> factory)
Adds a factory to this
ModeManager . |