com.vlsolutions.swing.docking

Class DockingConstants

public class DockingConstants extends 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 classDockingConstants.Hide
Typesafe enumeration describing an auto-hide operation on the DockingDesktop.
static classDockingConstants.Split
Typesafe enumeration describing a split operation on the DockingDesktop.
Field Summary
static DockingConstants.HideHIDE_BOTTOM
A constant describing an auto-hide operation where the component goes on the BOTTOM border
static DockingConstants.HideHIDE_LEFT
A constant describing an auto-hide operation where the component goes on the LEFT border
static DockingConstants.HideHIDE_RIGHT
A constant describing an auto-hide operation where the component goes on the RIGHT border
static DockingConstants.HideHIDE_TOP
A constant describing an auto-hide operation where the component goes on the TOP border
static intINT_HIDE_BOTTOM
static intINT_HIDE_LEFT
static intINT_HIDE_RIGHT
static intINT_HIDE_TOP
static intINT_SPLIT_BOTTOM
static intINT_SPLIT_LEFT
static intINT_SPLIT_RIGHT
static intINT_SPLIT_TOP
static DockingConstants.SplitSPLIT_BOTTOM
A constant describing a VERTICAL splitting operation where the new component goes on the BOTTOM part
static DockingConstants.SplitSPLIT_LEFT
A constant describing an HORIZONTAL splitting operation where the new component goes on the LEFT part
static DockingConstants.SplitSPLIT_RIGHT
A constant describing an HORIZONTAL splitting operation where the new component goes on the RIGHT part
static DockingConstants.SplitSPLIT_TOP
A constant describing a VERTICAL splitting operation where the new component goes on the TOP part

Field Detail

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_LEFT

public static final DockingConstants.Hide HIDE_LEFT
A constant describing an auto-hide operation where the component goes on the LEFT 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

HIDE_TOP

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

INT_HIDE_BOTTOM

public static final int INT_HIDE_BOTTOM

INT_HIDE_LEFT

public static final int INT_HIDE_LEFT

INT_HIDE_RIGHT

public static final int INT_HIDE_RIGHT

INT_HIDE_TOP

public static final int INT_HIDE_TOP

INT_SPLIT_BOTTOM

public static final int INT_SPLIT_BOTTOM

INT_SPLIT_LEFT

public static final int INT_SPLIT_LEFT

INT_SPLIT_RIGHT

public static final int INT_SPLIT_RIGHT

INT_SPLIT_TOP

public static final int INT_SPLIT_TOP

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_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_RIGHT

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

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
© Copyright 2004-2005 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications