org.gnu.gtk

Class PolicyType

public class PolicyType extends 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 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)