|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.javapathfinder.vjp.config.tree.TreeProject
public class TreeProject
This class represents a project for the launch tree in the dialog. It simply holds an array of configuration files and the java project that contains those configuration files.
Field Summary | |
---|---|
org.eclipse.jdt.core.IJavaProject |
java_project
|
org.eclipse.core.resources.IFile[] |
modePropertyFiles
|
Constructor Summary | |
---|---|
TreeProject()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.eclipse.core.resources.IFile[] modePropertyFiles
public org.eclipse.jdt.core.IJavaProject java_project
Constructor Detail |
---|
public TreeProject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |