Mobile Tools for Java
Release 1.0

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

Packages that use org.eclipse.mtj.core.model.configuration
org.eclipse.mtj.core.model.configuration This package provides an API for managing configurations from MIDlet projects. 
org.eclipse.mtj.core.model.project This package provides an API for managing MIDlet suite projects. 
org.eclipse.mtj.core.model.project.impl This package provides basic implementations for the MIDlet suite project interfaces. 
org.eclipse.mtj.ui.configurations This package provides the component for configurations management. 
 

Classes in org.eclipse.mtj.core.model.configuration used by org.eclipse.mtj.core.model.configuration
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.
ConfigWorkspaceSymbolSetsChangeEvent
          ConfigWorkspaceSymbolSetsChangeEvent is used to notify that the workspaceScopeSymbolSets of the configuration changed.
IConfigurationChangeListener
          The instance of this interface observe Configuration properties change.
IConfigurationsChangeListener
          The instance of this interface observe Configurations change.
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.
 

Classes in org.eclipse.mtj.core.model.configuration used by org.eclipse.mtj.core.model.project
Configurations
          This class is used to maintains configurations for Midlet project.
 

Classes in org.eclipse.mtj.core.model.configuration used by org.eclipse.mtj.core.model.project.impl
Configurations
          This class is used to maintains configurations for Midlet project.
 

Classes in org.eclipse.mtj.core.model.configuration used by org.eclipse.mtj.ui.configurations
AddConfigEvent
          AddConfigEvent is used to notify that a Configuration is added to Configurations.
Configuration
          This class contains configuration information for multi-configuration support.
Configurations
          This class is used to maintains configurations for Midlet project.
IConfigurationChangeListener
          The instance of this interface observe Configuration properties change.
IConfigurationsChangeListener
          The instance of this interface observe Configurations change.
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.
 


Mobile Tools for Java
Release 1.0