Class CLayoutChangeStrategy.CSettingAccess
java.lang.Object
bibliothek.gui.dock.frontend.DefaultLayoutChangeStrategy.SettingAccess
bibliothek.gui.dock.common.intern.layout.CLayoutChangeStrategy.CSettingAccess
- Enclosing class:
CLayoutChangeStrategy
protected class CLayoutChangeStrategy.CSettingAccess
extends DefaultLayoutChangeStrategy.SettingAccess
A
DefaultLayoutChangeStrategy.SettingAccess that modifies the roots by calling
CLayoutChangeStrategy.replaceMultipleDockables(DockFrontendInternals, CSettingAccess, DockLayoutComposition).- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindMatch(DockLayout<?> layout) Searches a match for the meta-datalayout.Methods inherited from class bibliothek.gui.dock.frontend.DefaultLayoutChangeStrategy.SettingAccess
fillMissing, getInvisibleCount, getInvisibleKey, getInvisibleLayout, getInvisibleLocation, getInvisibleRoot, getRootKeys, getSetting
-
Constructor Details
-
CSettingAccess
-
-
Method Details
-
findMatch
Searches a match for the meta-datalayout. The result of this method will never be result again for thisCLayoutChangeStrategy.CSettingAccess.- Parameters:
layout- the element whose match is searched- Returns:
- the match or
nullif none was found
-
getRoot
- Overrides:
getRootin classDefaultLayoutChangeStrategy.SettingAccess
-