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

Packages that use UndoableModeSettings
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
 

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

Methods in bibliothek.gui.dock.common.mode with parameters of type UndoableModeSettings
 Runnable CLocationModeManager.readSettings(ModeSettings<Location,?> settings, UndoableModeSettings pending)
           
 

Uses of UndoableModeSettings in bibliothek.gui.dock.support.mode
 

Methods in bibliothek.gui.dock.support.mode with parameters of type UndoableModeSettings
 Runnable ModeManager.readSettings(ModeSettings<H,?> settings, UndoableModeSettings pending)
          Reads the contents of settings, creates new entries if either ModeManager.createEntryDuringRead(String) or if pending allows the setting to be undone if not needed.