Uses of Interface
com.myarch.treeiterator.TreeNodeAdapter

Uses of TreeNodeAdapter in com.myarch.treeiterator
 

Classes in com.myarch.treeiterator that implement TreeNodeAdapter
 class DOMAdapter
          This adapter maps org.w3c.dom.Node interface to the generic methods of the TreeIteratorAdapter.
 class SwingAdapter
          TreeNodeAdapter implementation for javax.swing.tree.TreeNode
 

Constructors in com.myarch.treeiterator with parameters of type TreeNodeAdapter
TreeIterator(java.lang.Object root, TreeNodeAdapter nodeAdapter)
          Creates iterator and sets the root of a tree and tree adapter.
TreeIterator(java.lang.Object root, TreeNodeAdapter nodeAdapter, int maxDepth)
          Creates iterator and sets the root of a tree, tree adapter and depth of the traversal.
 



Copyright © 2001 Alexander Ananiev & MyArch.com. All Rights Reserved.