Mobile Tools for Java
Release 1.0
A B C D E F G H I J L M N O P R S T U V W

C

CHANGE - Static variable in interface org.eclipse.mtj.core.model.IModelChangedEvent
indicates that a model object's property has been changed.
CHANGED - Static variable in interface org.eclipse.mtj.ui.editors.models.IModelListener
 
CLASS_DEFINITION - Static variable in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocationType
A class declaration
CLASS_DEFINITION_CODE - Static variable in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocationType
The code representing a class declaration
CLASS_FIELD - Static variable in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocationType
A class field location
CLASS_FIELD_CODE - Static variable in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocationType
The code representing a class field
classBegin(ZipFile, ZipEntry) - Method in interface org.eclipse.mtj.preverifier.IArchivePreverificationListener
Preverification is beginning on the specified entry in the specified archive file.
classBegin(ZipFile, ZipEntry) - Method in class org.eclipse.mtj.preverifier.NullArchivePreverificationListener
 
classEnd(ZipFile, ZipEntry, PreverificationResults) - Method in interface org.eclipse.mtj.preverifier.IArchivePreverificationListener
Preverification is ending on the specified entry in the specified archive file.
classEnd(ZipFile, ZipEntry, PreverificationResults) - Method in class org.eclipse.mtj.preverifier.NullArchivePreverificationListener
 
CLASSES_DIRECTORY - Static variable in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
The verified sub-directory for classes
Classpath - Class in org.eclipse.mtj.core.model
A representation of a classpath that can be converted to various other representations.
Classpath() - Constructor for class org.eclipse.mtj.core.model.Classpath
Construct a new classpath instance
classpath - Variable in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
ClasspathAccessRule - Class in org.eclipse.mtj.core.library.classpath
Describes an access rule to class files on a classpath entry.
ClasspathAccessRule(IPath, String) - Constructor for class org.eclipse.mtj.core.library.classpath.ClasspathAccessRule
Creates a new ClasspathAccessRule
ClassPreverifier - Class in org.eclipse.mtj.preverifier
A class preverifier implementation
ClassPreverifier(IPreverificationPolicy) - Constructor for class org.eclipse.mtj.preverifier.ClassPreverifier
Construct a new preverifier that uses the specified policy during preverification processing.
cldc10 - Variable in class org.eclipse.mtj.core.model.preverifier.StandardPreverifierParameters
 
cldc11 - Variable in class org.eclipse.mtj.core.model.preverifier.StandardPreverifierParameters
 
CLDC1_0PreverificationPolicy - Class in org.eclipse.mtj.preverifier
CLDC 1.0 preverification policy
CLDC1_0PreverificationPolicy() - Constructor for class org.eclipse.mtj.preverifier.CLDC1_0PreverificationPolicy
Constructor
CLDC1_1PreverificationPolicy - Class in org.eclipse.mtj.preverifier
CLDC 1.1 preverification policy
CLDC1_1PreverificationPolicy() - Constructor for class org.eclipse.mtj.preverifier.CLDC1_1PreverificationPolicy
Constructor
clear() - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Clear the registry of all entries.
clear() - Method in class org.eclipse.mtj.core.model.device.SimpleFoundDevicesList
Clear the previous results from this list.
clear() - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSetRegistry
Clear all of the registered SymbolDefinitions objects.
clear() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Resets the class to its default values
clear() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Resets the class to its default values
clear() - Method in interface org.eclipse.mtj.ui.editors.models.IModel
Remove all elements from the model.
clonePersistable(IPersistable) - Static method in class org.eclipse.mtj.core.persistence.PersistableUtilities
Clone the specified persistable using the underlying persistence functionality.
commitChanges(IProgressMonitor) - Method in class org.eclipse.mtj.core.nature.BuildSpecManipulator
Commit any changes made to the list of commands in the build specification.
commitDeviceChanges() - Method in class org.eclipse.mtj.ui.editors.device.AbstractDeviceEditorPage
Commit all of the changes on this page to the device.
compareTo(Object) - Method in class org.eclipse.mtj.core.model.Version
 
compareTo(Version) - Method in class org.eclipse.mtj.core.model.Version
 
