Package eclipseme.core.model

Interface Summary
IConfiguration Representation of a J2ME configuration such as CLDC or CDC.
IDevice The device interface specifies the representation of an emulated device.
IEmulator Required interface for emulator implementations.
IExecutableEmulator Instances of this interface implement Emulators that are run as executables rather than as a Java class.
IJADConstants Constants related to editting JAD files.
IJadSignature This interface provides the methods used to sign a midlet suite.
IJavaBasedEmulator Instances of this interface implement Emulators that are run as a java class rather than an executable.
IMidletSuiteProject This interface represents access to Midlet suite project specific information.
IPlatformComponent Implementations of all J2ME platform components, including wireless toolkits, configurations and profiles implement this interface.
IPlatformDefinition A platform definition encompasses the J2ME wireless toolkit, configuration and profiles that make up a J2ME platform.
IPreverifier Required interface for preverification support.
IProfile Representation of a J2ME profile, such as MIDP.
IResourceFilter This interface represents a filter controlling inclusion of resources into the packaged output.
ISignatureProperties Classes implementing this interface are designed to hold the various project-specific properties relating to potential signing operations.
IWirelessToolkit Representation of a wireless toolkit instance on the file system.
IWirelessToolkitType Implementations of this interface represent certain types of wireless toolkit implementations.
 

Class Summary
ApplicationDescriptor This class is a representation of a Java Application Descriptor (jad) for a Midlet Suite.
ApplicationDescriptor.MidletDefinition The definition of a Midlet within the application descriptor.
DescriptorPropertyDescription This class represents an application descriptor property description.
Version Represents the version of a component.
 

Exception Summary
InvalidWirelessToolkitException An exception thrown when there is something wrong in specifying an instance of IWirelessToolkit.