Uses of Interface
bibliothek.gui.dock.support.mode.HistoryRewriter
Packages that use HistoryRewriter
-
Uses of HistoryRewriter in bibliothek.gui.dock.common.grouping
Classes in bibliothek.gui.dock.common.grouping that implement HistoryRewriterModifier and TypeClassDescriptionclassThisHistoryRewritergets the currentCGroupingBehaviorusing the keyCControl.GROUPING_BEHAVIORfrom itsCControl.Constructors in bibliothek.gui.dock.common.grouping with parameters of type HistoryRewriterModifierConstructorDescriptionGroupingHistoryRewriter(CControl control, HistoryRewriter<Location, CLocationMode> validation) Creates a newGroupingHistoryRewriter. -
Uses of HistoryRewriter in bibliothek.gui.dock.common.mode
Classes in bibliothek.gui.dock.common.mode that implement HistoryRewriterModifier and TypeClassDescriptionclassTheCStationContainerHistoryRewritertries to ensure that aCDockablestays on the sameCStationContainerwhen changing theExtendedMode. -
Uses of HistoryRewriter in bibliothek.gui.dock.support.mode
Methods in bibliothek.gui.dock.support.mode that return HistoryRewriterModifier and TypeMethodDescriptionModeManager.getHistoryRewriter()Gets the currentHistoryRewriter.Methods in bibliothek.gui.dock.support.mode with parameters of type HistoryRewriterModifier and TypeMethodDescriptionvoidModeManager.setHistoryRewriter(HistoryRewriter<H, M> historyRewriter) Sets the currentHistoryRewriter.