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

I

IArchivePreverificationListener - Interface in org.eclipse.mtj.preverifier
An interface that clients may provide when pre-verifying archive files to receive callbacks concerning preverification processing.
IBaseModel - Interface in org.eclipse.mtj.core.model
A base generic model.
IBuildConsoleProxy - Interface in org.eclipse.mtj.core.console
An interface from which callers can access the BuildConsole.
IBundleReferencePersistable - Interface in org.eclipse.mtj.core.persistence
Instances of the IBundleReferencePersistable interface are standard IPersistable classes that must also be able to provide a reference to the bundle from which they may be loaded.
IClassErrorInformation - Interface in org.eclipse.mtj.preverifier.results
Interface representing class level information in a preverification error.
IConfigurationChangeListener - Interface in org.eclipse.mtj.core.model.configuration
The instance of this interface observe Configuration properties change.
IConfigurationsChangeListener - Interface in org.eclipse.mtj.core.model.configuration
The instance of this interface observe Configurations change.
ID_ERROR_STREAM - Static variable in interface org.eclipse.mtj.core.console.IBuildConsoleProxy
 
ID_OUTPUT_STREAM - Static variable in interface org.eclipse.mtj.core.console.IBuildConsoleProxy
 
ID_TRACE_STREAM - Static variable in interface org.eclipse.mtj.core.console.IBuildConsoleProxy
 
IDevice - Interface in org.eclipse.mtj.core.model.device
The device interface specifies the representation of an emulated device.
IDevice2 - Interface in org.eclipse.mtj.core.model.device
An extension to the standard IDevice interface that allows the specification of a working directory.
IDeviceImporter - Interface in org.eclipse.mtj.core.importer
Instances of IDeviceImporter are presented with a set of directories for which the instance may return one or more device instances.
IDeviceRegistryListener - Interface in org.eclipse.mtj.core.model.device
Implementations of this interface can subscribe to changes in the device registry.
IEditable - Interface in org.eclipse.mtj.core.model
Models that implement this interface indicate that they can be changed.
IFieldErrorInformation - Interface in org.eclipse.mtj.preverifier.results
Interface representing field level information in a preverification error.
IFoundDevicesList - Interface in org.eclipse.mtj.core.model.device
This interface provides a means to communicate a set of devices that are found while searching using the DeviceFactory.
ignoreIfBetter() - Method in class org.eclipse.mtj.core.library.classpath.ClasspathAccessRule
Should return whether a type matching this rule should be ignored if a type with the same qualified name can be found on a later classpath entry with a better accessibility.
IJADConstants - Interface in org.eclipse.mtj.core.model.jad
Constants related to editing JAD files.
IJADDescriptorsProvider - Interface in org.eclipse.mtj.ui.editors.jad
Instances of IJADDescriptorsProvider are used to provide JAD Attributes descriptors.
IJadSignature - Interface in org.eclipse.mtj.core.model.jad
This interface provides the methods used to sign a MIDlet suite.
ILaunchConstants - Interface in org.eclipse.mtj.core.launching
Constant definitions for launching support.
ILibrary - Interface in org.eclipse.mtj.core.library.model
Representation of the libraries that are provided by 3rd party vendors.
ILibrary - Interface in org.eclipse.mtj.core.model.library
Represents a library in the device's classpath.
IMethodErrorInformation - Interface in org.eclipse.mtj.preverifier.results
Interface representing field level information in a preverification error.
IMidletSuiteProject - Interface in org.eclipse.mtj.core.model.project
This interface represents access to MIDlet suite project specific information.
IMidletSuiteProjectListener - Interface in org.eclipse.mtj.core.model.project
Classes which implement this interface provide a method that deals with the events that are generated when the IMidletSuiteProject is modified.
IModel - Interface in org.eclipse.mtj.core.model
A generic model.
IModel - Interface in org.eclipse.mtj.ui.editors.models
 
IModelChangedEvent - Interface in org.eclipse.mtj.core.model
Model change events are fired by the model when it is changed from the last clean state.
IModelChangeProvider - Interface in org.eclipse.mtj.core.model
Classes that implement this interface are capable of notifying listeners about model changes.
IModelListener - Interface in org.eclipse.mtj.ui.editors.models
 
IModelProvider - Interface in org.eclipse.mtj.core.model
Classes that implement this interface are responsible for holding a table of models associated with the underlying objects.
IModelProviderEvent - Interface in org.eclipse.mtj.core.model
This event will be delivered to all model provider listeners when a model managed by the model provider changes in some way.
IModelProviderListener - Interface in org.eclipse.mtj.core.model
Classes should implement this interface in order to be able to register as model provider listeners.
importFromJ2MEPolishFormat(IProgressMonitor, InputStream, InputStream) - Static method in class org.eclipse.mtj.core.model.device.preprocess.DeviceSymbolDefinitionSetFactory
Import and create array of SymbosDefinitionSet from J2ME polish XML files (devices.xml & groups.xml).
IMTJCoreConstants - Interface in org.eclipse.mtj.core
Constant definitions for use throughout the plug-in.
indexOf(String) - Method in class org.eclipse.mtj.core.nature.BuildSpecManipulator
Find the specified builder in the list of builders and return the index.
INFO_DEBUGGER_SETTINGS_CHECK - Static variable in interface org.eclipse.mtj.core.IMTJCoreConstants
Need check for debug setting(not really an error, but triggers a dialog if the current debugger setting is not satisfied to debug a MIDlet)
INFO_NEED_SIGNATURE_PASSWORDS - Static variable in interface org.eclipse.mtj.core.IMTJCoreConstants
Need signature passwords (not really an error, but triggers a dialog)
initialize(FormEditor) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
initializedClassLoader(BaseClassLoader, BaseData) - Method in class org.eclipse.mtj.core.hooks.MTJClassLoadingHook
 
INSERT - Static variable in interface org.eclipse.mtj.core.model.IModelChangedEvent
Indicates a change where one or more objects are added to the model.
instance - Static variable in class org.eclipse.mtj.core.BuildLoggingConfiguration
The BuildLoggingConfiguration instance
instance - Static variable in class org.eclipse.mtj.core.console.BuildConsoleProxy
 
IPersistable - Interface in org.eclipse.mtj.core.persistence
Instances of this interface are capable of saving and restoring their state.
IPersistenceProvider - Interface in org.eclipse.mtj.core.persistence
Instances of this interface provide facilities for storing and retrieving persistable objects.
IPreverificationPolicy - Interface in org.eclipse.mtj.preverifier
Interface that provides the policy information used during the process of doing preverification.
IPreverifier - Interface in org.eclipse.mtj.core.model.preverifier
Required interface for preverification support.
IProjectDeviceConfiguration - Interface in org.eclipse.mtj.core.model.device
Instances of IProjectDeviceConfiguration provide information for handling device fragmentation when compiling projects.
IResourceFilter - Interface in org.eclipse.mtj.core.model
This interface represents a filter controlling inclusion of resources into the packaged output.
isActive() - Method in class org.eclipse.mtj.core.model.configuration.Configuration
 
isCLDC1_0(Version) - Method in class org.eclipse.mtj.core.model.preverifier.impl.StandardPreverifier
Return a boolean indicating whether the specified configuration is a 1.0 CLDC config.
isConfigsDirty(IMidletSuiteProject) - Static method in class org.eclipse.mtj.core.model.configuration.ConfigurationsUtils
If Configurations have any modification that not save to metadata file, return true.
isConfiguration() - Method in class org.eclipse.mtj.core.model.library.api.API
Return a boolean indicating whether this API is a configuration library.
isDebugLaunch() - Method in class org.eclipse.mtj.core.model.LaunchEnvironment
Return a boolean indicating whether the launch should be done for debug or not.
isDebugServer() - Method in class org.eclipse.mtj.core.importer.impl.JavaEmulatorDeviceImporter
Return a boolean indicating whether this device acts as a debug server.
isDebugServer() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Return a boolean describing whether this device wants to act as a debug server rather than attaching to the debugger as a client.
isDebugServer() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
 
isDefined(String) - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSet
Return a boolean indicating whether the specified identifier is defined.
isDeployedJarUpToDate() - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
Return a boolean indicating whether the project's deployed jar file exists and is up to date compared with the code contained within the jar.
isDeployedJarUpToDate() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
isDirty() - Method in interface org.eclipse.mtj.core.model.IEditable
Tests whether the model has been changed from the last clean state.
isDirty() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
isDisposed() - Method in interface org.eclipse.mtj.core.model.IBaseModel
Tests if this model has been disposed.
isEditable() - Method in interface org.eclipse.mtj.core.model.IBaseModel
Tests if this model can be modified.
isEditable() - Method in interface org.eclipse.mtj.core.model.IEditable
Tests whether the model marked as editable can be edited.
isErrorResult() - Method in class org.eclipse.mtj.preverifier.results.PreverificationResults
Return a boolean indicating whether the result was an error result.
isFireSelectionChangedEnabled() - Method in class org.eclipse.mtj.ui.devices.DeviceSelector
 
isFloatingPointAllowed() - Method in class org.eclipse.mtj.preverifier.CLDC1_0PreverificationPolicy
 
isFloatingPointAllowed() - Method in class org.eclipse.mtj.preverifier.CLDC1_1PreverificationPolicy
 
isFloatingPointAllowed() - Method in interface org.eclipse.mtj.preverifier.IPreverificationPolicy
Return a boolean indicating whether floating point is allowed.
isHookCodeInstalled() - Static method in class org.eclipse.mtj.core.hook.sourceMapper.SourceMapperAccess
Return a boolean indicating whether the hook code was properly installed.
ISignatureProperties - Interface in org.eclipse.mtj.core.model.sign
Classes implementing this interface are designed to hold the various project-specific properties relating to potential signing operations.
isInSync() - Method in interface org.eclipse.mtj.core.model.IModel
Tests if this model is in sync with the storage object it was loaded from.
isJavaExecutableDevice() - Method in class org.eclipse.mtj.ui.editors.device.DeviceEditorDialog
Return a boolean indicating whether the device being edited is launched by a Java executable.
isKeyStorePathExternal() - Method in interface org.eclipse.mtj.core.model.sign.ISignatureProperties
Indicates whether the keystore path is external to the project or project-relative.
isKeyStorePathExternal() - Method in class org.eclipse.mtj.core.signing.SignatureProperties
Indicates whether the keystore path is external to the project or project-relative.
isLoaded() - Method in interface org.eclipse.mtj.core.model.IModel
Tests if this model is loaded and can be used.
isManagingProperty(String) - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
Return a boolean indicating whether the specified property is managed by this page.
isManagingProperty(String) - Method in class org.eclipse.mtj.ui.editors.jad.JADPropertiesEditorPage
 
isObfuscationOutputEnabled() - Method in class org.eclipse.mtj.core.BuildLoggingConfiguration
 
isOnlyActiveConfigDirty(IMidletSuiteProject) - Static method in class org.eclipse.mtj.core.model.configuration.ConfigurationsUtils
If you only change active configuration(any other contents not change) and not save it to metadata file, return true.
isPredeploymentRequired() - Method in interface org.eclipse.mtj.core.model.device.IDevice
Deprecated. This method is no longer called during launch
isPredeploymentRequired() - Method in class org.eclipse.mtj.core.model.device.impl.AbstractDevice
Deprecated. this method is no longer called during launching
isPrependVMLibraries() - Method in class org.eclipse.mtj.core.model.impl.VMInstallClasspath
 
isPreprocessedProject() - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
Return a boolean indicating whether the underlying project is a preprocessed project.
isPreprocessingEnable() - Method in class org.eclipse.mtj.core.model.project.MidletSuiteFactory.MidletSuiteCreationRunnable
 
isPreprocessorTraceEnabled() - Method in class org.eclipse.mtj.core.BuildLoggingConfiguration
 
isPreverifierOutputEnabled() - Method in class org.eclipse.mtj.core.BuildLoggingConfiguration
 
isPreverifierTraceEnabled() - Method in class org.eclipse.mtj.core.BuildLoggingConfiguration
 
isProfile() - Method in class org.eclipse.mtj.core.model.library.api.API
Return a boolean indicating whether this API is a profile library.
isReconcilingModel() - Method in interface org.eclipse.mtj.core.model.IModel
Returns whether this model needs to react to changes in source and reconcile them.
isRegistered() - Method in class org.eclipse.mtj.core.model.library.api.API
 
isSaveAsAllowed() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
isUEIDebugEnabled() - Static method in class org.eclipse.mtj.toolkit.uei.UeiPlugin
Check if the UEI device import debugging is enable.
isValid() - Method in interface org.eclipse.mtj.core.model.IBaseModel
Tests if this model valid.
isValid() - Method in class org.eclipse.mtj.ui.editors.device.AbstractDeviceEditorPage
Return a boolean indicating whether the values on the page are valid.
ISymbolDefinitionSetChangeListener - Interface in org.eclipse.mtj.core.model.preprocessor
Classes which implement this interface provide a method that deals with the events that are generated when the SymbolDefinitionSet is modified.
IWritable - Interface in org.eclipse.mtj.core.model
Classes that implement this interface can participate in saving the model to the ASCII output stream using the provided writer.

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