Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.model.IModel

Packages that use IModel
org.eclipse.mtj.core.model The MTJ model is the set of classes that model the objects associated with creating, editing, and building a Java ME application. 
 

Uses of IModel in org.eclipse.mtj.core.model
 

Methods in org.eclipse.mtj.core.model that return IModel
 IModel[] IModelProviderEvent.getAddedModels()
          Returns the models that are added
 IModel[] IModelProviderEvent.getChangedModels()
          Returns the models that has changed
 IModel IModelProvider.getModel(IFile file)
          Returns the model for the provided file resource.
 IModel[] IModelProviderEvent.getRemovedModels()
          Returns the models that are removed
 


Mobile Tools for Java
Release 1.0