pivot.wtk
Class TreeViewNodeStateListener.Adapter

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface pivot.wtk.TreeViewNodeStateListener
TreeViewNodeStateListener.Adapter
 
Constructor Summary
TreeViewNodeStateListener.Adapter()
           
 
Method Summary
 void nodeCheckStateChanged(TreeView treeView, Sequence.Tree.Path path, TreeView.NodeCheckState previousCheckState)
          Called when a node's checked state has changed.
 void nodeDisabledChanged(TreeView treeView, Sequence.Tree.Path path)
          Called when a node's disabled state has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeViewNodeStateListener.Adapter

public TreeViewNodeStateListener.Adapter()
Method Detail

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