Uses of Interface
eclipseme.core.model.IConfiguration

Packages that use IConfiguration
eclipseme.core.model   
eclipseme.core.model.impl   
 

Uses of IConfiguration in eclipseme.core.model
 

Methods in eclipseme.core.model that return IConfiguration
 IConfiguration[] IWirelessToolkit.getConfigurations()
          Get the J2ME configurations provided by this toolkit.
 IConfiguration IPlatformDefinition.getConfiguration()
          Return the configuration that defines the base for this platform.
 

Uses of IConfiguration in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl that implement IConfiguration
 class Configuration
          Standard implementation of the IConfiguration interface.
 

Methods in eclipseme.core.model.impl that return IConfiguration
 IConfiguration[] WirelessToolkit.getConfigurations()
           
 IConfiguration PlatformDefinition.getConfiguration()
           
 

Constructors in eclipseme.core.model.impl with parameters of type IConfiguration
PlatformDefinition(IWirelessToolkit toolkit, java.lang.String identifier, java.lang.String name, java.io.File root, IEmulator emulator, IPreverifier preverifier, IConfiguration configuration)
          Construct a new platform definition.