org.gnu.gtk
public class ButtonsType extends Enum
Field Summary | |
---|---|
static ButtonsType | CANCEL
A Cancel button |
static ButtonsType | CLOSE
A Close button |
static ButtonsType | NONE
No buttons at all. |
static ButtonsType | OK
An OK button. |
static ButtonsType | OK_CANCEL
OK and Cancel buttons. |
static ButtonsType | YES_NO
Yes and No buttons. |
Method Summary | |
---|---|
ButtonsType | and(ButtonsType other) |
static ButtonsType | intern(int value) |
ButtonsType | or(ButtonsType other) |
boolean | test(ButtonsType other) |
ButtonsType | xor(ButtonsType other) |