org.flexdock.docking.props
public class BasicDockablePropertySet extends TypedHashtable implements DockablePropertySet, DockingConstants
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 |
|---|
BasicDockablePropertySet(Dockable dockable) |
BasicDockablePropertySet(int initialCapacity,
Dockable dockable) |
BasicDockablePropertySet(int initialCapacity,
float loadFactor,
Dockable dockable) |
BasicDockablePropertySet(Map t,
Dockable dockable) |
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, 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 BasicDockablePropertySet(Dockable dockable)
public BasicDockablePropertySet(int initialCapacity,
Dockable dockable)
public BasicDockablePropertySet(int initialCapacity,
float loadFactor,
Dockable dockable)
public Icon getDockbarIcon()
getDockbarIcon in interface DockablePropertySetpublic Icon getTabIcon()
getTabIcon in interface DockablePropertySetpublic String getDockableDesc()
getDockableDesc in interface DockablePropertySetpublic Boolean isDockingEnabled()
isDockingEnabled in interface DockablePropertySetpublic Boolean isActive()
isActive in interface DockablePropertySetpublic Boolean isMouseMotionListenersBlockedWhileDragging()
isMouseMotionListenersBlockedWhileDragging in interface DockablePropertySetpublic Float getRegionInset(String region)
getRegionInset in interface DockablePropertySetpublic Float getSiblingSize(String region)
getSiblingSize in interface DockablePropertySetpublic Boolean isTerritoryBlocked(String region)
isTerritoryBlocked in interface DockablePropertySetpublic Float getDragThreshold()
getDragThreshold in interface DockablePropertySetpublic Float getPreviewSize()
getPreviewSize in interface DockablePropertySetpublic void setDockbarIcon(Icon icon)
setDockbarIcon in interface DockablePropertySetpublic void setTabIcon(Icon icon)
setTabIcon in interface DockablePropertySetpublic void setDockableDesc(String dockableDesc)
setDockableDesc in interface DockablePropertySetpublic void setDockingEnabled(boolean enabled)
setDockingEnabled in interface DockablePropertySetpublic void setActive(boolean active)
setActive in interface DockablePropertySetpublic void setMouseMotionListenersBlockedWhileDragging(boolean blocked)
setMouseMotionListenersBlockedWhileDragging in interface DockablePropertySetpublic void setRegionInset(String region, float inset)
setRegionInset in interface DockablePropertySetpublic void setSiblingSize(String region, float size)
setSiblingSize in interface DockablePropertySetpublic void setTerritoryBlocked(String region, boolean blocked)
setTerritoryBlocked in interface DockablePropertySetpublic void setDragTheshold(float threshold)
setDragTheshold in interface DockablePropertySetpublic void setPreviewSize(float previewSize)
setPreviewSize in interface DockablePropertySetpublic String getDockingId()
getDockingId in interface DockablePropertySetpublic void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface DockablePropertySetpublic void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface DockablePropertySetprotected void firePropertyChange(String property, Object oldValue, Object newValue)
protected void firePropertyChange(String property, int oldValue, int newValue)
protected void firePropertyChange(String property, boolean oldValue, boolean newValue)