computeSignature(File) - Method in interface org.eclipse.mtj.core.model.jad.IJadSignature
Computes the JAR file signature on the specified file.
ConfigDeviceChangeEvent - Class in org.eclipse.mtj.core.model.configuration
ConfigDeviceChangeEvent is used to notify that the device of the configuration changed.
ConfigDeviceChangeEvent(Configuration, IDevice, IDevice) - Constructor for class org.eclipse.mtj.core.model.configuration.ConfigDeviceChangeEvent
Constructor.
ConfigManageComponent - Class in org.eclipse.mtj.ui.configurations
ConfigManageComponent provides user interface functionality for Configurations management.
ConfigManageComponent() - Constructor for class org.eclipse.mtj.ui.configurations.ConfigManageComponent
Constructor used for a situation that has no associate MIDlet project.
ConfigManageComponent(IMidletSuiteProject) - Constructor for class org.eclipse.mtj.ui.configurations.ConfigManageComponent
 
ConfigNameChangeEvent - Class in org.eclipse.mtj.core.model.configuration
ConfigNameChangeEvent is used to notify that the name of the configuration changed.
ConfigNameChangeEvent(Configuration, String, String) - Constructor for class org.eclipse.mtj.core.model.configuration.ConfigNameChangeEvent
Constructor.
configsContentsEquals(Configurations, Configurations) - Static method in class org.eclipse.mtj.core.model.configuration.ConfigurationsUtils
The same as ConfigurationsUtils.configurationsEuqals(Configurations, Configurations) , except ignore active configuration.
Configuration - Class in org.eclipse.mtj.core.model.configuration
This class contains configuration information for multi-configuration support.
Configuration(Element) - Constructor for class org.eclipse.mtj.core.model.configuration.Configuration
Construct Configuration from meta data XML file.
Configuration(String) - Constructor for class org.eclipse.mtj.core.model.configuration.Configuration
 
CONFIGURATION - Static variable in class org.eclipse.mtj.core.model.library.api.APIType
An API that acts as a configuration
CONFIGURATION_CODE - Static variable in class org.eclipse.mtj.core.model.library.api.APIType
Static constant representing a API that acts as a configuration
configurationAdded(AddConfigEvent) - Method in interface org.eclipse.mtj.core.model.configuration.IConfigurationsChangeListener
 
configurationAdded(AddConfigEvent) - Method in class org.eclipse.mtj.ui.configurations.ConfigManageComponent
If Configurations modified by other thread, we should refresh ConfigManageComponent UI, to reflect the change of Configurations.
configurationRemoved(RemoveConfigEvent) - Method in interface org.eclipse.mtj.core.model.configuration.IConfigurationsChangeListener
 
configurationRemoved(RemoveConfigEvent) - Method in class org.eclipse.mtj.ui.configurations.ConfigManageComponent
If Configurations modified by other thread, we should refresh ConfigManageComponent UI, to reflect the change of Configurations.
Configurations - Class in org.eclipse.mtj.core.model.configuration
This class is used to maintains configurations for Midlet project.
Configurations() - Constructor for class org.eclipse.mtj.core.model.configuration.Configurations
The constructor used for create Configurations for a Midlet project that have not yet configurations.
Configurations(Element) - Constructor for class org.eclipse.mtj.core.model.configuration.Configurations
Construct Configurations from meta data XML file.
configurationsEuqals(Configurations, Configurations) - Static method in class org.eclipse.mtj.core.model.configuration.ConfigurationsUtils
Determine if two Configurations are totally equal.
ConfigurationsUtils - Class in org.eclipse.mtj.core.model.configuration
Provides Configuration related utils.
ConfigurationsUtils() - Constructor for class org.eclipse.mtj.core.model.configuration.ConfigurationsUtils
 
configure() - Method in class org.eclipse.mtj.core.nature.AbstractNature
 
configure() - Method in class org.eclipse.mtj.core.nature.J2MENature
 
configure(TableViewer) - Method in class org.eclipse.mtj.ui.viewers.TableViewerConfiguration
Configure the table viewer and all related listeners based on this table viewer information.
configureFormText(Form, FormText) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
configureShell(Shell) - Method in class org.eclipse.mtj.ui.editors.device.DeviceEditorDialog
 
configureShell(Shell) - Method in class org.eclipse.mtj.ui.editors.device.LibraryApiEditorDialog
 
ConfigWorkspaceSymbolSetsChangeEvent - Class in org.eclipse.mtj.core.model.configuration
ConfigWorkspaceSymbolSetsChangeEvent is used to notify that the workspaceScopeSymbolSets of the configuration changed.
ConfigWorkspaceSymbolSetsChangeEvent(Object, List<SymbolDefinitionSet>, List<SymbolDefinitionSet>) - Constructor for class org.eclipse.mtj.core.model.configuration.ConfigWorkspaceSymbolSetsChangeEvent
 
containsJavaMEClasspathContainer(IJavaProject) - Static method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
Return a boolean indicating whether the project contains the JavaME classpath container.
convertEclipseMeProject(IProject, IProgressMonitor) - Static method in class org.eclipse.mtj.core.converter.MTJProjectConverter
Converts an EclipseME project into an MTJ project.
convertJavaProject(IJavaProject, IDevice, IProgressMonitor) - Static method in class org.eclipse.mtj.core.converter.MTJProjectConverter
Convert the specified java project to a Java ME MIDlet project.
copy(ISignatureProperties) - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Copy the values from another instance.
copy(ISignatureProperties) - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Indicates whether or not the project is to be signed.
copyForLaunch(IMidletSuiteProject, IProgressMonitor, boolean) - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
Copy the deployed jar and jad for use during launching.
CORE_ERROR_BASE - Static variable in class org.eclipse.mtj.core.MTJCoreErrors
 
CORE_INTERNAL_BASE - Static variable in class org.eclipse.mtj.core.MTJCoreErrors
 
CORE_WARNING_BASE - Static variable in class org.eclipse.mtj.core.MTJCoreErrors
 
createClassLoader(ClassLoader, ClassLoaderDelegate, BundleProtectionDomain, BaseData, String[]) - Method in class org.eclipse.mtj.core.hooks.MTJClassLoadingHook
 
createClient(Composite, String, FormToolkit, IHyperlinkListener) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
createContents(Composite) - Method in class org.eclipse.mtj.ui.configurations.ConfigManageComponent
Create the UI contents.
createContents(Composite, boolean, boolean) - Method in class org.eclipse.mtj.ui.devices.DeviceSelector
Fill in the user interface components into the parent.
createDialogArea(Composite) - Method in class org.eclipse.mtj.ui.editors.device.DeviceEditorDialog
 
createDialogArea(Composite) - Method in class org.eclipse.mtj.ui.editors.device.LibraryApiEditorDialog
 
createErrorMessageHandler(IManagedForm) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
createFormContent(IManagedForm) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
createFormContent(IManagedForm) - Method in class org.eclipse.mtj.ui.editors.jad.JADPropertiesEditorPage
 
createInitialLayout(IPageLayout) - Method in class org.eclipse.mtj.ui.MtjPerspectiveFactory
 
createLibraryFor(File) - Method in class org.eclipse.mtj.core.importer.LibraryImporter
Construct and return a new Library instance for the specified library file.
createLibraryFor(File, IAccessRule[]) - Method in class org.eclipse.mtj.core.importer.LibraryImporter
Construct and return a new Library instance for the specified library file with the provided access rules.
createPackage(IProgressMonitor, boolean, boolean) - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Create a deployed JAR file package for this MIDlet suite project.
createPackage(IProgressMonitor, boolean, boolean) - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
createPreverifier(File) - Static method in class org.eclipse.mtj.core.model.preverifier.StandardPreverifierFactory
Create a new StandardPreverifier instance for the specified executable.
createSectionContent(IManagedForm, Composite, IPropertyChangeListener) - Method in class org.eclipse.mtj.ui.editors.jad.JADPropertiesEditorPage
Create a Section Client Content for the descriptors available in the page.
createStaticBasicSection(FormToolkit, Composite, String, String) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
createStaticSection(FormToolkit, Composite, String) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
createStaticSectionClient(FormToolkit, Composite) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
createSymbolDefinitionSet(String, HashMap<String, String>) - Static method in class org.eclipse.mtj.core.model.device.preprocess.DeviceSymbolDefinitionSetFactory
Create SymbolDefinitionSet from Map of properties.
createSymbolSet(IDevice) - Static method in class org.eclipse.mtj.core.model.preprocessor.symbol.SymbolSetFactory
Create SymbolSet from device.

Mobile Tools for Java
Release 1.0
A B C D E F G H I J L M N O P R S T U V W