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(java.util.Map t) |
| Modifier and Type | Method and Description |
|---|---|
RegionChecker |
getRegionChecker() |
java.lang.Float |
getRegionInset(java.lang.String region) |
static java.lang.String |
getRegionInsetKey(java.lang.String region) |
java.lang.Integer |
getTabPlacement() |
java.lang.Boolean |
isSingleTabsAllowed() |
void |
setRegionChecker(RegionChecker checker) |
void |
setRegionInset(java.lang.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(java.util.Map t)
public static java.lang.String getRegionInsetKey(java.lang.String region)
public RegionChecker getRegionChecker()
getRegionChecker in interface DockingPortPropertySetpublic java.lang.Boolean isSingleTabsAllowed()
isSingleTabsAllowed in interface DockingPortPropertySetpublic java.lang.Integer getTabPlacement()
getTabPlacement in interface DockingPortPropertySetpublic java.lang.Float getRegionInset(java.lang.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(java.lang.String region,
float inset)
setRegionInset in interface DockingPortPropertySet