org.gnu.atk
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.
Field Summary | |
---|---|
static Layer | BACKGROUND |
static Layer | CANVAS |
static Layer | INVALID |
static Layer | MDI |
static Layer | OVERLAY |
static Layer | POPUP |
static Layer | WIDGET |
static Layer | WINDOW |
Method Summary | |
---|---|
Layer | and(Layer other) |
static Layer | intern(int value) |
Layer | or(Layer other) |
boolean | test(Layer other) |
Layer | xor(Layer other) |