| 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.EntryCompletionEventpublic class EntryCompletionEventextends GtkEventEntryCompletionListenerNested 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.