g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.config.IConfiguration

Packages that use IConfiguration
eu.geclipse.core.config   
eu.geclipse.core.model   
eu.geclipse.core.model.impl   
 

Uses of IConfiguration in eu.geclipse.core.config
 

Classes in eu.geclipse.core.config that implement IConfiguration
 class Configuration
          Concrete implementation of the IConfiguration interface.
 

Constructors in eu.geclipse.core.config with parameters of type IConfiguration
Configuration(IConfiguration configuration)
          Copy constructor.
 

Uses of IConfiguration in eu.geclipse.core.model
 

Methods in eu.geclipse.core.model that return IConfiguration
 IConfiguration IConfigurableElementCreator.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.
 

Methods in eu.geclipse.core.model with parameters of type IConfiguration
 IGridElement IConfigurableElementCreator.create(IGridContainer parent, IConfiguration configuration)
          Create a model element from the specified IConfiguration.
 void IConfigurableElementCreator.setConfiguration(IConfiguration configuration)
          Set the specified IConfiguration as source for this creator.
 

Uses of IConfiguration in eu.geclipse.core.model.impl
 

Methods in eu.geclipse.core.model.impl that return IConfiguration
 IConfiguration AbstractVoCreator.getConfiguration()
           
 

Methods in eu.geclipse.core.model.impl with parameters of type IConfiguration
 IGridElement AbstractVoCreator.create(IGridContainer parent, IConfiguration configuration)
           
 void AbstractVoCreator.setConfiguration(IConfiguration configuration)
           
 


g-Eclipse
Release 1.0.0