Uses of Interface
bibliothek.gui.dock.support.mode.ModeSettingsConverter

Packages that use ModeSettingsConverter
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
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. 
 

Uses of ModeSettingsConverter in bibliothek.gui.dock.common.mode
 

Methods in bibliothek.gui.dock.common.mode with parameters of type ModeSettingsConverter
protected
<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 ModeSettingsConverter
 class LocationSettingConverter
          A ModeSettingsConverter for the LocationModeManager.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type ModeSettingsConverter
<B> void
MaximizedModeSetting.read(java.io.DataInputStream in, ModeSettingsConverter<Location,B> converter)
           
<B> void
MaximizedModeSetting.read(XElement element, ModeSettingsConverter<Location,B> converter)
           
<B> void
MaximizedModeSetting.write(java.io.DataOutputStream out, ModeSettingsConverter<Location,B> converter)
           
<B> void
MaximizedModeSetting.write(XElement element, ModeSettingsConverter<Location,B> converter)
           
 

Constructors in bibliothek.gui.dock.facile.mode with parameters of type ModeSettingsConverter
CLocationModeSettings(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 ModeSettingsConverter
 ModeSettingsConverter<A,B> ModeSettings.getConverter()
          Gets the converter that is used to transform internal and external properties.
 

Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettingsConverter
protected
<B> ModeSettings<H,B>
ModeManager.createModeSettings(ModeSettingsConverter<H,B> converter)
          Creates the empty set of settings for this ModeManager.
<B> ModeSettings<H,B>
ModeManager.createSettings(ModeSettingsConverter<H,B> converter)
          Creates a new ModeSetting which is configured to transfer data from this ModeManager to persistent storage or the other way.
<B> void
ModeSetting.read(java.io.DataInputStream in, ModeSettingsConverter<A,B> converter)
          Reads the contents of this setting from in.
<B> void
ModeSetting.read(XElement element, ModeSettingsConverter<A,B> converter)
          Reads the contents of this setting from element.
<B> void
ModeSetting.write(java.io.DataOutputStream out, ModeSettingsConverter<A,B> converter)
          Writes the contents of this setting into out.
<B> void
ModeSetting.write(XElement element, ModeSettingsConverter<A,B> converter)
          Writes the contents of this setting into element.
 

Constructors in bibliothek.gui.dock.support.mode with parameters of type ModeSettingsConverter
ModeSettings(ModeSettingsConverter<A,B> converter)
          Creates a new setting