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

Variable Index

 o BOTTOM
Position the frame bottom.
 o BOTTOMLEFT
Position the frame bottom left.
 o BOTTOMRIGHT
Position the frame bottom right.
 o CENTER
Position the frame center.
 o DESKTOP_DEFAULT
Position the frame desktop default
 o LEFT
Position the frame left.
 o RIGHT
Position the frame right.
 o TOP
Position the frame top.
 o TOPLEFT
Position the frame Top left.
 o TOPRIGHT
Position the frame Top right.

Variables

 o TOPLEFT
 public static final int TOPLEFT
Position the frame Top left.

 o TOP
 public static final int TOP
Position the frame top.

 o TOPRIGHT
 public static final int TOPRIGHT
Position the frame Top right.

 o RIGHT
 public static final int RIGHT
Position the frame right.

 o BOTTOMRIGHT
 public static final int BOTTOMRIGHT
Position the frame bottom right.

 o BOTTOM
 public static final int BOTTOM
Position the frame bottom.

 o BOTTOMLEFT
 public static final int BOTTOMLEFT
Position the frame bottom left.

 o LEFT
 public static final int LEFT
Position the frame left.

 o CENTER
 public static final int CENTER
Position the frame center.

 o DESKTOP_DEFAULT
 public static final int DESKTOP_DEFAULT
Position the frame desktop default


All Packages  Class Hierarchy  This Package  Previous  Next  Index