Uses of Interface
bibliothek.gui.dock.support.mode.ModeSetting
Packages that use ModeSetting
Package
Description
This module of the perspective API allows clients to access and modify
CDockables that are in different modes like "maximized" or "minimized".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 ModeSetting in bibliothek.gui.dock.common.perspective.mode
Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type ModeSettingModifier and TypeMethodDescriptionvoidAbstractModePerspective.readSetting(ModeSetting<Location> setting) voidCMaximizedModePerspective.readSetting(ModeSetting<Location> setting) voidLocationModePerspective.readSetting(ModeSetting<Location> setting) Reads settings belonging to this mode fromsetting.voidAbstractModePerspective.writeSetting(ModeSetting<Location> setting) voidCMaximizedModePerspective.writeSetting(ModeSetting<Location> setting) voidLocationModePerspective.writeSetting(ModeSetting<Location> setting) Writes settings that belong to this mode tosetting. -
Uses of ModeSetting in bibliothek.gui.dock.facile.mode
Classes in bibliothek.gui.dock.facile.mode that implement ModeSettingMethods in bibliothek.gui.dock.facile.mode with parameters of type ModeSettingModifier and TypeMethodDescriptionvoidExternalizedMode.readSetting(ModeSetting<Location> setting) voidMaximizedMode.readSetting(ModeSetting<Location> setting) voidMinimizedMode.readSetting(ModeSetting<Location> setting) voidNormalMode.readSetting(ModeSetting<Location> setting) voidExternalizedMode.writeSetting(ModeSetting<Location> setting) voidMaximizedMode.writeSetting(ModeSetting<Location> setting) voidMinimizedMode.writeSetting(ModeSetting<Location> setting) voidNormalMode.writeSetting(ModeSetting<Location> setting) -
Uses of ModeSetting in bibliothek.gui.dock.support.mode
Methods in bibliothek.gui.dock.support.mode that return ModeSettingModifier and TypeMethodDescriptionModeSettingFactory.create()Creates a new, emptyModeSetting.NullModeSettingsFactory.create()ModeSettings.getSettings(Path modeId) Gets the settings which belong to aModewith unique identifiermodeId.Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettingModifier and TypeMethodDescriptionvoidModeSettings.add(ModeSetting<A> mode) Adds the settingsmodeto this.voidMode.readSetting(ModeSetting<H> setting) Sets the properties of this mode.voidMode.writeSetting(ModeSetting<H> setting) Gets the current properties of this mode in an independent way.