org.gnu.gtk
Class ProgressBarOrientation

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

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.ProgressBarOrientation. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

public class ProgressBarOrientation
extends org.gnu.glib.Enum

An object representing the various orientations and growth directions for progress bar widgets.

See Also:
GTK_PROGRESS_LEFT_TO_RIGHTA horizontal progress bar growing from left to right.GTK_PROGRESS_RIGHT_TO_LEFTA horizontal progress bar growing from right to left.GTK_PROGRESS_BOTTOM_TO_TOPA vertical progress bar growing from bottom to top.GTK_PROGRESS_TOP_TO_BOTTOMA vertical progress bar growing from top to bottom.

Field Summary
static ProgressBarOrientation BOTTOM_TO_TOP
          Deprecated.  
static ProgressBarOrientation LEFT_TO_RIGHT
          Deprecated.  
static ProgressBarOrientation RIGHT_TO_LEFT
          Deprecated.  
static ProgressBarOrientation TOP_TO_BOTTOM
          Deprecated.  
 
Method Summary
 ProgressBarOrientation and(ProgressBarOrientation other)
          Deprecated.  
static ProgressBarOrientation intern(int value)
          Deprecated.  
 ProgressBarOrientation or(ProgressBarOrientation other)
          Deprecated.  
 boolean test(ProgressBarOrientation other)
          Deprecated.  
 ProgressBarOrientation xor(ProgressBarOrientation other)
          Deprecated.  
 
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

LEFT_TO_RIGHT

public static final ProgressBarOrientation LEFT_TO_RIGHT
Deprecated. 

RIGHT_TO_LEFT

public static final ProgressBarOrientation RIGHT_TO_LEFT
Deprecated. 

BOTTOM_TO_TOP

public static final ProgressBarOrientation BOTTOM_TO_TOP
Deprecated. 

TOP_TO_BOTTOM

public static final ProgressBarOrientation TOP_TO_BOTTOM
Deprecated. 
Method Detail

intern

public static ProgressBarOrientation intern(int value)
Deprecated. 

or

public ProgressBarOrientation or(ProgressBarOrientation other)
Deprecated. 

and

public ProgressBarOrientation and(ProgressBarOrientation other)
Deprecated. 

xor

public ProgressBarOrientation xor(ProgressBarOrientation other)
Deprecated. 

test

public boolean test(ProgressBarOrientation other)
Deprecated.