|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Flags | +--org.gnu.gdk.WMFunction
Field Summary | |
static WMFunction |
ALL
|
static WMFunction |
CLOSE
|
static WMFunction |
MAXIMIZE
|
static WMFunction |
MINIMIZE
|
static WMFunction |
MOVE
|
static WMFunction |
RESIZE
|
Method Summary | |
WMFunction |
and(WMFunction other)
|
static WMFunction |
intern(int value)
|
WMFunction |
or(WMFunction other)
|
boolean |
test(WMFunction other)
|
WMFunction |
xor(WMFunction other)
|
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final WMFunction ALL
public static final WMFunction RESIZE
public static final WMFunction MOVE
public static final WMFunction MINIMIZE
public static final WMFunction MAXIMIZE
public static final WMFunction CLOSE
Method Detail |
public static WMFunction intern(int value)
public WMFunction or(WMFunction other)
public WMFunction and(WMFunction other)
public WMFunction xor(WMFunction other)
public boolean test(WMFunction 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 |