|
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.core.model.impl.AbstractVoCreator
public abstract class AbstractVoCreator
Abstract implementation for VO creators adding the possibility to create VOs
from an IConfiguration.
| Constructor Summary | |
|---|---|
AbstractVoCreator()
|
|
| Method Summary | |
|---|---|
IGridElement |
create(IGridContainer parent,
IConfiguration configuration)
Create a model element from the specified IConfiguration. |
IConfiguration |
getConfiguration()
Get the IConfiguration that was formerly set as source for this
creator of null if the source was either not yet set or is not
an IConfiguration. |
void |
setConfiguration(IConfiguration configuration)
Set the specified IConfiguration as source for this creator. |
| 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 |
| Methods inherited from interface eu.geclipse.core.model.IGridElementCreator |
|---|
create, create, getSource, setSource |
| Constructor Detail |
|---|
public AbstractVoCreator()
| Method Detail |
|---|
public IGridElement create(IGridContainer parent,
IConfiguration configuration)
throws ProblemException
IConfigurableElementCreatorIConfiguration.
create in interface IConfigurableElementCreatorparent - The parent element of the newly created model element.configuration - The IConfiguration from which to create the
element.
ProblemException - If the creation of the element failed.public IConfiguration getConfiguration()
IConfigurableElementCreatorIConfiguration that was formerly set as source for this
creator of null if the source was either not yet set or is not
an IConfiguration.
getConfiguration in interface IConfigurableElementCreatorIConfiguration which acts as source for this creator.public void setConfiguration(IConfiguration configuration)
IConfigurableElementCreatorIConfiguration as source for this creator.
setConfiguration in interface IConfigurableElementCreatorconfiguration - The IConfiguration to be the new source for
this creator.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||