org.gnu.atk

Class Layer

public class Layer extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.atk.Layer. As this package was never fully implemented in java-gnome 2.x, however, any new code written will have a considerably different public API.

Describes the layer of a component.
Field Summary
static LayerBACKGROUND
static LayerCANVAS
static LayerINVALID
static LayerMDI
static LayerOVERLAY
static LayerPOPUP
static LayerWIDGET
static LayerWINDOW
Method Summary
Layerand(Layer other)
static Layerintern(int value)
Layeror(Layer other)
booleantest(Layer other)
Layerxor(Layer other)

Field Detail

BACKGROUND

public static final Layer BACKGROUND

CANVAS

public static final Layer CANVAS

INVALID

public static final Layer INVALID

MDI

public static final Layer MDI

OVERLAY

public static final Layer OVERLAY

POPUP

public static final Layer POPUP

WIDGET

public static final Layer WIDGET

WINDOW

public static final Layer WINDOW

Method Detail

and

public Layer and(Layer other)

intern

public static Layer intern(int value)

or

public Layer or(Layer other)

test

public boolean test(Layer other)

xor

public Layer xor(Layer other)