org.gnu.gdk

Class GrabStatus

public class GrabStatus extends Enum

Field Summary
static GrabStatusALREADY_GRABBED
The resource is actively grabbed by another client.
static GrabStatusFROZEN
The resource is frozen by an active grab of another client.
static GrabStatusINVALID_TIME
The resource was grabbed more recently than the specified time.
static GrabStatusNOT_VIEWABLE
The grab window or the confineTo window are not viewable.
static GrabStatusSUCCESS
The resource was successfully grabbed.
Method Summary
GrabStatusand(GrabStatus other)
static GrabStatusintern(int value)
GrabStatusor(GrabStatus other)
booleantest(GrabStatus other)
GrabStatusxor(GrabStatus other)

Field Detail

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.

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.

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.

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.

Method Detail

and

public GrabStatus and(GrabStatus other)

intern

public static GrabStatus intern(int value)

or

public GrabStatus or(GrabStatus other)

test

public boolean test(GrabStatus other)

xor

public GrabStatus xor(GrabStatus other)