borland Packages  Class Hierarchy  jbcl.util Package  Index 

AbsLocation interface

borland.jbcl.util.AbsLocation

About the AbsLocation interface

Variables  

An interface that defines variables for absolute locations, such as top and bottom.

See also: RelPosition interface


AbsLocation variables

Variables defined in this interface


AbsLocation variables

BOTTOM

  static final int BOTTOM = 2
The bottom position.

LEFT

  static final int LEFT = 3
The left position.

NONE

  static final int NONE = 0
No position specified.

RIGHT

  static final int RIGHT = 4
The right position.

TOP

  static final int TOP = 1
The top position.