Package org.flexdock.docking.props
Class ScopedDockingPortPropertySet
java.lang.Object
java.util.Dictionary
java.util.Hashtable
org.flexdock.util.TypedHashtable
org.flexdock.docking.props.BasicDockingPortPropertySet
org.flexdock.docking.props.ScopedDockingPortPropertySet
- All Implemented Interfaces:
Serializable,Cloneable,Map,DockingConstants,DockingPortPropertySet,ScopedMap
- Author:
- Christopher Butler
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Liststatic final Liststatic final RootDockingPortPropertySetFields inherited from interface org.flexdock.docking.DockingConstants
ACTIVE_WINDOW, BOTTOM, CENTER, CENTER_REGION, CLOSE_ACTION, DEFAULT_PERSISTENCE_KEY, DOCKING_ID, EAST_REGION, HEAVYWEIGHT_DOCKABLES, HORIZONTAL, LEFT, MOUSE_PRESSED, NORTH_REGION, PERMANENT_FOCUS_OWNER, PIN_ACTION, REGION, RIGHT, SOUTH_REGION, TOP, UNINITIALIZED, UNINITIALIZED_RATIO, UNKNOWN_REGION, UNSPECIFIED_SIBLING_PREF, VERTICAL, WEST_REGIONFields inherited from interface org.flexdock.docking.props.DockingPortPropertySet
REGION_CHECKER, REGION_SIZE_EAST, REGION_SIZE_NORTH, REGION_SIZE_SOUTH, REGION_SIZE_WEST, SINGLE_TABS, TAB_PLACEMENT -
Constructor Summary
ConstructorsConstructorDescriptionScopedDockingPortPropertySet(int initialCapacity) ScopedDockingPortPropertySet(int initialCapacity, float loadFactor) -
Method Summary
Methods inherited from class org.flexdock.docking.props.BasicDockingPortPropertySet
getRegionInsetKey, setRegionChecker, setRegionInset, setSingleTabsAllowed, setTabPlacementMethods inherited from class org.flexdock.util.TypedHashtable
get, get, get, get, get, get, get, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, getString, put, put, put, put, put, put, put, put, putMethods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Field Details
-
ROOT_PROPS
-
DEFAULTS
-
GLOBALS
-
-
Constructor Details
-
ScopedDockingPortPropertySet
public ScopedDockingPortPropertySet() -
ScopedDockingPortPropertySet
public ScopedDockingPortPropertySet(int initialCapacity) -
ScopedDockingPortPropertySet
public ScopedDockingPortPropertySet(int initialCapacity, float loadFactor) -
ScopedDockingPortPropertySet
-
-
Method Details
-
init
protected void init() -
getLocals
-
getDefaults
- Specified by:
getDefaultsin interfaceScopedMap
-
getGlobals
- Specified by:
getGlobalsin interfaceScopedMap
-
getRoot
-
getRegionChecker
- Specified by:
getRegionCheckerin interfaceDockingPortPropertySet- Overrides:
getRegionCheckerin classBasicDockingPortPropertySet
-
getRegionInset
- Specified by:
getRegionInsetin interfaceDockingPortPropertySet- Overrides:
getRegionInsetin classBasicDockingPortPropertySet
-
getTabPlacement
- Specified by:
getTabPlacementin interfaceDockingPortPropertySet- Overrides:
getTabPlacementin classBasicDockingPortPropertySet
-
isSingleTabsAllowed
- Specified by:
isSingleTabsAllowedin interfaceDockingPortPropertySet- Overrides:
isSingleTabsAllowedin classBasicDockingPortPropertySet
-