SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.project.NodeList

Packages that use NodeList
org.sourcejammer.client.gui   
org.sourcejammer.client.gui.dialog   
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
org.sourcejammer.project.view   
 

Uses of NodeList in org.sourcejammer.client.gui
 

Methods in org.sourcejammer.client.gui that return NodeList
 NodeList CommandCentral.getLabelList()
           
 

Uses of NodeList in org.sourcejammer.client.gui.dialog
 

Constructors in org.sourcejammer.client.gui.dialog with parameters of type NodeList
LabeledVersionDialog(java.awt.Frame owner, NodeList labels, boolean viewOnly)
          Constructor.
LabeledVersionDialog(java.awt.Dialog owner, NodeList labels, boolean viewOnly)
           
 

Uses of NodeList in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return NodeList
 NodeList Archive.getLabelList()
          Deprecated.  
 NodeList FileNode.getVersionNodeList()
           
static NodeList ControllerUtil.buildProjectChildList(ProjectNode projectNode, NodeLibrary lib)
          Builds a NodeList of NodeInfo objects of a ProjectNode's children.
static NodeList ControllerUtil.buildFileVersionList(FileNode fileNode)
          Builds a NodeList of NodeInfo objects of a FileNode's version children.
 NodeList ProjectController.getLabelList()
          Deprecated.  
 

Methods in org.sourcejammer.project.controller with parameters of type NodeList
 void FileNode.setVersionList(NodeList versions)
          Explicitly set the entire version list for this FileNode.
 

Uses of NodeList in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model that return NodeList
 NodeList NodeLibrary.retrieveLabelList()
          Loads all the labels for this archive as a NodeList.
 

Methods in org.sourcejammer.project.model with parameters of type NodeList
 void NodeLibrary.storeLabel(LabelInfo labelInfo, Label label, NodeList allLabels)
          Subclasses should implement to store the labeled version info.
 

Uses of NodeList in org.sourcejammer.project.model.filesys
 

Methods in org.sourcejammer.project.model.filesys that return NodeList
 NodeList NodeLibraryFS.retrieveLabelList()
          Loads all the labels for this archive as a NodeList.
static NodeList XMLUtilFS.xmlToLabelList(org.w3c.dom.Document doc)
          Parses the labels xml docuemnt into an org.sourcejammer.project.NodeList of FileSysLabel objects.
 

Methods in org.sourcejammer.project.model.filesys with parameters of type NodeList
 void NodeLibraryFS.storeLabel(LabelInfo labelInfo, Label label, NodeList allLabels)
          Subclasses should implement to store the labeled version info.
static org.w3c.dom.Document XMLUtilFS.labelListToXML(NodeList labelList)
           
 

Uses of NodeList in org.sourcejammer.project.view
 

Methods in org.sourcejammer.project.view that return NodeList
 NodeList Project.childList()
           
 

Methods in org.sourcejammer.project.view with parameters of type NodeList
 void Project.useChildNodeList(NodeList children)
          Make sure this is a NodeList of NodeInfo objects.
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan