org.gnu.gtk

Class ResponseType

public class ResponseType extends Enum

Field Summary
static ResponseTypeACCEPT
static ResponseTypeAPPLY
static ResponseTypeCANCEL
static ResponseTypeCLOSE
static ResponseTypeDELETE_EVENT
static ResponseTypeHELP
static ResponseTypeNO
static ResponseTypeNONE
static ResponseTypeOK
static ResponseTypeREJECT
static ResponseTypeYES
Method Summary
ResponseTypeand(ResponseType other)
static ResponseTypeintern(int value)
ResponseTypeor(ResponseType other)
booleantest(ResponseType other)
ResponseTypexor(ResponseType other)

Field Detail

ACCEPT

public static final ResponseType ACCEPT

APPLY

public static final ResponseType APPLY

CANCEL

public static final ResponseType CANCEL

CLOSE

public static final ResponseType CLOSE

DELETE_EVENT

public static final ResponseType DELETE_EVENT

HELP

public static final ResponseType HELP

NO

public static final ResponseType NO

NONE

public static final ResponseType NONE

OK

public static final ResponseType OK

REJECT

public static final ResponseType REJECT

YES

public static final ResponseType YES

Method Detail

and

public ResponseType and(ResponseType other)

intern

public static ResponseType intern(int value)

or

public ResponseType or(ResponseType other)

test

public boolean test(ResponseType other)

xor

public ResponseType xor(ResponseType other)