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

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

Classes in bibliothek.gui.dock.common.grouping that implement HistoryRewriter
 class GroupingHistoryRewriter
          This HistoryRewriter gets the current CGroupingBehavior using the key CControl.GROUPING_BEHAVIOR from its CControl.
 

Constructors in bibliothek.gui.dock.common.grouping with parameters of type HistoryRewriter
GroupingHistoryRewriter(CControl control, HistoryRewriter<Location,CLocationMode> validation)
          Creates a new GroupingHistoryRewriter.
 

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.