public class TreeViewNodeAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TreeViewNodeListener
| Constructor and Description |
|---|
TreeViewNodeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
CallableWithArgs<Void> |
getNodeInserted() |
CallableWithArgs<Void> |
getNodesCleared() |
CallableWithArgs<Void> |
getNodesRemoved() |
CallableWithArgs<Void> |
getNodesSorted() |
CallableWithArgs<Void> |
getNodeUpdated() |
void |
nodeInserted(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1,
int arg2) |
void |
nodesCleared(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1) |
void |
nodesRemoved(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1,
int arg2,
int arg3) |
void |
nodesSorted(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1) |
void |
nodeUpdated(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1,
int arg2) |
void |
setNodeInserted(CallableWithArgs<Void> nodeInserted) |
void |
setNodesCleared(CallableWithArgs<Void> nodesCleared) |
void |
setNodesRemoved(CallableWithArgs<Void> nodesRemoved) |
void |
setNodesSorted(CallableWithArgs<Void> nodesSorted) |
void |
setNodeUpdated(CallableWithArgs<Void> nodeUpdated) |
public CallableWithArgs<Void> getNodeInserted()
public CallableWithArgs<Void> getNodesRemoved()
public CallableWithArgs<Void> getNodeUpdated()
public CallableWithArgs<Void> getNodesSorted()
public CallableWithArgs<Void> getNodesCleared()
public void setNodeInserted(CallableWithArgs<Void> nodeInserted)
public void setNodesRemoved(CallableWithArgs<Void> nodesRemoved)
public void setNodeUpdated(CallableWithArgs<Void> nodeUpdated)
public void setNodesSorted(CallableWithArgs<Void> nodesSorted)
public void setNodesCleared(CallableWithArgs<Void> nodesCleared)
public void nodeInserted(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1,
int arg2)
nodeInserted in interface org.apache.pivot.wtk.TreeViewNodeListenerpublic void nodesRemoved(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1,
int arg2,
int arg3)
nodesRemoved in interface org.apache.pivot.wtk.TreeViewNodeListenerpublic void nodeUpdated(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1,
int arg2)
nodeUpdated in interface org.apache.pivot.wtk.TreeViewNodeListenerpublic void nodesSorted(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1)
nodesSorted in interface org.apache.pivot.wtk.TreeViewNodeListenerpublic void nodesCleared(org.apache.pivot.wtk.TreeView arg0,
org.apache.pivot.collections.Sequence.Tree.Path arg1)
nodesCleared in interface org.apache.pivot.wtk.TreeViewNodeListener