Uses of Interface
eclipseme.core.model.IPlatformDefinition

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

Uses of IPlatformDefinition in eclipseme.core.model
 

Methods in eclipseme.core.model that return IPlatformDefinition
 IPlatformDefinition[] IWirelessToolkit.getPlatformDefinitions()
          Return the IPlatformDefinitions provided by this toolkit.
 IPlatformDefinition IMidletSuiteProject.getPlatformDefinition()
          Get the IPlatformDefinition in use for this midlet suite.
 

Methods in eclipseme.core.model with parameters of type IPlatformDefinition
 void IMidletSuiteProject.setPlatformDefinition(IPlatformDefinition definition)
          Set the IPlatformDefinition to use for this midlet suite.
 

Uses of IPlatformDefinition in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl that implement IPlatformDefinition
 class PlatformDefinition
          Standard implementation of the IPlatformDefinition interface.
 class UnspecifiedPlatformDefinition
          A platform definition to be used when no other definition has been provided or it has been lost.
 

Methods in eclipseme.core.model.impl that return IPlatformDefinition
 IPlatformDefinition[] WirelessToolkit.getPlatformDefinitions()
           
 IPlatformDefinition MidletSuiteProject.getPlatformDefinition()
           
 

Methods in eclipseme.core.model.impl with parameters of type IPlatformDefinition
static org.eclipse.jdt.core.IClasspathEntry[] PlatformDefinition.getClasspathEntriesForPlatform(IPlatformDefinition platform)
          Return the classpath entries for the specified platformm.
static MidletSuiteProject.MidletSuiteCreationRunnable MidletSuiteProject.getMidletSuiteCreationRunnable(org.eclipse.core.resources.IProject project, org.eclipse.jdt.core.IJavaProject javaProject, IPlatformDefinition platformDefinition)
          Return a runnable capable of setting up the J2ME nature on the project.
 void MidletSuiteProject.setPlatformDefinition(IPlatformDefinition definition)