All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.swing.SwingConstants

public interface SwingConstants
A collection of constants generally used for positioning and orienting components on the screen.


Variable Index

 o BOTTOM
 o CENTER
The central position in an area.
 o EAST
 o HORIZONTAL
These constants specify a horizontal or vertical orientation.
 o LEFT
 o NORTH
Compass-direction constants used to specify a position.
 o NORTH_EAST
 o NORTH_WEST
 o RIGHT
 o SOUTH
 o SOUTH_EAST
 o SOUTH_WEST
 o TOP
Box-orientation constants used to specify a position.
 o VERTICAL
 o WEST

Variables

 o CENTER
 public static final int CENTER
The central position in an area. Used for both compass-direction constants (NORTH, etc.) and box-orientation constants (TOP, etc.).

 o TOP
 public static final int TOP
Box-orientation constants used to specify a position.

 o LEFT
 public static final int LEFT
 o BOTTOM
 public static final int BOTTOM
 o RIGHT
 public static final int RIGHT
 o NORTH
 public static final int NORTH
Compass-direction constants used to specify a position.

 o NORTH_EAST
 public static final int NORTH_EAST
 o EAST
 public static final int EAST
 o SOUTH_EAST
 public static final int SOUTH_EAST
 o SOUTH
 public static final int SOUTH
 o SOUTH_WEST
 public static final int SOUTH_WEST
 o WEST
 public static final int WEST
 o NORTH_WEST
 public static final int NORTH_WEST
 o HORIZONTAL
 public static final int HORIZONTAL
These constants specify a horizontal or vertical orientation. For example, they are used by scrollbars and sliders.

 o VERTICAL
 public static final int VERTICAL

All Packages  Class Hierarchy  This Package  Previous  Next  Index