Uses of Interface
net.sf.jdiskcatalog.api.Node

Packages that use Node
net.sf.jdiskcatalog.analysis   
net.sf.jdiskcatalog.api   
net.sf.jdiskcatalog.model   
net.sf.jdiskcatalog.scanner   
net.sf.jdiskcatalog.view   
 

Uses of Node in net.sf.jdiskcatalog.analysis
 

Methods in net.sf.jdiskcatalog.analysis with parameters of type Node
 void AnalysisManager.scan(java.io.File file, Node root)
           
 boolean AnalysisManager.scan(java.io.InputStream stream, Node root)
           
 

Uses of Node in net.sf.jdiskcatalog.api
 

Methods in net.sf.jdiskcatalog.api that return Node
 Node Node.getChild(java.lang.String name)
           
 Node Node.getParentNode()
           
 

Methods in net.sf.jdiskcatalog.api that return types with arguments of type Node
 java.util.List<Node> Node.getChildren()
           
 java.util.List<Node> Document.getNodes()
           
 

Methods in net.sf.jdiskcatalog.api with parameters of type Node
 void Node.add(Node node)
           
 void Document.add(Node node)
           
 void NodeSelectionListener.nodeSelected(Node node)
           
 void FileSystemScanner.scan(java.io.File file, Node root)
           
 boolean StreamScanner.scan(java.io.InputStream stream, Node root)
           
 

Uses of Node in net.sf.jdiskcatalog.model
 

Classes in net.sf.jdiskcatalog.model that implement Node
 class NodeImpl
           
 

Fields in net.sf.jdiskcatalog.model with type parameters of type Node
 java.util.List<Node> DocumentImpl.nodes
          List of top level nodes
 

Methods in net.sf.jdiskcatalog.model that return Node
 Node NodeImpl.getChild(java.lang.String name)
           
 Node NodeImpl.getParentNode()
           
 

Methods in net.sf.jdiskcatalog.model that return types with arguments of type Node
 java.util.List<Node> NodeImpl.getChildren()
           
 java.util.List<Node> DocumentImpl.getNodes()
           
 

Methods in net.sf.jdiskcatalog.model with parameters of type Node
 void NodeImpl.add(Node node)
           
 void DocumentImpl.add(Node node)
           
 

Uses of Node in net.sf.jdiskcatalog.scanner
 

Methods in net.sf.jdiskcatalog.scanner with parameters of type Node
 void FsStreamScanner.scan(java.io.File file, Node root)
           
 void FileSystemScannerImpl.scan(java.io.File file, Node root)
           
 boolean ZipScanner.scan(java.io.InputStream stream, Node root)
           
 

Uses of Node in net.sf.jdiskcatalog.view
 

Methods in net.sf.jdiskcatalog.view with parameters of type Node
 void ViewManager.nodeSelected(Node node)
           
 void TreeView.nodeSelected(Node node)
           
 void SimpleDetailsView.nodeSelected(Node node)
           
 void FileListView.nodeSelected(Node node)
           
 



Copyright © 2007. All Rights Reserved.