|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.gla.bisb.structure.Category
org.gla.bisb.structure.ProjectScope
public class ProjectScope
Project hierarchy representation of a projecr. This class wraps IProject
resource providing Category
-derived objects for categories of project objects.
It creates the following categories: models
Constructor Summary | |
---|---|
ProjectScope(org.eclipse.core.resources.IProject project,
WorkspaceScope workspace)
The constructor. |
Method Summary | |
---|---|
java.lang.Object[] |
getChildren()
Returns project children. |
java.lang.String |
getName()
Returns the name of the orijinal IProject resource. |
java.lang.Object |
getParent()
Returns the WorkspaceScope as project's parent. |
Methods inherited from class org.eclipse.core.runtime.PlatformObject |
---|
getAdapter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectScope(org.eclipse.core.resources.IProject project, WorkspaceScope workspace)
IProject
resource to read the information from.
project
- Original IProject
resource to read the data from.workspace
- A reference to the WorkspaceScope
which is the parent for this object.Method Detail |
---|
public java.lang.Object[] getChildren()
getChildren
in class Category
Category.getChildren()
public java.lang.Object getParent()
WorkspaceScope
as project's parent.
getParent
in class Category
Category.getParent()
public java.lang.String getName()
getName
in class Category
Category.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |