SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.project.controller
Class ProjectChild

java.lang.Object
  |
  +--org.sourcejammer.project.controller.ProjectChild

public class ProjectChild
extends java.lang.Object

Represents the minimal amount of information to be stored in the Project file about each child. To get more info about a project child, call getProjectNode() or getFileNode() in NodeLibrary


Constructor Summary
ProjectChild(long uniqueID, int nodeType)
           
 
Method Summary
 int getNodeType()
           
 long getUniqueID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectChild

public ProjectChild(long uniqueID,
                    int nodeType)
Method Detail

getUniqueID

public long getUniqueID()

getNodeType

public int getNodeType()

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan