Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.DialogEvent
public class DialogEvent
extends GtkEvent
DialogListener
Nested 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.