| 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
Dockables. |
| Modifier and Type | Field and Description |
|---|---|
static ModeSettingFactory<Location> |
MaximizedModeSetting.FACTORY
factory creating new
MaximizedModeSettings |
| Modifier and Type | Method and Description |
|---|---|
ModeSettingFactory<Location> |
NormalMode.getSettingFactory() |
ModeSettingFactory<Location> |
MinimizedMode.getSettingFactory() |
ModeSettingFactory<Location> |
MaximizedMode.getSettingFactory() |
ModeSettingFactory<Location> |
ExternalizedMode.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
ModeSettings. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ModeSettingFactory<H>> |
ModeManager.getFactories()
Gets a set containing all the
ModeSettingFactorys 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. |
Copyright © 2018. All rights reserved.