org.apache.pivot.wtk
Class TreeViewSelectionListener.Adapter
java.lang.Object
org.apache.pivot.wtk.TreeViewSelectionListener.Adapter
- All Implemented Interfaces:
- TreeViewSelectionListener
- Enclosing interface:
- TreeViewSelectionListener
public static class TreeViewSelectionListener.Adapter
- extends Object
- implements TreeViewSelectionListener
Tree view selection listener adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeViewSelectionListener.Adapter
public TreeViewSelectionListener.Adapter()
selectedPathAdded
public void selectedPathAdded(TreeView treeView,
Sequence.Tree.Path path)
- Description copied from interface:
TreeViewSelectionListener
- Called when a selected path has been added to a tree view.
- Specified by:
selectedPathAdded
in interface TreeViewSelectionListener
selectedPathRemoved
public void selectedPathRemoved(TreeView treeView,
Sequence.Tree.Path path)
- Description copied from interface:
TreeViewSelectionListener
- Called when a selected path has been removed from a tree view.
- Specified by:
selectedPathRemoved
in interface TreeViewSelectionListener
selectedPathsChanged
public void selectedPathsChanged(TreeView treeView,
Sequence<Sequence.Tree.Path> previousSelectedPaths)
- Description copied from interface:
TreeViewSelectionListener
- Called when a tree view's selection state has been reset.
- Specified by:
selectedPathsChanged
in interface TreeViewSelectionListener