Uses of Class
com.alee.extended.tree.AsyncTreeModel

Packages that use AsyncTreeModel
com.alee.extended.tree   
 

Uses of AsyncTreeModel in com.alee.extended.tree
 

Methods in com.alee.extended.tree that return AsyncTreeModel
 AsyncTreeModel<E> WebAsyncTree.getAsyncModel()
          Returns asynchronous tree model.
 

Methods in com.alee.extended.tree with parameters of type AsyncTreeModel
abstract  void AsyncTreeTransferHandler.nodesDropped(java.util.List<N> nodes, N parent, T tree, AsyncTreeModel<N> model, int index)
          Informs about nodes drop operation completition in a separate tree thread.
protected  void AsyncTreeTransferHandler.performDropOperation(java.util.List<N> nodes, N parent, T tree, AsyncTreeModel<N> model, int index)
          Performs actual nodes drop operation.
 

Constructors in com.alee.extended.tree with parameters of type AsyncTreeModel
WebAsyncTree(AsyncTreeModel newModel)
          Costructs asynchronous tree using the specified tree model.