org.gnu.gdk
Class GrabStatus

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gdk.GrabStatus

public class GrabStatus
extends org.gnu.glib.Enum


Field Summary
static GrabStatus ALREADY_GRABBED
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
static GrabStatus FROZEN
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
static GrabStatus INVALID_TIME
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
static GrabStatus NOT_VIEWABLE
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
static GrabStatus SUCCESS
          Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
 
Method Summary
 GrabStatus and(GrabStatus other)
           
static GrabStatus intern(int value)
           
 GrabStatus or(GrabStatus other)
           
 boolean test(GrabStatus other)
           
 GrabStatus xor(GrabStatus 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

SUCCESS

public static final GrabStatus SUCCESS
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The resource was successfully grabbed.


ALREADY_GRABBED

public static final GrabStatus ALREADY_GRABBED
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The resource is actively grabbed by another client.


INVALID_TIME

public static final GrabStatus INVALID_TIME
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The resource was grabbed more recently than the specified time.


NOT_VIEWABLE

public static final GrabStatus NOT_VIEWABLE
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The grab window or the confineTo window are not viewable.


FROZEN

public static final GrabStatus FROZEN
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The resource is frozen by an active grab of another client.

Method Detail

intern

public static GrabStatus intern(int value)

or

public GrabStatus or(GrabStatus other)

and

public GrabStatus and(GrabStatus other)

xor

public GrabStatus xor(GrabStatus other)

test

public boolean test(GrabStatus other)