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_WESTACTIVE_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, setTerritoryBlockedget, get, get, get, get, get, get, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, getString, put, put, put, put, put, put, put, put, putclear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitput, removepublic 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 ScopedMappublic java.util.List getGlobals()
getGlobals in interface ScopedMappublic java.lang.String getDockableDesc()
getDockableDesc in interface DockablePropertySetgetDockableDesc in class BasicDockablePropertySetpublic java.lang.Boolean isDockingEnabled()
isDockingEnabled in interface DockablePropertySetisDockingEnabled in class BasicDockablePropertySetpublic java.lang.Boolean isActive()
isActive in interface DockablePropertySetisActive in class BasicDockablePropertySetpublic java.lang.Boolean isMouseMotionListenersBlockedWhileDragging()
isMouseMotionListenersBlockedWhileDragging in interface DockablePropertySetisMouseMotionListenersBlockedWhileDragging in class BasicDockablePropertySetpublic java.lang.Float getRegionInset(java.lang.String region)
getRegionInset in interface DockablePropertySetgetRegionInset in class BasicDockablePropertySetpublic java.lang.Float getSiblingSize(java.lang.String region)
getSiblingSize in interface DockablePropertySetgetSiblingSize in class BasicDockablePropertySetpublic java.lang.Boolean isTerritoryBlocked(java.lang.String region)
isTerritoryBlocked in interface DockablePropertySetisTerritoryBlocked in class BasicDockablePropertySetpublic java.lang.Float getDragThreshold()
getDragThreshold in interface DockablePropertySetgetDragThreshold in class BasicDockablePropertySetpublic java.lang.Float getPreviewSize()
getPreviewSize in interface DockablePropertySetgetPreviewSize in class BasicDockablePropertySet