org.gnu.gtk
public class ResponseType extends Enum
Field Summary | |
---|---|
static ResponseType | ACCEPT |
static ResponseType | APPLY |
static ResponseType | CANCEL |
static ResponseType | CLOSE |
static ResponseType | DELETE_EVENT |
static ResponseType | HELP |
static ResponseType | NO |
static ResponseType | NONE |
static ResponseType | OK |
static ResponseType | REJECT |
static ResponseType | YES |
Method Summary | |
---|---|
ResponseType | and(ResponseType other) |
static ResponseType | intern(int value) |
ResponseType | or(ResponseType other) |
boolean | test(ResponseType other) |
ResponseType | xor(ResponseType other) |