|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.ButtonsType
public class ButtonsType
Defines the prebuilt set of buttons for a Dialog. If none of these choices are appropriate, simply use NONE and then add you own buttons.
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)
|
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ButtonsType NONE
public static final ButtonsType OK
public static final ButtonsType CLOSE
public static final ButtonsType CANCEL
public static final ButtonsType YES_NO
public static final ButtonsType OK_CANCEL
Method Detail |
---|
public static ButtonsType intern(int value)
public ButtonsType or(ButtonsType other)
public ButtonsType and(ButtonsType other)
public ButtonsType xor(ButtonsType other)
public boolean test(ButtonsType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |