Uses of Interface
bibliothek.gui.dock.support.mode.ModeSettingsConverter
Packages that use ModeSettingsConverter
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 ModeSettingsConverter in bibliothek.gui.dock.common.mode
Methods in bibliothek.gui.dock.common.mode with parameters of type ModeSettingsConverterModifier and TypeMethodDescription<B> ModeSettings<Location,B> CLocationModeManager.createModeSettings(ModeSettingsConverter<Location, B> converter) -
Uses of ModeSettingsConverter in bibliothek.gui.dock.facile.mode
Classes in bibliothek.gui.dock.facile.mode that implement ModeSettingsConverterMethods in bibliothek.gui.dock.facile.mode with parameters of type ModeSettingsConverterModifier and TypeMethodDescription<B> voidMaximizedModeSetting.read(XElement element, ModeSettingsConverter<Location, B> converter) <B> voidMaximizedModeSetting.read(DataInputStream in, ModeSettingsConverter<Location, B> converter) <B> voidMaximizedModeSetting.write(XElement element, ModeSettingsConverter<Location, B> converter) <B> voidMaximizedModeSetting.write(DataOutputStream out, ModeSettingsConverter<Location, B> converter) Constructors in bibliothek.gui.dock.facile.mode with parameters of type ModeSettingsConverterModifierConstructorDescriptionCLocationModeSettings(ModeSettingsConverter<Location, B> converter) Creates a new setting. -
Uses of ModeSettingsConverter in bibliothek.gui.dock.support.mode
Methods in bibliothek.gui.dock.support.mode that return ModeSettingsConverterModifier and TypeMethodDescriptionModeSettings.getConverter()Gets the converter that is used to transform internal and external properties.Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettingsConverterModifier 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.<B> voidModeSetting.read(XElement element, ModeSettingsConverter<A, B> converter) Reads the contents of this setting fromelement.<B> voidModeSetting.read(DataInputStream in, ModeSettingsConverter<A, B> converter) Reads the contents of this setting fromin.<B> voidModeSetting.write(XElement element, ModeSettingsConverter<A, B> converter) Writes the contents of this setting intoelement.<B> voidModeSetting.write(DataOutputStream out, ModeSettingsConverter<A, B> converter) Writes the contents of this setting intoout.Constructors in bibliothek.gui.dock.support.mode with parameters of type ModeSettingsConverterModifierConstructorDescriptionModeSettings(ModeSettingsConverter<A, B> converter) Creates a new setting