org.gnu.gtk.event
public class EntryCompletionEvent extends GtkEvent
See Also: EntryCompletionListener
Nested Class Summary | |
---|---|
static class | EntryCompletionEvent.Type |
Constructor Summary | |
---|---|
EntryCompletionEvent(Object source, EventType type)
Constructor for EntryCompletionEvent.
|
Method Summary | |
---|---|
int | getIndex() |
TreeIter | getIter() |
TreeModelFilter | getModel() |
boolean | isOfType(EntryCompletionEvent.Type aType) |
void | setIndex(int index) |
void | setIter(TreeIter iter) |
void | setModel(TreeModelFilter model) |
Parameters: source type
Returns: Returns the index.
Returns: Returns the iter.
Returns: Returns the model.
Returns: True if the type of this event is the same as that stated.
Parameters: index The index to set.
Parameters: iter The iter to set.
Parameters: model The model to set.