Uses of Interface
eclipseme.core.model.IProfile

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

Uses of IProfile in eclipseme.core.model
 

Methods in eclipseme.core.model that return IProfile
 IProfile[] IWirelessToolkit.getProfiles()
          Get the J2ME profiles provided by this toolkit.
 IProfile[] IPlatformDefinition.getProfiles()
          Return all of the profiles that are part of this platform.
 

Uses of IProfile in eclipseme.core.model.impl
 

Classes in eclipseme.core.model.impl that implement IProfile
 class Profile
          Standard implementation of the IProfile interface.
 

Methods in eclipseme.core.model.impl that return IProfile
 IProfile[] WirelessToolkit.getProfiles()
           
 IProfile[] PlatformDefinition.getProfiles()
           
 

Methods in eclipseme.core.model.impl with parameters of type IProfile
 void PlatformDefinition.addProfile(IProfile profile)
          Add a new profile to this platform definition.
 void PlatformDefinition.addProfiles(IProfile[] profiles)
          Add the array of new profiles to this platform definition.