org.gnu.gtk.event
Class EntryCompletionEvent
- Serializable
public class EntryCompletionEvent
This event is used to identify when a EntryCompletion receives an event
EntryCompletionListener
EntryCompletionEvent
public EntryCompletionEvent(Object source,
EventType type)
Constructor for EntryCompletionEvent.
source
- type
-
getIndex
public int getIndex()
- Returns the index.
getIter
public TreeIter getIter()
- Returns the iter.
setIndex
public void setIndex(int index)
index
- The index to set.
setIter
public void setIter(TreeIter iter)
iter
- The iter to set.
setModel
public void setModel(TreeModelFilter model)
model
- The model to set.