Mobile Tools for Java
Release 1.0

Package 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.

See:
          Description

Interface Summary
IBaseModel A base generic model.
IEditable Models that implement this interface indicate that they can be changed.
IModel A generic model.
IModelChangedEvent Model change events are fired by the model when it is changed from the last clean state.
IModelChangeProvider Classes that implement this interface are capable of notifying listeners about model changes.
IModelProvider Classes that implement this interface are responsible for holding a table of models associated with the underlying objects.
IModelProviderEvent This event will be delivered to all model provider listeners when a model managed by the model provider changes in some way.
IModelProviderListener Classes should implement this interface in order to be able to register as model provider listeners.
IResourceFilter This interface represents a filter controlling inclusion of resources into the packaged output.
IWritable Classes that implement this interface can participate in saving the model to the ASCII output stream using the provided writer.
 

Class Summary
Classpath A representation of a classpath that can be converted to various other representations.
LaunchEnvironment The launch environment provides the necessary information to an instance of IDevice for determining the correct command-line for executing the device.
ModelChangedEvent  
ReplaceableParametersProcessor This class provides processing for a string containing replaceable values.
Version Represents the version of a component.
 

Package org.eclipse.mtj.core.model Description

The MTJ model is the set of classes that model the objects associated with creating, editing, and building a Java ME application.


Mobile Tools for Java
Release 1.0