Package ch.bailu.gtk.gtk
Schnittstelle ResponseType
public interface ResponseType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Generic response id, not used by GTK dialogsstatic final int
Returned by Apply buttons in GTK dialogsstatic final int
Returned by Cancel buttons in GTK dialogsstatic final int
Returned by Close buttons in GTK dialogsstatic final int
Returned if the dialog is deletedstatic final int
Returned by Help buttons in GTK dialogsstatic final int
Returned by No buttons in GTK dialogsstatic final int
Returned if an action widget has no response id,
or if the dialog gets programmatically hidden or destroyedstatic final int
Returned by OK buttons in GTK dialogsstatic final int
Generic response id, not used by GTK dialogsstatic final int
Returned by Yes buttons in GTK dialogs
-
Felddetails
-
NONE
static final int NONEReturned if an action widget has no response id,
or if the dialog gets programmatically hidden or destroyed- Siehe auch:
-
REJECT
static final int REJECTGeneric response id, not used by GTK dialogs- Siehe auch:
-
ACCEPT
static final int ACCEPTGeneric response id, not used by GTK dialogs- Siehe auch:
-
DELETE_EVENT
static final int DELETE_EVENTReturned if the dialog is deleted- Siehe auch:
-
OK
static final int OKReturned by OK buttons in GTK dialogs- Siehe auch:
-
CANCEL
static final int CANCELReturned by Cancel buttons in GTK dialogs- Siehe auch:
-
CLOSE
static final int CLOSEReturned by Close buttons in GTK dialogs- Siehe auch:
-
YES
static final int YESReturned by Yes buttons in GTK dialogs- Siehe auch:
-
NO
static final int NOReturned by No buttons in GTK dialogs- Siehe auch:
-
APPLY
static final int APPLYReturned by Apply buttons in GTK dialogs- Siehe auch:
-
HELP
static final int HELPReturned by Help buttons in GTK dialogs- Siehe auch:
-