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)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Constructor for EntryCompletionEvent.
- Parameters:
source
-type
-
public int getIndex()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the index.
public TreeIter getIter()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the iter.
public TreeModelFilter getModel()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the model.
public boolean isOfType(EntryCompletionEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- True if the type of this event is the same as that stated.
public void setIndex(int index)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
index
- The index to set.
public void setIter(TreeIter iter)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
iter
- The iter to set.
public void setModel(TreeModelFilter model)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
model
- The model to set.