|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockingConstants
A collection of constants used by flexdock.
Field Summary | |
---|---|
static java.lang.String |
ACTIVE_WINDOW
The property name for handling window activation changes. |
static int |
BOTTOM
Box-orientation constant used to specify the bottom of a box. |
static int |
CENTER
The central position in an area. |
static java.lang.String |
CENTER_REGION
The central region. |
static java.lang.String |
CLOSE_ACTION
A constant representing a "close" action. |
static java.lang.String |
DEFAULT_PERSISTENCE_KEY
A system key whose value is a fully-qualified class name that is used to create a persistence class for storing or loading persisted perspectives. |
static java.lang.String |
DOCKING_ID
|
static java.lang.String |
EAST_REGION
The east region. |
static java.lang.String |
HEAVYWEIGHT_DOCKABLES
A constant for enabling/disabling heavyweight dockables. |
static int |
HORIZONTAL
Horizontal split indicates the Component s are split along the x
axis. |
static int |
LEFT
Box-orientation constant used to specify the left side of a box. |
static java.lang.String |
MOUSE_PRESSED
|
static java.lang.String |
NORTH_REGION
The north region. |
static java.lang.String |
PERMANENT_FOCUS_OWNER
|
static java.lang.String |
PIN_ACTION
A constant representing a "pin/unpin" action. |
static java.lang.String |
REGION
A constant representing the "region" property used when a Dockable region has been changed. |
static int |
RIGHT
Box-orientation constant used to specify the right side of a box. |
static java.lang.String |
SOUTH_REGION
The south region. |
static int |
TOP
Box-orientation constant used to specify the top of a box. |
static int |
UNINITIALIZED
A constant for "initializing" an int to a safe (ie unusable
value). |
static float |
UNINITIALIZED_RATIO
A constant for "initializing" an float to a safe (ie unusable
value). |
static java.lang.String |
UNKNOWN_REGION
An unknown region. |
static float |
UNSPECIFIED_SIBLING_PREF
Used when a sibling does not specify a size preference when docking relative to another dockable. |
static int |
VERTICAL
Vertical split indicates the Component s are split along the y
axis. |
static java.lang.String |
WEST_REGION
The west region. |
Field Detail |
---|
static final java.lang.String DOCKING_ID
static final float UNSPECIFIED_SIBLING_PREF
static final int UNINITIALIZED
int
to a safe (ie unusable
value).
static final float UNINITIALIZED_RATIO
float
to a safe (ie unusable
value).
static final java.lang.String PERMANENT_FOCUS_OWNER
static final java.lang.String ACTIVE_WINDOW
PropertyChangeListener
,
Dockable.addPropertyChangeListener(java.beans.PropertyChangeListener)
,
Constant Field Valuesstatic final java.lang.String MOUSE_PRESSED
static final java.lang.String PIN_ACTION
Dockable
has been
pinned/unpinned.
PropertyChangeListener
,
Dockable.addPropertyChangeListener(java.beans.PropertyChangeListener)
,
Titlebar
,
Constant Field Valuesstatic final java.lang.String CLOSE_ACTION
Titlebar
,
Constant Field Valuesstatic final int TOP
SwingConstants.TOP
,
Constant Field Valuesstatic final int LEFT
SwingConstants.LEFT
,
Constant Field Valuesstatic final int BOTTOM
SwingConstants.BOTTOM
,
Constant Field Valuesstatic final int RIGHT
SwingConstants.RIGHT
,
Constant Field Valuesstatic final int CENTER
SwingConstants.CENTER
,
Constant Field Valuesstatic final int HORIZONTAL
Component
s are split along the x
axis. For example the two Component
s will be split one to the
left of the other.
JSplitPane.HORIZONTAL_SPLIT
,
Constant Field Valuesstatic final int VERTICAL
Component
s are split along the y
axis. For example the two Component
s will be split one on top of
the other.
JSplitPane.VERTICAL_SPLIT
,
Constant Field Valuesstatic final java.lang.String REGION
Dockable
region has been changed.
PropertyChangeListener
,
Dockable.addPropertyChangeListener(java.beans.PropertyChangeListener)
,
Constant Field Valuesstatic final java.lang.String CENTER_REGION
CENTER
,
Constant Field Valuesstatic final java.lang.String EAST_REGION
RIGHT
,
Constant Field Valuesstatic final java.lang.String NORTH_REGION
TOP
,
Constant Field Valuesstatic final java.lang.String SOUTH_REGION
BOTTOM
,
Constant Field Valuesstatic final java.lang.String WEST_REGION
LEFT
,
Constant Field Valuesstatic final java.lang.String UNKNOWN_REGION
static final java.lang.String HEAVYWEIGHT_DOCKABLES
static final java.lang.String DEFAULT_PERSISTENCE_KEY
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |