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

Packages that use HistoryRewriter
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 HistoryRewriter in bibliothek.gui.dock.common.mode
 

Classes in bibliothek.gui.dock.common.mode that implement HistoryRewriter
 class CStationContainerHistoryRewriter
          The CStationContainerHistoryRewriter tries to ensure that a CDockable stays on the same CStationContainer when changing the ExtendedMode.
 

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

Methods in bibliothek.gui.dock.support.mode that return HistoryRewriter
 HistoryRewriter<H,M> ModeManager.getHistoryRewriter()
          Gets the current HistoryRewriter.
 

Methods in bibliothek.gui.dock.support.mode with parameters of type HistoryRewriter
 void ModeManager.setHistoryRewriter(HistoryRewriter<H,M> historyRewriter)
          Sets the current HistoryRewriter.