| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.gnu.gtk.event.GtkEventorg.gnu.gtk.event.DialogEventpublic class DialogEventextends GtkEventDialogListenerNested Class Summary | |
static class | |
Constructor Summary | |
| |
Method Summary | |
int |
|
boolean |
|
void |
|
public DialogEvent(Object source,
EventType type)Constructor for DialogEvent.
- Parameters:
source-type-
public int getResponse()
Return the response ID for a RESPONSE event.
public boolean isOfType(DialogEvent.Type aType)
- Returns:
- True if the type of this event is the same as that stated.
public void setResponse(int response)
Set the response ID for this event.