Mobile Tools for Java
Release 1.0

Package org.eclipse.mtj.core.model.configuration

This package provides an API for managing configurations from MIDlet projects.

See:
          Description

Interface Summary
IConfigurationChangeListener The instance of this interface observe Configuration properties change.
IConfigurationsChangeListener The instance of this interface observe Configurations change.
 

Class Summary
AddConfigEvent AddConfigEvent is used to notify that a Configuration is added to Configurations.
ConfigDeviceChangeEvent ConfigDeviceChangeEvent is used to notify that the device of the configuration changed.
ConfigNameChangeEvent ConfigNameChangeEvent is used to notify that the name of the configuration changed.
Configuration This class contains configuration information for multi-configuration support.
Configurations This class is used to maintains configurations for Midlet project.
ConfigurationsUtils Provides Configuration related utils.
ConfigWorkspaceSymbolSetsChangeEvent ConfigWorkspaceSymbolSetsChangeEvent is used to notify that the workspaceScopeSymbolSets of the configuration changed.
RemoveConfigEvent RemoveConfigEvent is used to notify that a Configuration is removed from Configurations.
SwitchActiveConfigEvent SwitchActiveConfigEvent is used to notify that active Configuration for a Midlet project switched.
 

Package org.eclipse.mtj.core.model.configuration Description

This package provides an API for managing configurations from MIDlet projects.


Mobile Tools for Java
Release 1.0