|
|||||||||||
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.gdk.VisibilityState
Field Summary | |
static VisibilityState |
FULLY_OBSCURED
|
static VisibilityState |
PARTIAL
|
static VisibilityState |
UNOBSCURED
|
Method Summary | |
VisibilityState |
and(VisibilityState other)
|
static VisibilityState |
intern(int value)
|
VisibilityState |
or(VisibilityState other)
|
boolean |
test(VisibilityState other)
|
VisibilityState |
xor(VisibilityState 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 VisibilityState UNOBSCURED
public static final VisibilityState PARTIAL
public static final VisibilityState FULLY_OBSCURED
Method Detail |
public static VisibilityState intern(int value)
public VisibilityState or(VisibilityState other)
public VisibilityState and(VisibilityState other)
public VisibilityState xor(VisibilityState other)
public boolean test(VisibilityState 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 |