pivot.wtk
Class TreeViewNodeStateListener.Adapter
java.lang.Object
pivot.wtk.TreeViewNodeStateListener.Adapter
- All Implemented Interfaces:
- TreeViewNodeStateListener
- Enclosing interface:
- TreeViewNodeStateListener
public static class TreeViewNodeStateListener.Adapter
- extends Object
- implements TreeViewNodeStateListener
Adapts the TreeViewNodeStateListener interface.
- Author:
- tvolkert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeViewNodeStateListener.Adapter
public TreeViewNodeStateListener.Adapter()
nodeDisabledChanged
public void nodeDisabledChanged(TreeView treeView,
Sequence.Tree.Path path)
- Description copied from interface:
TreeViewNodeStateListener
- Called when a node's disabled state has changed.
- Specified by:
nodeDisabledChanged
in interface TreeViewNodeStateListener
nodeCheckStateChanged
public void nodeCheckStateChanged(TreeView treeView,
Sequence.Tree.Path path,
TreeView.NodeCheckState previousCheckState)
- Description copied from interface:
TreeViewNodeStateListener
- Called when a node's checked state has changed.
- Specified by:
nodeCheckStateChanged
in interface TreeViewNodeStateListener