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_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 |
---|
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, put
public BasicDockingPortPropertySet()
public BasicDockingPortPropertySet(int initialCapacity)
public BasicDockingPortPropertySet(int initialCapacity, float loadFactor)
public BasicDockingPortPropertySet(Map t)
public RegionChecker getRegionChecker()
getRegionChecker
in interface DockingPortPropertySet
public Boolean isSingleTabsAllowed()
isSingleTabsAllowed
in interface DockingPortPropertySet
public Integer getTabPlacement()
getTabPlacement
in interface DockingPortPropertySet
public Float getRegionInset(String region)
getRegionInset
in interface DockingPortPropertySet
public void setRegionChecker(RegionChecker checker)
setRegionChecker
in interface DockingPortPropertySet
public void setSingleTabsAllowed(boolean allowed)
setSingleTabsAllowed
in interface DockingPortPropertySet
public void setTabPlacement(int placement)
setTabPlacement
in interface DockingPortPropertySet
public void setRegionInset(String region, float inset)
setRegionInset
in interface DockingPortPropertySet