|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.gui.Constants
Field Summary | |
static int |
BOTTOM
|
static int |
CENTER
|
static int |
HORIZONTAL
The subpanes are separated by an horizontal splitter |
static int |
HORIZONTAL_DOWN
The down subpanes are separated by a vertical splitter |
static int |
HORIZONTAL_UP
The upper subpanes are separated by a vertical splitter |
static int |
LEFT
|
static int |
NONE
|
static int |
RIGHT
|
static int |
TOP
|
static int |
VERTICAL
The subpanes are separated by a vertical splitter |
static int |
VERTICAL_LEFT
The left subpanes are separated by an horizontal splitter |
static int |
VERTICAL_RIGHT
The right subpanes are separated by an horizontal splitter |
Constructor Summary | |
Constants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int HORIZONTAL
public static final int HORIZONTAL_UP
public static final int HORIZONTAL_DOWN
public static final int VERTICAL
public static final int VERTICAL_LEFT
public static final int VERTICAL_RIGHT
public static final int NONE
public static final int LEFT
public static final int TOP
public static final int RIGHT
public static final int BOTTOM
public static final int CENTER
Constructor Detail |
public Constants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |