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

org.sourcejammer.project.view
Class Project

java.lang.Object
  |
  +--org.sourcejammer.project.view.ViewNode
        |
        +--org.sourcejammer.project.view.Project
All Implemented Interfaces:
Node
Direct Known Subclasses:
File

public class Project
extends ViewNode

Represents of view of a project within the project hierarchy.


Constructor Summary
Project()
           
 
Method Summary
 int childCount()
          Returns count of number of child of this Node.
 NodeList childList()
           
 NodeIterator childNodes()
           
 NodeInfo[] getChildNodeArray()
           
 void setChildNodeArray(NodeInfo[] nodes)
          Set child nodes using an array of NodeInfo objects.
 java.lang.String toString()
           
 void useChildNodeList(NodeList children)
          Make sure this is a NodeList of NodeInfo objects.
 
Methods inherited from class org.sourcejammer.project.view.ViewNode
getCreatedDate, getNodeName, getParentID, getUniqueID, isShared, setCreatedDate, setNodeName, setParentID, setShared, setUniqueID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Project

public Project()
Method Detail

setChildNodeArray

public void setChildNodeArray(NodeInfo[] nodes)
                       throws NodeExistsException
Set child nodes using an array of NodeInfo objects. This is necesary for current version of Apache SOAP.
Throws:
NodeExistsException - if the array contains one or more nodes with the same nodeName.

getChildNodeArray

public NodeInfo[] getChildNodeArray()

useChildNodeList

public void useChildNodeList(NodeList children)
Make sure this is a NodeList of NodeInfo objects.

childList

public NodeList childList()

childNodes

public NodeIterator childNodes()

childCount

public int childCount()
Description copied from class: ViewNode
Returns count of number of child of this Node.
Overrides:
childCount in class ViewNode

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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