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

G

getAbsoluteKeyStorePath(IProject) - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Returns the absolute file system path to the keystore file.
getAbsoluteKeyStorePath(IProject) - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Returns the absolute file system path to the keystore file.
getActiveConfiguration() - Method in class org.eclipse.mtj.core.model.configuration.Configurations
Get the active configuration.
getActiveConfiguration() - Method in class org.eclipse.mtj.ui.configurations.ConfigManageComponent
Return active Configuration.
getAddedConfig() - Method in class org.eclipse.mtj.core.model.configuration.AddConfigEvent
 
getAddedModels() - Method in interface org.eclipse.mtj.core.model.IModelProviderEvent
Returns the models that are added
getAlignment() - Method in class org.eclipse.mtj.ui.viewers.TableColumnInfo
 
getAllDefinitionSetNames() - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSetRegistry
Return all of the definition names registered.
getAllDevices() - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Return a list of all of the devices in the registry.
getAllSetDefinitions() - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSetRegistry
Return all of the definitions registered.
getAPI(String, Version) - Static method in class org.eclipse.mtj.core.model.library.api.APIRegistry
Return the API with the specified identifier and version.
getAPI(APIType) - Method in interface org.eclipse.mtj.core.model.library.ILibrary
Return the first API with a type matching the specified API type or null if none can be found.
getAPI(APIType) - Method in class org.eclipse.mtj.core.model.library.impl.Library
 
getAPIDefinitions() - Static method in class org.eclipse.mtj.core.model.library.api.APIRegistry
Return the API instances in the order that they were found within the registry.
getAPIs(File) - Static method in class org.eclipse.mtj.core.model.library.api.APIRegistry
Return the list of API's present in specified JAR file.
getAPIs() - Method in interface org.eclipse.mtj.core.model.library.ILibrary
Return the APIs associated with this library instance.
getAPIs() - Method in class org.eclipse.mtj.core.model.library.impl.Library
 
getAPIs() - Method in class org.eclipse.mtj.ui.editors.device.LibraryApiEditorDialog
Get the selected APIs.
getApplicationDescriptor() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return an ApplicationDescriptor instance wrapped around the Application Descriptor (JAD) file for this MIDlet suite.
getApplicationDescriptor() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getApplicationDescriptorFile() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
 
getApplicationDescriptorFile() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
Return the Application Descriptor file
getBundle() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getBundle() - Method in interface org.eclipse.mtj.core.persistence.IBundleReferencePersistable
Return the bundle identifier that should be used to load this persistable.
getBundleClassLoaderParent() - Method in class org.eclipse.mtj.core.hooks.MTJClassLoadingHook
 
getBundleString(String) - Static method in class org.eclipse.mtj.core.MTJCoreStrings
Returns the string from the plugin's resource bundle, or null if not found.
getCertificateStrings() - Method in interface org.eclipse.mtj.core.model.jad.IJadSignature
Returns an array of Strings containing the encoded certificates that can be used to verify the MIDlet suite signature following to a call to computeSignature.
getChangedModels() - Method in interface org.eclipse.mtj.core.model.IModelProviderEvent
Returns the models that has changed
getChangedObjects() - Method in interface org.eclipse.mtj.core.model.IModelChangedEvent
Returns an array of model objects that are affected by the change.
getChangedObjects() - Method in class org.eclipse.mtj.core.model.ModelChangedEvent
 
getChangedProperty() - Method in interface org.eclipse.mtj.core.model.IModelChangedEvent
Returns a name of the object's property that has been changed if change type is CHANGE.
getChangedProperty() - Method in class org.eclipse.mtj.core.model.ModelChangedEvent
 
getChangeProvider() - Method in interface org.eclipse.mtj.core.model.IModelChangedEvent
Returns the provider that fired this event.
getChangeProvider() - Method in class org.eclipse.mtj.core.model.ModelChangedEvent
 
