|
|||||||||||
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.ProgressBarStyle
Field Summary | |
static ProgressBarStyle |
CONTINUOUS
|
static ProgressBarStyle |
DISCRETE
|
Method Summary | |
ProgressBarStyle |
and(ProgressBarStyle other)
|
static ProgressBarStyle |
intern(int value)
|
ProgressBarStyle |
or(ProgressBarStyle other)
|
boolean |
test(ProgressBarStyle other)
|
ProgressBarStyle |
xor(ProgressBarStyle 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 ProgressBarStyle CONTINUOUS
public static final ProgressBarStyle DISCRETE
Method Detail |
public static ProgressBarStyle intern(int value)
public ProgressBarStyle or(ProgressBarStyle other)
public ProgressBarStyle and(ProgressBarStyle other)
public ProgressBarStyle xor(ProgressBarStyle other)
public boolean test(ProgressBarStyle 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 |