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_PLACEMENT
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_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, setTabPlacement
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, put
public 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 ScopedMap
public List getGlobals()
getGlobals
in interface ScopedMap
public RegionChecker getRegionChecker()
getRegionChecker
in interface DockingPortPropertySet
getRegionChecker
in class BasicDockingPortPropertySet
public Float getRegionInset(String region)
getRegionInset
in interface DockingPortPropertySet
getRegionInset
in class BasicDockingPortPropertySet
public Integer getTabPlacement()
getTabPlacement
in interface DockingPortPropertySet
getTabPlacement
in class BasicDockingPortPropertySet
public Boolean isSingleTabsAllowed()
isSingleTabsAllowed
in interface DockingPortPropertySet
isSingleTabsAllowed
in class BasicDockingPortPropertySet