g-Eclipse
Release 1.0.0

eu.geclipse.core.model
Interface IGridResourceContainer

All Superinterfaces:
IGridContainer, IGridElement

public interface IGridResourceContainer
extends IGridContainer

IGridResourceContainers are IGridContainers that contain IGridResources of a specific category. Within the grid project they are used under the VO subtree in order to represent the user's personnalised Grid.


Method Summary
 IGridResourceCategory getCategory()
          Get the IGridResourceCategory that corresponds to the resources contained in this container.
 
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

getCategory

IGridResourceCategory getCategory()
Get the IGridResourceCategory that corresponds to the resources contained in this container.

Returns:
This container's resource category.

g-Eclipse
Release 1.0.0