Uses of Class
bibliothek.gui.dock.support.mode.ModeSettings
Packages that use ModeSettings
Package
Description
Classes and interfaces used internally.
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 ModeSettings in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return ModeSettingsMethods in bibliothek.gui.dock.common.intern with parameters of type ModeSettingsModifier and TypeMethodDescriptionvoidCSetting.setModes(ModeSettings<Location, Location> modes) Sets the set of modes. -
Uses of ModeSettings in bibliothek.gui.dock.common.mode
Methods in bibliothek.gui.dock.common.mode that return ModeSettingsModifier and TypeMethodDescription<B> ModeSettings<Location,B> CLocationModeManager.createModeSettings(ModeSettingsConverter<Location, B> converter) Methods in bibliothek.gui.dock.common.mode with parameters of type ModeSettingsModifier and TypeMethodDescriptionvoidCLocationModeManager.readSettings(ModeSettings<Location, ?> settings) CLocationModeManager.readSettings(ModeSettings<Location, ?> settings, UndoableModeSettings pending) -
Uses of ModeSettings in bibliothek.gui.dock.common.perspective.mode
Methods in bibliothek.gui.dock.common.perspective.mode that return ModeSettingsModifier and TypeMethodDescriptionLocationModeManagerPerspective.writeModes(CControlAccess control) Writes the contents of thisLocationModeManagerPerspectiveinto a newModeSettings.Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type ModeSettingsModifier and TypeMethodDescriptionvoidLocationModeManagerPerspective.readModes(ModeSettings<Location, ?> modes, CPerspective cperspective, CControlAccess control) Reads the contents ofmodesand applies it to the dockables ofcperspective. -
Uses of ModeSettings in bibliothek.gui.dock.facile.mode
Subclasses of ModeSettings in bibliothek.gui.dock.facile.modeModifier and TypeClassDescriptionclassThisModeSettingsprovides operations to load settings that were stored with version 1.0.7, no additional settings were added. -
Uses of ModeSettings in bibliothek.gui.dock.support.mode
Methods in bibliothek.gui.dock.support.mode that return ModeSettingsModifier and TypeMethodDescription<B> ModeSettings<H,B> ModeManager.createModeSettings(ModeSettingsConverter<H, B> converter) Creates the empty set of settings for thisModeManager.<B> ModeSettings<H,B> ModeManager.createSettings(ModeSettingsConverter<H, B> converter) Creates a newModeSettingwhich is configured to transfer data from thisModeManagerto persistent storage or the other way.Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettingsModifier and TypeMethodDescriptionvoidModeManager.readSettings(ModeSettings<H, ?> settings) Reads the contents ofsettingsand stores it.ModeManager.readSettings(ModeSettings<H, ?> settings, UndoableModeSettings pending) Reads the contents ofsettings, creates new entries if eitherModeManager.createEntryDuringRead(String)or ifpendingallows the setting to be undone if not needed.voidModeManager.writeSettings(ModeSettings<H, ?> setting) Writes all the information stored in thisModeManagertosetting.