Uses of Interface
com.alee.extended.tree.ChildsListener

Packages that use ChildsListener
com.alee.extended.tree   
com.alee.extended.tree.sample   
 

Uses of ChildsListener in com.alee.extended.tree
 

Methods in com.alee.extended.tree with parameters of type ChildsListener
 void AsyncTreeDataProvider.loadChilds(E node, ChildsListener<E> listener)
          Starts loading child nodes for the specified asynchronous tree node.
 void FileTreeDataProvider.loadChilds(FileTreeNode parent, ChildsListener<FileTreeNode> listener)
          Starts loading child nodes for the specified asynchronous tree node.
 

Uses of ChildsListener in com.alee.extended.tree.sample
 

Methods in com.alee.extended.tree.sample with parameters of type ChildsListener
 void SampleDataProvider.loadChilds(SampleNode parent, ChildsListener<SampleNode> listener)
          Returns sample child nodes for specified asynchronous tree node.