com.vlsolutions.swing.docking
Class DockingConstants

java.lang.Object
  extended by com.vlsolutions.swing.docking.DockingConstants

public class DockingConstants
extends java.lang.Object

Constants used by the DockingDesktop to position Dockables.

API Users will use these constants to interact with the DockingDesktop.

These constants are defined as enumerations of Hide and Split classes, in order to avoid runtime errors.


Nested Class Summary
static class DockingConstants.Hide
          Typesafe enumeration describing an auto-hide operation on the DockingDesktop.
static class DockingConstants.Split
          Typesafe enumeration describing a split operation on the DockingDesktop.
 
Field Summary
static DockingConstants.Hide HIDE_BOTTOM
          A constant describing an auto-hide operation where the component goes on the BOTTOM border
static DockingConstants.Hide HIDE_LEFT
          A constant describing an auto-hide operation where the component goes on the LEFT border
static DockingConstants.Hide HIDE_RIGHT
          A constant describing an auto-hide operation where the component goes on the RIGHT border
static DockingConstants.Hide HIDE_TOP
          A constant describing an auto-hide operation where the component goes on the TOP border
static int INT_HIDE_BOTTOM
           
static int INT_HIDE_LEFT
           
static int INT_HIDE_RIGHT
           
static int INT_HIDE_TOP
           
static int INT_SPLIT_BOTTOM
           
static int INT_SPLIT_LEFT
           
static int INT_SPLIT_RIGHT
           
static int INT_SPLIT_TOP
           
static DockingConstants.Split SPLIT_BOTTOM
          A constant describing a VERTICAL splitting operation where the new component goes on the BOTTOM part
static DockingConstants.Split SPLIT_LEFT
          A constant describing an HORIZONTAL splitting operation where the new component goes on the LEFT part
static DockingConstants.Split SPLIT_RIGHT
          A constant describing an HORIZONTAL splitting operation where the new component goes on the RIGHT part
static DockingConstants.Split SPLIT_TOP
          A constant describing a VERTICAL splitting operation where the new component goes on the TOP part
 
Constructor Summary
DockingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT_SPLIT_TOP

public static final int INT_SPLIT_TOP
See Also:
Constant Field Values

INT_SPLIT_LEFT

public static final int INT_SPLIT_LEFT
See Also:
Constant Field Values

INT_SPLIT_BOTTOM

public static final int INT_SPLIT_BOTTOM
See Also:
Constant Field Values

INT_SPLIT_RIGHT

public static final int INT_SPLIT_RIGHT
See Also:
Constant Field Values

SPLIT_TOP

public static final DockingConstants.Split SPLIT_TOP
A constant describing a VERTICAL splitting operation where the new component goes on the TOP part


SPLIT_LEFT

public static final DockingConstants.Split SPLIT_LEFT
A constant describing an HORIZONTAL splitting operation where the new component goes on the LEFT part


SPLIT_BOTTOM

public static final DockingConstants.Split SPLIT_BOTTOM
A constant describing a VERTICAL splitting operation where the new component goes on the BOTTOM part


SPLIT_RIGHT

public static final DockingConstants.Split SPLIT_RIGHT
A constant describing an HORIZONTAL splitting operation where the new component goes on the RIGHT part


INT_HIDE_TOP

public static final int INT_HIDE_TOP
See Also:
Constant Field Values

INT_HIDE_LEFT

public static final int INT_HIDE_LEFT
See Also:
Constant Field Values

INT_HIDE_BOTTOM

public static final int INT_HIDE_BOTTOM
See Also:
Constant Field Values

INT_HIDE_RIGHT

public static final int INT_HIDE_RIGHT
See Also:
Constant Field Values

HIDE_TOP

public static final DockingConstants.Hide HIDE_TOP
A constant describing an auto-hide operation where the component goes on the TOP border


HIDE_LEFT

public static final DockingConstants.Hide HIDE_LEFT
A constant describing an auto-hide operation where the component goes on the LEFT border


HIDE_BOTTOM

public static final DockingConstants.Hide HIDE_BOTTOM
A constant describing an auto-hide operation where the component goes on the BOTTOM border


HIDE_RIGHT

public static final DockingConstants.Hide HIDE_RIGHT
A constant describing an auto-hide operation where the component goes on the RIGHT border

Constructor Detail

DockingConstants

public DockingConstants()


© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications