org.gnu.gtk
Class PositionType

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

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.PositionType. 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 PositionType
extends org.gnu.glib.Enum

A property used to determine where items appear in widgets

See Also:
Scale.setValuePosition(PositionType)

Field Summary
static PositionType BOTTOM
          Deprecated.  
static PositionType LEFT
          Deprecated.  
static PositionType RIGHT
          Deprecated.  
static PositionType TOP
          Deprecated.  
 
Method Summary
 PositionType and(PositionType other)
          Deprecated.  
static PositionType intern(int value)
          Deprecated.  
 PositionType or(PositionType other)
          Deprecated.  
 boolean test(PositionType other)
          Deprecated.  
 PositionType xor(PositionType 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

public static final PositionType LEFT
Deprecated. 

RIGHT

public static final PositionType RIGHT
Deprecated. 

TOP

public static final PositionType TOP
Deprecated. 

BOTTOM

public static final PositionType BOTTOM
Deprecated. 
Method Detail

intern

public static PositionType intern(int value)
Deprecated. 

or

public PositionType or(PositionType other)
Deprecated. 

and

public PositionType and(PositionType other)
Deprecated. 

xor

public PositionType xor(PositionType other)
Deprecated. 

test

public boolean test(PositionType other)
Deprecated.