public class TreeViewBranchAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TreeViewBranchListener
| Constructor and Description | 
|---|
TreeViewBranchAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
branchCollapsed(org.apache.pivot.wtk.TreeView arg0,
               org.apache.pivot.collections.Sequence.Tree.Path arg1)  | 
void | 
branchExpanded(org.apache.pivot.wtk.TreeView arg0,
              org.apache.pivot.collections.Sequence.Tree.Path arg1)  | 
CallableWithArgs<Void> | 
getBranchCollapsed()  | 
CallableWithArgs<Void> | 
getBranchExpanded()  | 
void | 
setBranchCollapsed(CallableWithArgs<Void> branchCollapsed)  | 
void | 
setBranchExpanded(CallableWithArgs<Void> branchExpanded)  | 
public CallableWithArgs<Void> getBranchExpanded()
public CallableWithArgs<Void> getBranchCollapsed()
public void setBranchExpanded(CallableWithArgs<Void> branchExpanded)
public void setBranchCollapsed(CallableWithArgs<Void> branchCollapsed)
public void branchExpanded(org.apache.pivot.wtk.TreeView arg0,
                           org.apache.pivot.collections.Sequence.Tree.Path arg1)
branchExpanded in interface org.apache.pivot.wtk.TreeViewBranchListenerpublic void branchCollapsed(org.apache.pivot.wtk.TreeView arg0,
                            org.apache.pivot.collections.Sequence.Tree.Path arg1)
branchCollapsed in interface org.apache.pivot.wtk.TreeViewBranchListener