|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.model.impl.AbstractGridElementCreator
eu.geclipse.jsdl.JSDLJobDescriptionCreator
public class JSDLJobDescriptionCreator
Creator for JSDL job descriptions. Creates JSDLJobDescriptions from
files with file extension ".jsdl".
| Constructor Summary | |
|---|---|
JSDLJobDescriptionCreator()
|
|
| Method Summary | |
|---|---|
IGridElement |
create(IGridContainer parent)
Create an element and set it to be a child of the specified IGridContainer. |
| Methods inherited from class eu.geclipse.core.model.impl.AbstractGridElementCreator |
|---|
create, getSource, setSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSDLJobDescriptionCreator()
| Method Detail |
|---|
public IGridElement create(IGridContainer parent)
throws ProblemException
IGridElementCreatorIGridContainer. The element is created from the
object that was specified in a former call to
IGridElementCreator.setSource(Object). If the creation fails a
ProblemException will be thrown.
parent - The parent of the newly created element.
ProblemException - If any problem occurs while the new element is
created. For instance if a source object is needed to create the element
but was not defined before.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||