|
|||||||||||
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.gtk.Orientation
Field Summary | |
static Orientation |
HORIZONTAL
|
static Orientation |
VERTICAL
|
Method Summary | |
Orientation |
and(Orientation other)
|
static Orientation |
intern(int value)
|
Orientation |
or(Orientation other)
|
boolean |
test(Orientation other)
|
Orientation |
xor(Orientation 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 Orientation HORIZONTAL
public static final Orientation VERTICAL
Method Detail |
public static Orientation intern(int value)
public Orientation or(Orientation other)
public Orientation and(Orientation other)
public Orientation xor(Orientation other)
public boolean test(Orientation 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 |