org.gnu.gtk
Class PackType

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

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

Represents the packing location of Box children.

  START
  The child is packed into the start of the box.
  END
  The child is packed into the end of the box.
 

See Also:
Box, VBox, HBox

Field Summary
static PackType END
          Deprecated.  
static PackType START
          Deprecated.  
 
Method Summary
 PackType and(PackType other)
          Deprecated.  
static PackType intern(int value)
          Deprecated.  
 PackType or(PackType other)
          Deprecated.  
 boolean test(PackType other)
          Deprecated.  
 PackType xor(PackType 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

START

public static final PackType START
Deprecated. 

END

public static final PackType END
Deprecated. 
Method Detail

intern

public static PackType intern(int value)
Deprecated. 

or

public PackType or(PackType other)
Deprecated. 

and

public PackType and(PackType other)
Deprecated. 

xor

public PackType xor(PackType other)
Deprecated. 

test

public boolean test(PackType other)
Deprecated.