org.gnu.gdk

Class WindowClass


public class WindowClass
extends Enum

Field Summary

static WindowClass
INPUT_ONLY
static WindowClass
INPUT_OUTPUT

Method Summary

WindowClass
and(WindowClass other)
static WindowClass
intern(int value)
WindowClass
or(WindowClass other)
boolean
test(WindowClass other)
WindowClass
xor(WindowClass other)

Field Details

INPUT_ONLY

public static final WindowClass INPUT_ONLY

INPUT_OUTPUT

public static final WindowClass INPUT_OUTPUT

Method Details

and

public WindowClass and(WindowClass other)

intern

public static WindowClass intern(int value)

or

public WindowClass or(WindowClass other)

test

public boolean test(WindowClass other)

xor

public WindowClass xor(WindowClass other)