Uses of Interface
eclipseme.core.model.IWirelessToolkit

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

Uses of IWirelessToolkit in eclipseme.core.model
 

Methods in eclipseme.core.model that return IWirelessToolkit
 IWirelessToolkit IWirelessToolkitType.createToolkit(java.io.File toolkitRoot, org.eclipse.core.runtime.IProgressMonitor monitor)
          Return a newly created IWirelessTookit instance for this wireless toolkit type based on the specified toolkit root directory.
 IWirelessToolkit IProfile.getWirelessToolkit()
          Get the wireless toolkit in which this profile is defined or null if not defined by a toolkit.
 IWirelessToolkit IPlatformDefinition.getWirelessToolkit()
          Return the wireless toolkit that defines the base configuration and profile.
 IWirelessToolkit IMidletSuiteProject.getWirelessToolkit()
          Return the wireless toolkit associated with this project.
 IWirelessToolkit IConfiguration.getWirelessToolkit()
          Get the wireless toolkit in which this configuration is defined or null if not defined by a toolkit.
 

Uses of IWirelessToolkit in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl that implement IWirelessToolkit
 class WirelessToolkit
          This is the primary implementation of the IWirelessToolkit interface that assumes Sun's implementation of the wireless toolkit (or one that looks similar to Sun's implementation).
 

Methods in eclipseme.core.model.impl that return IWirelessToolkit
 IWirelessToolkit Profile.getWirelessToolkit()
           
 IWirelessToolkit PlatformDefinition.getWirelessToolkit()
           
 IWirelessToolkit MidletSuiteProject.getWirelessToolkit()
           
 IWirelessToolkit Configuration.getWirelessToolkit()
           
 

Constructors in eclipseme.core.model.impl with parameters of type IWirelessToolkit
Profile(IWirelessToolkit toolkit, java.lang.String identifier, java.lang.String name, Version version)
          Construct a new Profile instance.
Profile(IWirelessToolkit toolkit, java.lang.String identifier, java.lang.String name)
          Construct a new Profile instance.
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.
Configuration(IWirelessToolkit toolkit, java.lang.String identifier, java.lang.String name, Version version)
          Construct a new configuration.