| 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.TreeModelEventpublic class TreeModelEventextends GtkEventTreeModel class.
Nested Class Summary | |
static class |
|
Constructor Summary | |
| |
Method Summary | |
int[] |
|
TreeIter |
|
TreePath |
|
boolean |
|
void |
|
void |
|
void |
|
public TreeModelEvent(Object source,
TreeModelEvent.Type 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.
Creates a new TreeModelEvent. This is used internally by java-gnome. Users only have to deal with listeners.
public int[] getNewOrder()
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 newOrder.
public TreeIter getTreeIter()
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 treeIter.
public TreePath getTreePath()
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 treePath.
public boolean isOfType(TreeModelEvent.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 setNewOrder(int[] newOrder)
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:
newOrder- The newOrder to set.
public void setTreeIter(TreeIter treeIter)
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:
treeIter- The treeIter to set.
public void setTreePath(TreePath treePath)
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:
treePath- The treePath to set.