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.
 
| Fields inherited from class org.sourcejammer.project.view.ViewNode | 
|  | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
moChildren
NodeList moChildren
childrenLightweight
private java.lang.String[] childrenLightweight
Project
public Project()
setChildNodeArray
public void setChildNodeArray(java.lang.String[] nodes)
- 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.
 
buildChildrenFromStrings
public void buildChildrenFromStrings()
                              throws NodeExistsException
- 
- NodeExistsException
 
getChildNodeArray
public java.lang.String[] 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.
 
- 
- Specified by:
- childCountin interface- Node
- Specified by:
- childCountin class- ViewNode
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
Copyright © 2003 Soucejammer project.