Groovy Documentation

griffon.pivot.support.adapters
[Java] Class TreeViewNodeStateAdapter

java.lang.Object
  griffon.pivot.support.adapters.TreeViewNodeStateAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.TreeViewNodeStateListener

public class TreeViewNodeStateAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure nodeCheckStateChanged

 
Constructor Summary
TreeViewNodeStateAdapter()

 
Method Summary
Closure getNodeCheckStateChanged()

void nodeCheckStateChanged(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1, org.apache.pivot.wtk.TreeView$NodeCheckState arg2)

void setNodeCheckStateChanged(Closure nodeCheckStateChanged)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

nodeCheckStateChanged

private Closure nodeCheckStateChanged


 
Constructor Detail

TreeViewNodeStateAdapter

TreeViewNodeStateAdapter()


 
Method Detail

getNodeCheckStateChanged

public Closure getNodeCheckStateChanged()


nodeCheckStateChanged

public void nodeCheckStateChanged(org.apache.pivot.wtk.TreeView arg0, org.apache.pivot.collections.Sequence$Tree$Path arg1, org.apache.pivot.wtk.TreeView$NodeCheckState arg2)


setNodeCheckStateChanged

public void setNodeCheckStateChanged(Closure nodeCheckStateChanged)


 

Groovy Documentation