org.gnu.gtk
Class PolicyType

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

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

Determines when a scrollbar is visible.

  ALWAYS
  The scrollbar is always visible
  AUTOMATIC
  The scrollbar will appear and disappear as needed
  NEVER
  The scrollbar will never appear
 


Field Summary
static PolicyType ALWAYS
          Deprecated.  
static PolicyType AUTOMATIC
          Deprecated.  
static PolicyType NEVER
          Deprecated.  
 
Method Summary
 PolicyType and(PolicyType other)
          Deprecated.  
static PolicyType intern(int value)
          Deprecated.  
 PolicyType or(PolicyType other)
          Deprecated.  
 boolean test(PolicyType other)
          Deprecated.  
 PolicyType xor(PolicyType 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

ALWAYS

public static final PolicyType ALWAYS
Deprecated. 

AUTOMATIC

public static final PolicyType AUTOMATIC
Deprecated. 

NEVER

public static final PolicyType NEVER
Deprecated. 
Method Detail

intern

public static PolicyType intern(int value)
Deprecated. 

or

public PolicyType or(PolicyType other)
Deprecated. 

and

public PolicyType and(PolicyType other)
Deprecated. 

xor

public PolicyType xor(PolicyType other)
Deprecated. 

test

public boolean test(PolicyType other)
Deprecated.