|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.sourcejammer.project.controller.ProjectChild
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
| Field Summary | |
(package private) int |
miNodeType
|
(package private) long |
mlUniqueID
|
| 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 |
| Field Detail |
long mlUniqueID
int miNodeType
| Constructor Detail |
public ProjectChild(long uniqueID,
int nodeType)
| Method Detail |
public long getUniqueID()
public int getNodeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||