getChangeType() - Method in interface org.eclipse.mtj.core.model.IModelChangedEvent
Returns the type of change that occurred in the model (one of INSERT, REMOVE, CHANGE or WORLD_CHANGED ).
getChangeType() - Method in class org.eclipse.mtj.core.model.ModelChangedEvent
 
getClassInformation() - Method in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocation
Return information about the class in which the error occurred or null if there is not class information.
getClassName() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor.MidletDefinition
 
getClasspath() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the classpath provided by this device.
getClasspath() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getClasspath(IProgressMonitor) - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return the classpath for this project.
getClasspath(IProgressMonitor) - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getClasspathEntryList() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getClasspathEntryList() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getCLDCConfigurationParameters(IMidletSuiteProject) - Method in class org.eclipse.mtj.core.model.preverifier.impl.StandardPreverifier
Return the parameters to be used for controlling the CLDC pre-verification.
getColumnInfo() - Method in class org.eclipse.mtj.ui.viewers.TableViewerConfiguration
 
getComparator() - Method in class org.eclipse.mtj.ui.viewers.TableColumnInfo
 
getConfiguration() - Method in interface org.eclipse.mtj.core.model.library.ILibrary
Return the configuration API or null if this library does not provide a configuration.
getConfiguration() - Method in class org.eclipse.mtj.core.model.library.impl.Library
 
getConfigurationLibrary() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the library that provides the configuration for this device or null if no such library can be found.
getConfigurationLibrary() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getConfigurations() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return Configurations of the project.
getConfigurations() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getConfigurations() - Method in class org.eclipse.mtj.core.model.project.MetaData
 
getConfigurations() - Method in class org.eclipse.mtj.ui.configurations.ConfigManageComponent
 
getConfigurationSpecificationVersion() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor
Return the configuration specification version associated with this JAD file.
getConsoleWriter(String) - Method in class org.eclipse.mtj.core.console.BuildConsoleProxy
 
getConsoleWriter(String) - Method in interface org.eclipse.mtj.core.console.IBuildConsoleProxy
Return the PrintWriter for the console with the specified identifier.
getConsoleWriter(String) - Method in class org.eclipse.mtj.ui.console.BuilderConsole
 
getContents() - Method in interface org.eclipse.mtj.ui.editors.models.IModel
Return all elements on the model
getDataType() - Method in class org.eclipse.mtj.core.model.jad.DescriptorPropertyDescription
 
getDebugListenerPort() - Method in class org.eclipse.mtj.core.model.LaunchEnvironment
Return the port number to be used for debugging.
getDefault() - Static method in class org.eclipse.mtj.core.library.LibraryPlugin
Returns the shared instance
getDefault() - Static method in class org.eclipse.mtj.core.preverifier.PreverifierPlugin
Returns the shared instance.
getDefault() - Static method in class org.eclipse.mtj.toolkit.uei.UeiPlugin
Returns the shared instance.
getDefaultDevice() - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Return the default device or null if one is not specified.
getDefaultDocRootDirectories(ILibrary) - Method in class org.eclipse.mtj.core.importer.JavadocDetector.GenericLocalFSSearch
 
getDefaultJadFileName(IProject) - Static method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
Return the default JAD file name for the specified project.
getDefaultPreferifier() - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Return the default preverifier or null if one is not specified.
getDefaultWidthPercent() - Method in class org.eclipse.mtj.ui.viewers.TableColumnInfo
 
getDefinedSymbols() - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSet
Return the symbols that are defined as true in the list of symbol definitions.
getDescription() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getDescription() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getDescription() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the displayable description of this device.
getDescription() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getDescription() - Method in class org.eclipse.mtj.ui.editors.device.AbstractDeviceEditorPage
Return a description of what is being specified on this page.
getDescriptorPropertyDescriptions() - Method in interface org.eclipse.mtj.ui.editors.jad.IJADDescriptorsProvider
 
getDescriptors() - Method in class org.eclipse.mtj.ui.editors.jad.JADPropertiesEditorPage
Get all application descriptor property description for the current page ID.
getDetail() - Method in class org.eclipse.mtj.preverifier.results.PreverificationError
Returns the detailed message concerning this error or null if no detail message has been specified.
getDevice() - Method in class org.eclipse.mtj.core.model.configuration.Configuration
 
getDevice(String, String) - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Return the device with the specified key or null if no such device is found in the registry.
getDevice() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return the device associated with this MIDlet suite project.
getDevice() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
Return the device referenced by this project.
getDevice() - Method in class org.eclipse.mtj.core.model.project.MetaData
Return the device stored in the project metadata.
getDeviceCount() - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Return the number of devices registered.
getDeviceEditorDialog(Shell) - Method in class org.eclipse.mtj.ui.DefaultDeviceEditorActionDelegate
Return the dialog to be used for editing the dialog.
getDeviceEditorDialog(Shell) - Method in class org.eclipse.mtj.ui.JavaDeviceEditorActionDelegate
 
getDeviceGroupComentLabel() - Method in class org.eclipse.mtj.ui.devices.DeviceSelector
 
getDeviceGroupLabel() - Method in class org.eclipse.mtj.ui.devices.DeviceSelector
 
getDeviceGroups() - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Return the registered device groups.
getDeviceImporter() - Method in class org.eclipse.mtj.core.model.device.DeviceImporterElement
Get the device importer for the configuration element.
getDeviceProperties() - Method in class org.eclipse.mtj.core.importer.impl.JavaEmulatorDeviceImporter
Return the device definition properties.
getDeviceProperties() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the properties associated with this device.
getDeviceProperties() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getDevicePropertiesURL() - Method in class org.eclipse.mtj.core.importer.impl.JavaEmulatorDeviceImporter
Return the URL to access the device properties file.
getDevices(String) - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Return the devices found in the specified group or null if the specified group cannot be found.
getDevices() - Method in interface org.eclipse.mtj.core.model.device.IFoundDevicesList
Return all devices added to the list.
getDevices() - Method in class org.eclipse.mtj.core.model.device.SimpleFoundDevicesList
 
getDeviceSpecificProperties(String) - Method in enum org.eclipse.mtj.toolkit.uei.model.properties.DeviceSpecificProperties
Return the device-specific properties starting with the device name.
getDialogSettings() - Method in class org.eclipse.mtj.ui.viewers.TableViewerConfiguration
 
getDisassembledOutput() - Method in class org.eclipse.mtj.preverifier.results.PreverificationResults
Return the disassembled class output or null if there were errors while doing the preverification.
getDisplayName() - Method in class org.eclipse.mtj.core.model.jad.DescriptorPropertyDescription
 
getDocRootDirectories(ILibrary) - Method in class org.eclipse.mtj.core.importer.JavadocDetector.GenericLocalFSSearch
 
getEntries() - Method in class org.eclipse.mtj.core.model.Classpath
Return the entries in the classpath.
getEntries() - Method in class org.eclipse.mtj.core.model.impl.VMInstallClasspath
 
getErrorCode() - Method in class org.eclipse.mtj.preverifier.results.PreverificationErrorType
Get the code of th error that occurred.
getErrorMessage(int) - Static method in class org.eclipse.mtj.core.MTJCoreErrors
This routine returns the message associated with a particular error code or warning.
getErrorMessageManager() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
getErrors() - Method in class org.eclipse.mtj.preverifier.results.PreverificationResults
 
getEventSource() - Method in interface org.eclipse.mtj.core.model.IModelProviderEvent
Returns the object that fired this event.
getEventTypes() - Method in interface org.eclipse.mtj.core.model.IModelProviderEvent
Returns the combination of flags indicating type of event.
getExecutable() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getFieldInformation() - Method in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocation
Return information about the field in which the error occurred or null if there is not field information.
getFromString(String) - Static method in enum org.eclipse.mtj.core.library.model.Visibility
Gets a Visibility element that represents the visibility argument.
getGroupName() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the name of the device group to which this device belongs.
getGroupName() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getHelpResource() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
getIcon() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor.MidletDefinition
 
getId() - Method in class org.eclipse.mtj.core.model.device.DeviceImporterElement
Return the id of this extension element.
getIdentifier() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getIdentifier() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getIdentifier() - Method in class org.eclipse.mtj.core.model.library.api.API
 
getIdentifier() - Method in class org.eclipse.mtj.core.model.library.LibrarySpecification
 
getIdentifier() - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinition
 
getImageDescriptor(String) - Static method in class org.eclipse.mtj.core.preverifier.PreverifierPlugin
Returns an image descriptor for the image file at the given plug-in relative path.
getImplementationRequirement() - Method in enum org.eclipse.mtj.toolkit.uei.model.properties.DeviceSpecificProperties
Return the implementation requirement for this property.
getImplementationRequirement() - Method in enum org.eclipse.mtj.toolkit.uei.model.properties.DevicesProperties
Return the implementation requirement for this property.
getInstance() - Static method in class org.eclipse.mtj.core.library.manager.LibraryManager
Get the LibraryManager instance.
getJadFileName() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return the file holding the JAD file.
getJadFileName() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getJadFileName() - Method in class org.eclipse.mtj.core.model.project.MetaData
Return the name that must be used on the project's jad file after deployment as specified in the project's metadata file.
getJadForLaunch(IMidletSuiteProject, File, IProgressMonitor) - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
Return the JAD file to use for launching from the specified temporary directory.
getJarFilename() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return the name to use for the JAR file.
getJarFilename() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getJarSignatureString() - Method in interface org.eclipse.mtj.core.model.jad.IJadSignature
Returns the JAR signature string that should be added to the JAD file using the key "MIDlet-Jar-RSA-SHA1" following to a call to computeSignature.
getJavadocURL() - Method in class org.eclipse.mtj.core.model.library.impl.Library
 
getJavaExecutable() - Method in class org.eclipse.mtj.core.model.device.impl.JavaEmulatorDevice
Return the Java executable to be used for launching this device.
getJavaProject() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return the underlying java project.
getJavaProject() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getJavaProject() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
Return the java project holding the JAD file.
getKeyAlias() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Returns the "alias" string identifying the key and certificate that will be used to sign the project.
getKeyAlias() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Returns the "alias" string identifying the key and certificate that will be used to sign the project.
getKeyPassword() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Returns the key password, if passwords are being saved.
getKeyPassword() - Method in class org.eclipse.mtj.core.signing.SignaturePasswords
 
getKeyPassword() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Returns the key password, if passwords are being saved.
getKeyStoreDisplayPath() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Returns the display string representing the keystore path.
getKeyStoreDisplayPath() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Returns the display string representing the keystore path.
getKeyStorePassword() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Returns the password for the keystore file, if passwords are being saved.
getKeystorePassword() - Method in class org.eclipse.mtj.core.signing.SignaturePasswords
 
getKeyStorePassword() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Returns the password for the keystore file, if passwords are being saved.
getKeyStoreProvider() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Returns the crypto provider string.
getKeyStoreProvider() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Returns the crypto provider string.
getKeyStoreType() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Type of the keystore file.
getKeyStoreType() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Type of the keystore file.
getKind() - Method in class org.eclipse.mtj.core.library.classpath.ClasspathAccessRule
 
getLaunchCommand() - Method in class org.eclipse.mtj.core.importer.impl.JavaEmulatorDeviceImporter
Return the launch command template.
getLaunchCommand(LaunchEnvironment, IProgressMonitor) - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the command-line arguments for launching this device given the specified launch environment.
getLaunchCommand(LaunchEnvironment, IProgressMonitor) - Method in class org.eclipse.mtj.toolkit.uei.UEIDevice
 
getLaunchCommandTemplate() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getLaunchConfiguration() - Method in class org.eclipse.mtj.core.model.LaunchEnvironment
Return the launch configuration that was used to launch the emulation.
getLibraryFile() - Method in class org.eclipse.mtj.core.model.library.impl.Library
Return the file that makes up this library.
getLicence() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getLicence() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getLineNumber() - Method in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocation
 
getLocation() - Method in class org.eclipse.mtj.preverifier.results.PreverificationError
Returns the location where the error occurred.
getLocationType() - Method in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocation
Return information about the type of the location in which the error occurred or null if there is not location type information.
getMajor() - Method in class org.eclipse.mtj.core.model.Version
Get the major version number.
getManifestProperties() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor
Return the overall manifest properties.
getMappedResource(IFile) - Method in interface org.eclipse.mtj.core.hook.sourceMapper.SourceMapper
Return a mapped resource or null if the original resource should be used.
getMappedSourceFile(IFile) - Static method in class org.eclipse.mtj.core.hook.sourceMapper.SourceMapperAccess
Return a mapped source file for the specified file or null if the file is not mapped.
getMatchingDevices(File, IProgressMonitor) - Method in interface org.eclipse.mtj.core.importer.IDeviceImporter
Return the fully configured device instances found in the specified directory or null if no devices are recognized by this importer in this directory.
getMatchingDevices(File, IProgressMonitor) - Method in class org.eclipse.mtj.toolkit.uei.UEIDeviceImporter
 
getMetaData() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
Return the metadata for this MIDlet suite.
getMethodInformation() - Method in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocation
Return information about the method in which the error occurred or null if there is not method information.
getMidletCount() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor
Return the current count of MidletDefinition instances within this application descriptor.
getMidletDefinitions() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor
Return the list of MidletDefinition instances currently managed by the ApplicationDescriptor.
getMidletJarURL() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor
Return the JAD URL specified in the application descriptor or null if it has not been specified.
getMidletLibrary(String) - Method in class org.eclipse.mtj.core.library.manager.LibraryManager
Gets corresponding library for the given name.
getMidletLibraryNames() - Method in class org.eclipse.mtj.core.library.manager.LibraryManager
Returns the names of all defined MIDlet libraries.
getMidletSuite() - Method in class org.eclipse.mtj.core.model.LaunchEnvironment
 
getMidletSuiteCreationRunnable(IProject, IJavaProject, IDevice, String) - Static method in class org.eclipse.mtj.core.model.project.MidletSuiteFactory
Return a runnable capable of setting up the J2ME nature on the project.
getMidletSuiteProject(IJavaProject) - Static method in class org.eclipse.mtj.core.model.project.MidletSuiteFactory
Return the MIDlet suite project instance for the specified java project.
getMinor() - Method in class org.eclipse.mtj.core.model.Version
Get the minor version number or null if not specified.
getModel(IFile) - Method in interface org.eclipse.mtj.core.model.IModelProvider
Returns the model for the provided file resource.
getName() - Method in class org.eclipse.mtj.core.library.classpath.JavadocClasspathAttribute
Returns the name of this javadoc location classpath attribute.
getName() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getName() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getName() - Method in class org.eclipse.mtj.core.library.model.licence.LicenceInfo
Return the license name.
getName() - Method in class org.eclipse.mtj.core.model.configuration.Configuration
 
getName() - Method in class org.eclipse.mtj.core.model.device.DeviceImporterElement
Return the name of this extension element.
getName() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the name of this device.
getName() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getName() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor.MidletDefinition
 
getName() - Method in class org.eclipse.mtj.core.model.library.api.API
 
getName() - Method in class org.eclipse.mtj.core.model.library.LibrarySpecification
 
getName() - Method in class org.eclipse.mtj.core.model.preprocessor.symbol.Symbol
 
getName() - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSet
Return the name of this set of symbol definitions.
getName() - Method in interface org.eclipse.mtj.preverifier.results.IClassErrorInformation
Return the name of the class in which the error occurred.
getName() - Method in interface org.eclipse.mtj.preverifier.results.IFieldErrorInformation
Return the name of the field in which the error occurred.
getName() - Method in interface org.eclipse.mtj.preverifier.results.IMethodErrorInformation
Return the name of the method in which the error occurred.
getName() - Method in class org.eclipse.mtj.ui.viewers.TableColumnInfo
 
getNamesAndValues() - Method in class org.eclipse.mtj.ui.editors.jad.ListDescriptorPropertyDescription
 
getNewActiveConfig() - Method in class org.eclipse.mtj.core.model.configuration.SwitchActiveConfigEvent
 
getNewCongigName() - Method in class org.eclipse.mtj.core.model.configuration.ConfigNameChangeEvent
 
getNewDevice() - Method in class org.eclipse.mtj.core.model.configuration.ConfigDeviceChangeEvent
 
getNewSymbolDefinitionSets() - Method in class org.eclipse.mtj.core.model.configuration.ConfigWorkspaceSymbolSetsChangeEvent
 
getNewValue() - Method in interface org.eclipse.mtj.core.model.IModelChangedEvent
When model change is of type CHANGE, this method is used to obtain the new value of the property (after the change).
getNewValue() - Method in class org.eclipse.mtj.core.model.ModelChangedEvent
 
getNumber() - Method in class org.eclipse.mtj.core.model.jad.ApplicationDescriptor.MidletDefinition
Return the MIDlet number.
getOldActiveConfig() - Method in class org.eclipse.mtj.core.model.configuration.SwitchActiveConfigEvent
 
getOldConfigName() - Method in class org.eclipse.mtj.core.model.configuration.ConfigNameChangeEvent
 
getOldDevice() - Method in class org.eclipse.mtj.core.model.configuration.ConfigDeviceChangeEvent
 
getOldSymbolDefinitionSets() - Method in class org.eclipse.mtj.core.model.configuration.ConfigWorkspaceSymbolSetsChangeEvent
 
getOldValue() - Method in interface org.eclipse.mtj.core.model.IModelChangedEvent
When model change is of type CHANGE, this method is used to obtain the old value of the property (before the change).
getOldValue() - Method in class org.eclipse.mtj.core.model.ModelChangedEvent
 
getOTAURL(ILaunchConfiguration, IMidletSuiteProject) - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
Return the Over the Air URL for accessing the JAD file via the built-in OTA HTTP server.
getParameters() - Method in class org.eclipse.mtj.core.model.preverifier.impl.StandardPreverifier
 
getPasswordStorageMethod() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Returns the password storage method.
getPasswordStorageMethod() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Returns the password storage method.
getPatch() - Method in class org.eclipse.mtj.core.model.Version
Get the patch version number or null if not specified.
getPattern() - Method in class org.eclipse.mtj.core.library.classpath.ClasspathAccessRule
 
getPermissionID() - Method in class org.eclipse.mtj.core.library.model.security.Permission
Returns the named permission for this instance.
getPermissionList() - Method in class org.eclipse.mtj.core.library.model.security.PermissionList
 
getPermissionList() - Method in class org.eclipse.mtj.core.library.model.security.SecurityInfo
 
getPreferenceStore() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
Get the preference store being edited.
getPreverifiedClassBytes() - Method in class org.eclipse.mtj.preverifier.results.PreverificationResults
 
getPreverifiedClassNode() - Method in class org.eclipse.mtj.preverifier.results.PreverificationResults
 
getPreverifier(File) - Method in class org.eclipse.mtj.core.importer.impl.JavaEmulatorDeviceImporter
Return the preverifier to use.
getPreverifier() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the preverifier to be used to preverify classes for this device.
getPreverifier() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getPreverifierExecutable() - Method in class org.eclipse.mtj.core.model.preverifier.impl.StandardPreverifier
 
getPrimaryMatchableClass() - Method in class org.eclipse.mtj.core.model.library.api.API
Return the fully-qualifed class name of the primary class for this API that can be used for matching.
getPriority() - Method in class org.eclipse.mtj.core.model.device.DeviceImporterElement
Return the priority of this element.
getProfile() - Method in interface org.eclipse.mtj.core.model.library.ILibrary
Return the profile API or null if this library does not provide a configuration.
getProfile() - Method in class org.eclipse.mtj.core.model.library.impl.Library
 
getProfileLibrary() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the library that provides the profile for this device or null if no such library can be found.
getProfileLibrary() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getProject() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return the underlying project instance.
getProject() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getProject() - Method in class org.eclipse.mtj.core.nature.AbstractNature
 
getProjectClasspathString(IMidletSuiteProject, File, IProgressMonitor) - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
Return the classpath string to be used when launching the specified project.
getPropertyName() - Method in class org.eclipse.mtj.core.model.jad.DescriptorPropertyDescription
 
getProtectionDomain() - Method in class org.eclipse.mtj.core.library.model.security.SecurityInfo
 
getProtectionDomains() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return the list of protection domains specified by this device.
getProtectionDomains() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
getProtectionDomainType() - Method in class org.eclipse.mtj.core.library.model.security.ProtectionDomain
Return the current protection domain type.
getProtectionDomainType(String) - Static method in enum org.eclipse.mtj.core.library.model.security.ProtectionDomain.ProtectionDomainType
Get the correspondent ProtectionDomain.ProtectionDomainType value for the protectionDomain string.
getRemovedConfig() - Method in class org.eclipse.mtj.core.model.configuration.RemoveConfigEvent
 
getRemovedModels() - Method in interface org.eclipse.mtj.core.model.IModelProviderEvent
Returns the models that are removed
getSafeSymbolValue(String) - Static method in class org.eclipse.mtj.core.model.preprocessor.symbol.SymbolUtils
Get symbol value in safe format for preprocessor.
getSafeValue() - Method in class org.eclipse.mtj.core.model.preprocessor.symbol.Symbol
Get value in safe format for preprocessor.
getSecondary() - Method in class org.eclipse.mtj.core.model.Version
Get the secondary version number or null if not specified.
getSectionDescription() - Method in class org.eclipse.mtj.ui.editors.jad.JADPropertiesEditorPage
 
getSectionTitle() - Method in class org.eclipse.mtj.ui.editors.jad.JADPropertiesEditorPage
 
getSecurity() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getSecurity() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getSelectedDevice() - Method in class org.eclipse.mtj.ui.devices.DeviceSelector
Return the device selected by the user or null if the user has not yet selected a device.
getSignatureProperties() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Get the ISignatureProperties associated with this MIDlet suite
getSignatureProperties() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getSignatureProperties() - Method in class org.eclipse.mtj.core.model.project.MetaData
 
getSignProject() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Indicates whether or not the project is to be signed.
getSignProject() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Indicates whether or not the project is to be signed.
getSkeletonReplacements() - Method in class org.eclipse.mtj.core.model.library.api.API
Return the replacement files that are useful for preverification and devices such as MPowerPlayer and microemu.
getSortColumn() - Method in class org.eclipse.mtj.ui.viewers.TableViewerConfiguration
Return the index of the current column to be sorted.
getSortDirectionAscending() - Method in class org.eclipse.mtj.ui.viewers.TableViewerConfiguration
Return a boolean indicating whether or not the current sort direction is ascending.
getSourceAttachmentPath() - Method in class org.eclipse.mtj.core.model.library.impl.Library
 
getSourceAttachmentRootPath() - Method in class org.eclipse.mtj.core.model.library.impl.Library
 
getSourceFile() - Method in interface org.eclipse.mtj.preverifier.results.IClassErrorInformation
Return the source file for this class.
getSpecifiedJadURL(ILaunchConfiguration) - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
Return the url specified by the user for direct launching or null if none was specified.
getString(String) - Static method in class org.eclipse.mtj.core.MTJCoreStrings
Returns the string from the plugin's resource bundle, or 'key' if not found.
getString(String, Object[]) - Static method in class org.eclipse.mtj.core.MTJCoreStrings
Returns the string from the plugin's resource bundle, or 'key' if not found.
getSymbolDefinitionSet(String) - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSetRegistry
Return the SymbolDefinitions instance registered with the specified name or null if the object cannot be found.
getSymbolSet() - Method in class org.eclipse.mtj.core.model.configuration.Configuration
All preprocessing related code should NOT use this method to get SymbolSet, instead, getSymbolSetForPreprocessing() should be used for preprocessing purpose.
getSymbolSetForPreprocessing() - Method in class org.eclipse.mtj.core.model.configuration.Configuration
All preprocessing related function should use this method to get SymbolSet.
getSymbolSetString() - Method in class org.eclipse.mtj.core.model.preprocessor.symbol.SymbolSet
Return a String representation of the SymbolSet.
getTempKeyPassword() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
 
getTempKeyPassword() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getTempKeystorePassword() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
 
getTempKeystorePassword() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getTimeStamp() - Method in interface org.eclipse.mtj.core.model.IModel
Returns the last modification time stamp.
getTitle() - Method in class org.eclipse.mtj.ui.editors.device.AbstractDeviceEditorPage
Return the title for this page.
getTitle() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
getType() - Method in class org.eclipse.mtj.core.model.library.api.API
 
getType() - Method in class org.eclipse.mtj.core.model.preprocessor.symbol.Symbol
 
getType() - Method in class org.eclipse.mtj.preverifier.results.PreverificationError
Returns the type of the error.
getTypeCode() - Method in class org.eclipse.mtj.core.model.library.api.APIType
Return the type code for this particular type.
getTypeCode() - Method in class org.eclipse.mtj.preverifier.results.PreverificationErrorLocationType
Return the location type code.
getTypeDescription() - Method in interface org.eclipse.mtj.preverifier.results.IFieldErrorInformation
Return the type description information for the field in which the error occurred.
getTypeDescription() - Method in interface org.eclipse.mtj.preverifier.results.IMethodErrorInformation
Return the type description information for the field in which the error occurred.
getUnderlyingResource() - Method in interface org.eclipse.mtj.core.model.IModel
Returns a workspace resource that this model is created from.
getUri() - Method in class org.eclipse.mtj.core.library.model.licence.LicenceInfo
Return the URI were additional license information can be found.
getValue() - Method in class org.eclipse.mtj.core.library.classpath.JavadocClasspathAttribute
 
getValue() - Method in class org.eclipse.mtj.core.model.preprocessor.symbol.Symbol
 
getValue() - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinition
 
getValue(String) - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSet
Return the (possibly null) value of the specified identifier.
getVerifiedClassesOutputFolder(IProgressMonitor) - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Get the IFolder into which verified classes should be written.
getVerifiedClassesOutputFolder(IProgressMonitor) - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getVerifiedLibrariesOutputFolder(IProgressMonitor) - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Get the IFolder into which verified libraries should be written.
getVerifiedLibrariesOutputFolder(IProgressMonitor) - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getVerifiedOutputFolder(IProgressMonitor) - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Get the IFolder into which verified classes should be written.
getVerifiedOutputFolder(IProgressMonitor) - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
getVersion() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getVersion() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getVersion() - Method in class org.eclipse.mtj.core.model.library.api.API
 
getVersion() - Method in class org.eclipse.mtj.core.model.library.LibrarySpecification
 
getVersion() - Method in class org.eclipse.mtj.core.model.project.MetaData
 
getVisibility() - Method in interface org.eclipse.mtj.core.library.model.ILibrary
 
getVisibility() - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
getWorkingDirectory() - Method in interface org.eclipse.mtj.core.model.device.IDevice2
Return the working directory to be used when launching the device emulation.
getWorkingDirectory() - Method in class org.eclipse.mtj.toolkit.uei.UEIDevice
 
getWorkspaceScopeSymbolSets() - Method in class org.eclipse.mtj.core.model.configuration.Configuration
 
groupName - Variable in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 

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