|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGridProject
Grid element for projects in the grid model. These projects
have not necessarily to be Grid projects but can also be any
other type of project located in the workspace. If this is
really a grid project, i.e. if hasGridNature() returns
true, it contains a number of standard folders.
| Method Summary | |
|---|---|
IGridContainer |
getProjectFolder(java.lang.Class<? extends IGridElement> elementType)
Get the project folder that is used by default by this project to store elements of the specified type. |
IGridContainer |
getProjectFolder(IGridElement element)
Get the project folder that is used by default by this project to store elements of the specified type. |
java.lang.String |
getProjectFolderID(IGridContainer folder)
Get the project folder ID of the specified IGridContainer
or return null if the specified container is not a
project folder. |
IVirtualOrganization |
getVO()
Get the virtual organization that is associated with this project. |
boolean |
hasGridNature()
Returns true of this is a project with GridNature and false if it is any other type of project. |
boolean |
isOpen()
Determine if this project is currently open. |
| Methods inherited from interface eu.geclipse.core.model.IGridContainer |
|---|
canContain, contains, create, delete, deleteAll, findChild, findChildWithResource, getChildCount, getChildren, hasChildren, isDirty, isLazy, refresh, setDirty |
| Methods inherited from interface eu.geclipse.core.model.IGridElement |
|---|
dispose, getFileStore, getName, getParent, getPath, getProject, getResource, isHidden, isLocal, isVirtual |
| Method Detail |
|---|
IGridContainer getProjectFolder(java.lang.Class<? extends IGridElement> elementType)
elementType - The type of the element to be stored.
IGridContainer getProjectFolder(IGridElement element)
element - The element to be stored.
getProjectFolder(Class)java.lang.String getProjectFolderID(IGridContainer folder)
IGridContainer
or return null if the specified container is not a
project folder.
folder - The folder for which to return the ID.
null.IVirtualOrganization getVO()
IVirtualOrganization.boolean hasGridNature()
boolean isOpen()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||