public class ScopedDockablePropertySet extends BasicDockablePropertySet implements ScopedMap
Modifier and Type | Field and Description |
---|---|
static java.util.List |
DEFAULTS |
static java.util.List |
GLOBALS |
static RootDockablePropertySet |
ROOT_PROPS |
ACTIVE, DESCRIPTION, DOCKBAR_ICON, DOCKING_ENABLED, DRAG_THRESHOLD, MOUSE_MOTION_DRAG_BLOCK, PREVIEW_SIZE, REGION_SIZE_EAST, REGION_SIZE_NORTH, REGION_SIZE_SOUTH, REGION_SIZE_WEST, SIBLING_SIZE_EAST, SIBLING_SIZE_NORTH, SIBLING_SIZE_SOUTH, SIBLING_SIZE_WEST, TAB_ICON, TERRITORY_BLOCKED_CENTER, TERRITORY_BLOCKED_EAST, TERRITORY_BLOCKED_NORTH, TERRITORY_BLOCKED_SOUTH, TERRITORY_BLOCKED_WEST
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 |
---|
ScopedDockablePropertySet(Dockable dockable) |
ScopedDockablePropertySet(int initialCapacity,
Dockable dockable) |
ScopedDockablePropertySet(int initialCapacity,
float loadFactor,
Dockable dockable) |
ScopedDockablePropertySet(java.util.Map t,
Dockable dockable) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getDefaults() |
java.lang.String |
getDockableDesc() |
java.lang.Float |
getDragThreshold() |
java.util.List |
getGlobals() |
java.util.List |
getLocals() |
java.lang.Float |
getPreviewSize() |
java.lang.Float |
getRegionInset(java.lang.String region) |
java.util.Map |
getRoot() |
java.lang.Float |
getSiblingSize(java.lang.String region) |
java.lang.Boolean |
isActive() |
java.lang.Boolean |
isDockingEnabled() |
java.lang.Boolean |
isMouseMotionListenersBlockedWhileDragging() |
java.lang.Boolean |
isTerritoryBlocked(java.lang.String region) |
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getDockbarIcon, getDockingId, getRegionInsetKey, getSiblingSizeKey, getTabIcon, getTerritoryBlockedKey, removePropertyChangeListener, setActive, setDockableDesc, setDockbarIcon, setDockingEnabled, setDragTheshold, setMouseMotionListenersBlockedWhileDragging, setPreviewSize, setRegionInset, setSiblingSize, setTabIcon, setTerritoryBlocked
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
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
put, remove
public static final RootDockablePropertySet ROOT_PROPS
public static final java.util.List DEFAULTS
public static final java.util.List GLOBALS
public ScopedDockablePropertySet(Dockable dockable)
public ScopedDockablePropertySet(int initialCapacity, Dockable dockable)
public ScopedDockablePropertySet(int initialCapacity, float loadFactor, Dockable dockable)
public ScopedDockablePropertySet(java.util.Map t, Dockable dockable)
public java.util.List getDefaults()
getDefaults
in interface ScopedMap
public java.util.List getGlobals()
getGlobals
in interface ScopedMap
public java.lang.String getDockableDesc()
getDockableDesc
in interface DockablePropertySet
getDockableDesc
in class BasicDockablePropertySet
public java.lang.Boolean isDockingEnabled()
isDockingEnabled
in interface DockablePropertySet
isDockingEnabled
in class BasicDockablePropertySet
public java.lang.Boolean isActive()
isActive
in interface DockablePropertySet
isActive
in class BasicDockablePropertySet
public java.lang.Boolean isMouseMotionListenersBlockedWhileDragging()
isMouseMotionListenersBlockedWhileDragging
in interface DockablePropertySet
isMouseMotionListenersBlockedWhileDragging
in class BasicDockablePropertySet
public java.lang.Float getRegionInset(java.lang.String region)
getRegionInset
in interface DockablePropertySet
getRegionInset
in class BasicDockablePropertySet
public java.lang.Float getSiblingSize(java.lang.String region)
getSiblingSize
in interface DockablePropertySet
getSiblingSize
in class BasicDockablePropertySet
public java.lang.Boolean isTerritoryBlocked(java.lang.String region)
isTerritoryBlocked
in interface DockablePropertySet
isTerritoryBlocked
in class BasicDockablePropertySet
public java.lang.Float getDragThreshold()
getDragThreshold
in interface DockablePropertySet
getDragThreshold
in class BasicDockablePropertySet
public java.lang.Float getPreviewSize()
getPreviewSize
in interface DockablePropertySet
getPreviewSize
in class BasicDockablePropertySet