All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.webrunner.bab.FrameLayoutConstants
- public interface FrameLayoutConstants
This defines the Frame layout constants used by the BABApp
out the frame.
Modification(s) History :
05/21/98 - created
- Version:
- 0.1
-
BOTTOM
- Position the frame bottom.
-
BOTTOMLEFT
- Position the frame bottom left.
-
BOTTOMRIGHT
- Position the frame bottom right.
-
CENTER
- Position the frame center.
-
DESKTOP_DEFAULT
- Position the frame desktop default
-
LEFT
- Position the frame left.
-
RIGHT
- Position the frame right.
-
TOP
- Position the frame top.
-
TOPLEFT
- Position the frame Top left.
-
TOPRIGHT
- Position the frame Top right.
TOPLEFT
public static final int TOPLEFT
- Position the frame Top left.
TOP
public static final int TOP
- Position the frame top.
TOPRIGHT
public static final int TOPRIGHT
- Position the frame Top right.
RIGHT
public static final int RIGHT
- Position the frame right.
BOTTOMRIGHT
public static final int BOTTOMRIGHT
- Position the frame bottom right.
BOTTOM
public static final int BOTTOM
- Position the frame bottom.
BOTTOMLEFT
public static final int BOTTOMLEFT
- Position the frame bottom left.
LEFT
public static final int LEFT
- Position the frame left.
CENTER
public static final int CENTER
- Position the frame center.
DESKTOP_DEFAULT
public static final int DESKTOP_DEFAULT
- Position the frame desktop default
All Packages Class Hierarchy This Package Previous Next Index