|
|||||||||||
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.ResizeMode
Field Summary | |
static ResizeMode |
IMMEDIATE
|
static ResizeMode |
PARENT
|
static ResizeMode |
QUEUE
|
Method Summary | |
ResizeMode |
and(ResizeMode other)
|
static ResizeMode |
intern(int value)
|
ResizeMode |
or(ResizeMode other)
|
boolean |
test(ResizeMode other)
|
ResizeMode |
xor(ResizeMode 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 ResizeMode PARENT
public static final ResizeMode QUEUE
public static final ResizeMode IMMEDIATE
Method Detail |
public static ResizeMode intern(int value)
public ResizeMode or(ResizeMode other)
public ResizeMode and(ResizeMode other)
public ResizeMode xor(ResizeMode other)
public boolean test(ResizeMode 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 |