|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.TreeModelEvent
public class TreeModelEvent
An event represeting action by a TreeModel
class.
Nested Class Summary | |
---|---|
static class |
TreeModelEvent.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 Summary | |
---|---|
TreeModelEvent(java.lang.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. |
Method Summary | |
---|---|
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. |
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. |
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. |
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. |
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. |
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. |
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. |
Methods inherited from class org.gnu.gtk.event.GtkEvent |
---|
getSource, getType, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TreeModelEvent(java.lang.Object source, TreeModelEvent.Type type)
Method Detail |
---|
public boolean isOfType(TreeModelEvent.Type aType)
public TreeIter getTreeIter()
public void setTreeIter(TreeIter treeIter)
treeIter
- The treeIter to set.public TreePath getTreePath()
public void setTreePath(TreePath treePath)
treePath
- The treePath to set.public int[] getNewOrder()
public void setNewOrder(int[] newOrder)
newOrder
- The newOrder to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |