org.gnu.gdk
Class WMFunction

java.lang.Object
  extended by org.gnu.glib.Flags
      extended by org.gnu.gdk.WMFunction

public class WMFunction
extends org.gnu.glib.Flags


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

ALL

public static final WMFunction ALL

RESIZE

public static final WMFunction RESIZE

MOVE

public static final WMFunction MOVE

MINIMIZE

public static final WMFunction MINIMIZE

MAXIMIZE

public static final WMFunction MAXIMIZE

CLOSE

public static final WMFunction CLOSE
Method Detail

intern

public static WMFunction intern(int value)

or

public WMFunction or(WMFunction other)

and

public WMFunction and(WMFunction other)

xor

public WMFunction xor(WMFunction other)

test

public boolean test(WMFunction other)