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.EntryCompletionEvent
public class EntryCompletionEvent
extends GtkEvent
EntryCompletionListener
Nested Class Summary | |
static class |
Constructor Summary | |
|
Method Summary | |
int |
|
TreeIter |
|
TreeModelFilter |
|
boolean | |
void |
|
void | |
void |
|
public EntryCompletionEvent(Object source, EventType type)
Constructor for EntryCompletionEvent.
- Parameters:
source
-type
-
public int getIndex()
- Returns:
- Returns the index.
public boolean isOfType(EntryCompletionEvent.Type aType)
- Returns:
- True if the type of this event is the same as that stated.
public void setIndex(int index)
- Parameters:
index
- The index to set.