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.TextBufferEvent
public class TextBufferEvent
extends GtkEvent
TextBufferListener
, TextBuffer
Nested Class Summary | |
static class |
Constructor Summary | |
|
Method Summary | |
boolean |
|
public TextBufferEvent(Object source, EventType type)
Construct a GtkEvent object with the specified source object and type.
- Parameters:
source
- the object where the event originated.type
- the event type.
public boolean isOfType(TextBufferEvent.Type test)
Compares to event types for equality
- Returns:
- true if the Types are the same