|
|||||||||||
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.PathType
Field Summary | |
static PathType |
CLASS
|
static PathType |
WIDGET
|
static PathType |
WIDGET_CLASS
|
Method Summary | |
PathType |
and(PathType other)
|
static PathType |
intern(int value)
|
PathType |
or(PathType other)
|
boolean |
test(PathType other)
|
PathType |
xor(PathType 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 PathType WIDGET
public static final PathType WIDGET_CLASS
public static final PathType CLASS
Method Detail |
public static PathType intern(int value)
public PathType or(PathType other)
public PathType and(PathType other)
public PathType xor(PathType other)
public boolean test(PathType 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 |