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

Uses of Class
org.sourcejammer.project.controller.ProjectChild

Packages that use ProjectChild
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.project.model.filesys   
 

Uses of ProjectChild in org.sourcejammer.project.controller
 

Methods in org.sourcejammer.project.controller that return ProjectChild
 ProjectChild ProjectNode.removeChildNode(java.lang.String name, long key)
          Removes the child node with the specified name and adds it to removed children list.
 ProjectChild ProjectNode.removeChildNode(java.lang.String name, long key, boolean addToRemovedList)
          Removes the child node with the specified name and adds it to removed children list if addToRemovedList is true.
 ProjectChild ProjectNode.restoreRemovedChildNode(int index, java.lang.String newName, long key)
          Restores the specified removed node using a new name as the node name.
 ProjectChild ProjectNode.permanentlyDeleteRemovedChildNode(int index, ArchiveInfoFlex info, long key)
          Permanently delete a removed node from this cache and from the storage system.
 ProjectChild ProjectNode.getChildNode(java.lang.String name)
          Returns the child node with the specified name.
 ProjectChild ProjectNode.getRemovedChildInfo(int index)
           
 

Uses of ProjectChild in org.sourcejammer.project.model
 

Methods in org.sourcejammer.project.model with parameters of type ProjectChild
 java.lang.String NodeLibrary.getProjectChildName(ProjectChild child)
          Low impact way of getting a node's name without adding the node or any of it's children to the cache.
 

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

Methods in org.sourcejammer.project.model.filesys with parameters of type ProjectChild
 java.lang.String NodeLibraryFS.getProjectChildName(ProjectChild child)
          Return the name of a project child object.
 


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