org.gnu.gtk

Class PolicyType

public class PolicyType extends Enum

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.

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 PolicyTypeALWAYS
static PolicyTypeAUTOMATIC
static PolicyTypeNEVER
Method Summary
PolicyTypeand(PolicyType other)
static PolicyTypeintern(int value)
PolicyTypeor(PolicyType other)
booleantest(PolicyType other)
PolicyTypexor(PolicyType other)

Field Detail

ALWAYS

public static final PolicyType ALWAYS

AUTOMATIC

public static final PolicyType AUTOMATIC

NEVER

public static final PolicyType NEVER

Method Detail

and

public PolicyType and(PolicyType other)

intern

public static PolicyType intern(int value)

or

public PolicyType or(PolicyType other)

test

public boolean test(PolicyType other)

xor

public PolicyType xor(PolicyType other)