org.gnu.gtk

Class StateType

public class StateType extends Enum

Field Summary
static StateTypeACTIVE
static StateTypeINSENSITIVE
static StateTypeNORMAL
static StateTypePRELIGHT
static StateTypeSELECTED
Method Summary
StateTypeand(StateType other)
static StateTypeintern(int value)
StateTypeor(StateType other)
booleantest(StateType other)
StateTypexor(StateType other)

Field Detail

ACTIVE

public static final StateType ACTIVE

INSENSITIVE

public static final StateType INSENSITIVE

NORMAL

public static final StateType NORMAL

PRELIGHT

public static final StateType PRELIGHT

SELECTED

public static final StateType SELECTED

Method Detail

and

public StateType and(StateType other)

intern

public static StateType intern(int value)

or

public StateType or(StateType other)

test

public boolean test(StateType other)

xor

public StateType xor(StateType other)