Uses of Class
org.gnu.gtk.ProgressBarOrientation

Packages that use ProgressBarOrientation
org.gnu.gtk   
 

Uses of ProgressBarOrientation in org.gnu.gtk
 

Fields in org.gnu.gtk declared as ProgressBarOrientation
static ProgressBarOrientation ProgressBarOrientation.LEFT_TO_RIGHT
           
static ProgressBarOrientation ProgressBarOrientation.RIGHT_TO_LEFT
           
static ProgressBarOrientation ProgressBarOrientation.BOTTOM_TO_TOP
           
static ProgressBarOrientation ProgressBarOrientation.TOP_TO_BOTTOM
           
 

Methods in org.gnu.gtk that return ProgressBarOrientation
static ProgressBarOrientation ProgressBarOrientation.intern(int value)
           
 ProgressBarOrientation ProgressBarOrientation.or(ProgressBarOrientation other)
           
 ProgressBarOrientation ProgressBarOrientation.and(ProgressBarOrientation other)
           
 ProgressBarOrientation ProgressBarOrientation.xor(ProgressBarOrientation other)
           
 

Methods in org.gnu.gtk with parameters of type ProgressBarOrientation
 ProgressBarOrientation ProgressBarOrientation.or(ProgressBarOrientation other)
           
 ProgressBarOrientation ProgressBarOrientation.and(ProgressBarOrientation other)
           
 ProgressBarOrientation ProgressBarOrientation.xor(ProgressBarOrientation other)
           
 boolean ProgressBarOrientation.test(ProgressBarOrientation other)
           
 void ProgressBar.setOrientation(ProgressBarOrientation orientation)
          Causes the progress bar to switch to a different orientation (left-to-right, right-to-left, top-to-bottom, or bottom-to-top).
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net