|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.atk.Layer
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.
public class Layer
Describes the layer of a component.
Field Summary | |
---|---|
static Layer |
BACKGROUND
Deprecated. |
static Layer |
CANVAS
Deprecated. |
static Layer |
INVALID
Deprecated. |
static Layer |
MDI
Deprecated. |
static Layer |
OVERLAY
Deprecated. |
static Layer |
POPUP
Deprecated. |
static Layer |
WIDGET
Deprecated. |
static Layer |
WINDOW
Deprecated. |
Method Summary | |
---|---|
Layer |
and(Layer other)
Deprecated. |
static Layer |
intern(int value)
Deprecated. |
Layer |
or(Layer other)
Deprecated. |
boolean |
test(Layer other)
Deprecated. |
Layer |
xor(Layer other)
Deprecated. |
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 |
---|
public static final Layer INVALID
public static final Layer BACKGROUND
public static final Layer CANVAS
public static final Layer WIDGET
public static final Layer MDI
public static final Layer POPUP
public static final Layer OVERLAY
public static final Layer WINDOW
Method Detail |
---|
public static Layer intern(int value)
public Layer or(Layer other)
public Layer and(Layer other)
public Layer xor(Layer other)
public boolean test(Layer other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |