ControlDock Class

ControlDock Class

This Package | All Packages

Enum
  |
  +--ControlDock
public class ControlDock
extends Enum

Control Dock values. When a control is docked to an edge of its container, it is always positioned flush against that edge while the container resizes. If more than one control is docked to an edge, the controls are not placed on top of each other.

Fields
Name Description
BOTTOM Topic under construction.
FILL Topic under construction.
LEFT Topic under construction.
NONE Topic under construction.
RIGHT Topic under construction.
TOP Topic under construction.

Methods
Name Description
ensureValid(int dock) Topic under construction.
valid(int dock) Topic under construction.

Fields

ControlDock.BOTTOM

Syntax
public static final int BOTTOM;
Description
Topic under construction.

ControlDock.FILL

Syntax
public static final int FILL;
Description
Topic under construction.

ControlDock.LEFT

Syntax
public static final int LEFT;
Description
Topic under construction.

ControlDock.NONE

Syntax
public static final int NONE;
Description
Topic under construction.

ControlDock.RIGHT

Syntax
public static final int RIGHT;
Description
Topic under construction.

ControlDock.TOP

Syntax
public static final int TOP;
Description
Topic under construction.

Methods

ControlDock.ensureValid

Syntax
public static void ensureValid( int dock );
Description

Topic under construction.

ControlDock.valid

Syntax
public static boolean valid( int dock );
Description

Topic under construction.