|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gdk.WindowEdge
Field Summary | |
static WindowEdge |
EAST
|
static WindowEdge |
NORTH
|
static WindowEdge |
NORTH_EAST
|
static WindowEdge |
NORTH_WEST
|
static WindowEdge |
SOUTH
|
static WindowEdge |
SOUTH_EAST
|
static WindowEdge |
SOUTH_WEST
|
static WindowEdge |
WEST
|
Method Summary | |
WindowEdge |
and(WindowEdge other)
|
static WindowEdge |
intern(int value)
|
WindowEdge |
or(WindowEdge other)
|
boolean |
test(WindowEdge other)
|
WindowEdge |
xor(WindowEdge other)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final WindowEdge NORTH_WEST
public static final WindowEdge NORTH
public static final WindowEdge NORTH_EAST
public static final WindowEdge WEST
public static final WindowEdge EAST
public static final WindowEdge SOUTH_WEST
public static final WindowEdge SOUTH
public static final WindowEdge SOUTH_EAST
Method Detail |
public static WindowEdge intern(int value)
public WindowEdge or(WindowEdge other)
public WindowEdge and(WindowEdge other)
public WindowEdge xor(WindowEdge other)
public boolean test(WindowEdge other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |