org.gnu.gtk
Class ProgressBarStyle

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.ProgressBarStyle

public class ProgressBarStyle
extends org.gnu.glib.Enum


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

CONTINUOUS

public static final ProgressBarStyle CONTINUOUS

DISCRETE

public static final ProgressBarStyle DISCRETE
Method Detail

intern

public static ProgressBarStyle intern(int value)

or

public ProgressBarStyle or(ProgressBarStyle other)

and

public ProgressBarStyle and(ProgressBarStyle other)

xor

public ProgressBarStyle xor(ProgressBarStyle other)

test

public boolean test(ProgressBarStyle other)