Package ch.bailu.gtk.gtk
Schnittstelle ResponseType
public interface ResponseType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intGeneric response id, not used by GTK dialogsstatic final intReturned by Apply buttons in GTK dialogsstatic final intReturned by Cancel buttons in GTK dialogsstatic final intReturned by Close buttons in GTK dialogsstatic final intReturned if the dialog is deletedstatic final intReturned by Help buttons in GTK dialogsstatic final intReturned by No buttons in GTK dialogsstatic final intReturned if an action widget has no response id,
or if the dialog gets programmatically hidden or destroyedstatic final intReturned by OK buttons in GTK dialogsstatic final intGeneric response id, not used by GTK dialogsstatic final intReturned 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:
-