|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.atk.Layer
Describes the layer of a component.
Field Summary | |
static Layer |
BACKGROUND
|
static Layer |
CANVAS
|
static Layer |
INVALID
|
static Layer |
MDI
|
static Layer |
OVERLAY
|
static Layer |
POPUP
|
static Layer |
WIDGET
|
Method Summary | |
Layer |
and(Layer other)
|
static Layer |
intern(int value)
|
Layer |
or(Layer other)
|
boolean |
test(Layer other)
|
Layer |
xor(Layer other)
|
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
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)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |