Uses of Interface
eclipseme.core.model.IEmulator

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

Uses of IEmulator in eclipseme.core.model
 

Subinterfaces of IEmulator in eclipseme.core.model
 interface IExecutableEmulator
          Instances of this interface implement Emulators that are run as executables rather than as a Java class.
 interface IJavaBasedEmulator
          Instances of this interface implement Emulators that are run as a java class rather than an executable.
 

Methods in eclipseme.core.model that return IEmulator
 IEmulator IPlatformDefinition.getEmulator()
          Get the emulator that is used to emulate devices for this platform definition.
 

Uses of IEmulator in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl that implement IEmulator
 class AbstractEmulator
          Abstract support class for Emulator implementations.
 

Methods in eclipseme.core.model.impl that return IEmulator
 IEmulator PlatformDefinition.getEmulator()
           
 

Constructors in eclipseme.core.model.impl with parameters of type IEmulator
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.