|
|||||||||||
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.gtk.Visibility
Field Summary | |
static Visibility |
FULL
|
static Visibility |
NONE
|
static Visibility |
PARTIAL
|
Method Summary | |
Visibility |
and(Visibility other)
|
static Visibility |
intern(int value)
|
Visibility |
or(Visibility other)
|
boolean |
test(Visibility other)
|
Visibility |
xor(Visibility 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 Visibility NONE
public static final Visibility PARTIAL
public static final Visibility FULL
Method Detail |
public static Visibility intern(int value)
public Visibility or(Visibility other)
public Visibility and(Visibility other)
public Visibility xor(Visibility other)
public boolean test(Visibility 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 |