|
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
public abstract class AbstractGridElementCreator
Abstract implementation of the IGridElementCreator
interface.
| Constructor Summary | |
|---|---|
AbstractGridElementCreator()
|
|
| Method Summary | |
|---|---|
IGridElement |
create(IGridContainer parent,
java.lang.Object source)
Shortcut method for creating an element from the specified source object. |
java.lang.Object |
getSource()
Get the source object that was formerly specified with IGridElementCreator.setSource(Object). |
void |
setSource(java.lang.Object source)
Set the source object to be used by this creator to create a grid model element from. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface eu.geclipse.core.model.IGridElementCreator |
|---|
create |
| Constructor Detail |
|---|
public AbstractGridElementCreator()
| Method Detail |
|---|
public IGridElement create(IGridContainer parent,
java.lang.Object source)
throws ProblemException
IGridElementCreator
create in interface IGridElementCreatorparent - The parent of the newly created element.source - The object from which to create the element.
ProblemException - If any problem occurs while the new element is
created.public java.lang.Object getSource()
IGridElementCreatorIGridElementCreator.setSource(Object).
getSource in interface IGridElementCreatorIGridElementCreator.create(IGridContainer) is called.public void setSource(java.lang.Object source)
IGridElementCreator
setSource in interface IGridElementCreatorsource - The object from which this creator will try to create a grid
model element if IGridElementCreator.create(IGridContainer) is called.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||