Mobile Tools for Java
Release 1.0

Package org.eclipse.mtj.core.project

This package provides an API for managing MTJ project elements.

See:
          Description

Interface Summary
IMetaData Implementors of the IMetaData interface must provide a way to store and retrieve IMTJProject related Metadata.
IMTJProject This interface provides the basic methods that must be available in all projects provided by MTJ.
IMTJProjectListener Classes that implement this interface provide methods that deal with the events that are generated when an IMTJProject change state or a deployable package is created.
 

Class Summary
MTJNature This abstract Nature implementation must be the superclass of all natures that may be created to be added to a IMTJProject project.
 

Enum Summary
ProjectType This enum represents the types of IMTJProject's provided by MTJ.
 

Package org.eclipse.mtj.core.project Description

This package provides an API for managing MTJ project elements.


Mobile Tools for Java
Release 1.0