org.flexdock.docking.props
public class ScopedDockingPortPropertySet extends BasicDockingPortPropertySet implements ScopedMap
| Modifier and Type | Field and Description |
|---|---|
static List |
DEFAULTS |
static List |
GLOBALS |
static RootDockingPortPropertySet |
ROOT_PROPS |
REGION_CHECKER, REGION_SIZE_EAST, REGION_SIZE_NORTH, REGION_SIZE_SOUTH, REGION_SIZE_WEST, SINGLE_TABS, TAB_PLACEMENTACTIVE_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_REGION| Constructor and Description |
|---|
ScopedDockingPortPropertySet() |
ScopedDockingPortPropertySet(int initialCapacity) |
ScopedDockingPortPropertySet(int initialCapacity,
float loadFactor) |
ScopedDockingPortPropertySet(Map t) |
| Modifier and Type | Method and Description |
|---|---|
List |
getDefaults() |
List |
getGlobals() |
List |
getLocals() |
RegionChecker |
getRegionChecker() |
Float |
getRegionInset(String region) |
Map |
getRoot() |
Integer |
getTabPlacement() |
protected void |
init() |
Boolean |
isSingleTabsAllowed() |
getRegionInsetKey, setRegionChecker, setRegionInset, setSingleTabsAllowed, setTabPlacementget, get, get, get, get, get, get, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, getString, put, put, put, put, put, put, put, put, putpublic static final RootDockingPortPropertySet ROOT_PROPS
public static final List DEFAULTS
public static final List GLOBALS
public ScopedDockingPortPropertySet()
public ScopedDockingPortPropertySet(int initialCapacity)
public ScopedDockingPortPropertySet(int initialCapacity,
float loadFactor)
public ScopedDockingPortPropertySet(Map t)
protected void init()
public List getDefaults()
getDefaults in interface ScopedMappublic List getGlobals()
getGlobals in interface ScopedMappublic RegionChecker getRegionChecker()
getRegionChecker in interface DockingPortPropertySetgetRegionChecker in class BasicDockingPortPropertySetpublic Float getRegionInset(String region)
getRegionInset in interface DockingPortPropertySetgetRegionInset in class BasicDockingPortPropertySetpublic Integer getTabPlacement()
getTabPlacement in interface DockingPortPropertySetgetTabPlacement in class BasicDockingPortPropertySetpublic Boolean isSingleTabsAllowed()
isSingleTabsAllowed in interface DockingPortPropertySetisSingleTabsAllowed in class BasicDockingPortPropertySet