org.flexdock.docking.props
public class BasicDockingPortPropertySet extends TypedHashtable implements DockingPortPropertySet, DockingConstants
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 |
|---|
BasicDockingPortPropertySet() |
BasicDockingPortPropertySet(int initialCapacity) |
BasicDockingPortPropertySet(int initialCapacity,
float loadFactor) |
BasicDockingPortPropertySet(Map t) |
| Modifier and Type | Method and Description |
|---|---|
RegionChecker |
getRegionChecker() |
Float |
getRegionInset(String region) |
static String |
getRegionInsetKey(String region) |
Integer |
getTabPlacement() |
Boolean |
isSingleTabsAllowed() |
void |
setRegionChecker(RegionChecker checker) |
void |
setRegionInset(String region,
float inset) |
void |
setSingleTabsAllowed(boolean allowed) |
void |
setTabPlacement(int placement) |
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, putpublic BasicDockingPortPropertySet()
public BasicDockingPortPropertySet(int initialCapacity)
public BasicDockingPortPropertySet(int initialCapacity,
float loadFactor)
public BasicDockingPortPropertySet(Map t)
public RegionChecker getRegionChecker()
getRegionChecker in interface DockingPortPropertySetpublic Boolean isSingleTabsAllowed()
isSingleTabsAllowed in interface DockingPortPropertySetpublic Integer getTabPlacement()
getTabPlacement in interface DockingPortPropertySetpublic Float getRegionInset(String region)
getRegionInset in interface DockingPortPropertySetpublic void setRegionChecker(RegionChecker checker)
setRegionChecker in interface DockingPortPropertySetpublic void setSingleTabsAllowed(boolean allowed)
setSingleTabsAllowed in interface DockingPortPropertySetpublic void setTabPlacement(int placement)
setTabPlacement in interface DockingPortPropertySetpublic void setRegionInset(String region, float inset)
setRegionInset in interface DockingPortPropertySet