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

IApplicationDescriptor - Interface in org.eclipse.mtj.core.project.midp
EXPERIMENTAL.
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.
IDevice - Interface in org.eclipse.mtj.core.sdk.device
The device interface specifies the representation of an emulated device.
IDeviceClasspath - Interface in org.eclipse.mtj.core.sdk.device
This interface represents the classpath that is associated to one specific device.
IDeviceFinder - Interface in org.eclipse.mtj.core.sdk.device
The device factory allows access to creation of devices based on the available registered device importers.
IDeviceImporter - Interface in org.eclipse.mtj.core.sdk.device
Instances of IDeviceImporter are presented with a set of directories for which the instance may return one or more device instances.
IDeviceRegistry - Interface in org.eclipse.mtj.core.sdk.device
The device registry is the main entry point that is used to manage the devices that are currently supported on a MTJ installation.
IDeviceRegistryListener - Interface in org.eclipse.mtj.core.sdk.device
Implementations of this interface can subscribe to changes in the device registry.
IJADDescriptorsProvider - Interface in org.eclipse.mtj.ui.editors.jad
Instances of IJADDescriptorsProvider are used to provide JAD Attributes descriptors.
ILibrary - Interface in org.eclipse.mtj.core.sdk.device.midp.library
Represents a library in the device's classpath.
ILibraryImporter - Interface in org.eclipse.mtj.core.sdk.device.midp.library
EXPERIMENTAL.
ILibraryImporterRegistry - Interface in org.eclipse.mtj.core.sdk.device.midp.library
The Library Importer Registry provides a place to store and retrieve Library Importers using just it's ID.
ILibrarySpecification - Interface in org.eclipse.mtj.core.sdk.device.midp.library
Tracks a specification of a particular library.
IManifestPreferenceStore - Interface in org.eclipse.mtj.ui.editors.jad
An IPreferenceStore implementation that reads and writes the information as a Manifest format file.
IMetaData - Interface in org.eclipse.mtj.core.project
EXPERIMENTAL.
IMidletDefinition - Interface in org.eclipse.mtj.core.project.midp
The definition of a MIDlet within the application descriptor.
IMidletSuiteProject - Interface in org.eclipse.mtj.core.project.midp
This interface represents access to MIDlet suite project specific information.
IMidletSuiteProjectListener - Interface in org.eclipse.mtj.core.project.midp
Classes which implement this interface provide a method that deals with the events that are generated when the IMidletSuiteProject is modified.
IMIDPDevice - Interface in org.eclipse.mtj.core.sdk.device.midp
The device interface specifies the representation of an emulated MIDP device.
IMIDPMetaData - Interface in org.eclipse.mtj.core.project.midp
EXPERIMENTAL.
importDevices(File, IProgressMonitor) - Method in interface org.eclipse.mtj.core.sdk.device.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.
IMTJCoreConstants - Interface in org.eclipse.mtj.core
Constant definitions for use throughout the plug-in.
IMTJProject - Interface in org.eclipse.mtj.core.project
EXPERIMENTAL.
IMTJProjectListener - Interface in org.eclipse.mtj.core.project
EXPERIMENTAL.
IMTJRuntimeChangeListener - Interface in org.eclipse.mtj.core.project.runtime.event
The instance of this interface observe MTJRuntime properties change.
IMTJRuntimeListChangeListener - Interface in org.eclipse.mtj.core.project.runtime.event
The instance of this interface observe MTJRuntimeList change.
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
 
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.
IPreverificationError - Interface in org.eclipse.mtj.core.build.preverifier
The description of an error that occurred during preverification.
IPreverifier - Interface in org.eclipse.mtj.core.build.preverifier
Required interface for preverification support.
isActive() - Method in class org.eclipse.mtj.core.project.runtime.MTJRuntime
 
isConfiguration() - Method in class org.eclipse.mtj.core.sdk.device.midp.library.api.API
Return a boolean indicating whether this API is a configuration library.
isDebugLaunch() - Method in class org.eclipse.mtj.core.launching.LaunchEnvironment
Return a boolean indicating whether the launch should be done for debug or not.
isDebugServer() - Method in interface org.eclipse.mtj.core.sdk.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.
isDefault(String) - Method in interface org.eclipse.mtj.ui.editors.jad.IManifestPreferenceStore
 
isDeployedAppUpToDate() - Method in interface org.eclipse.mtj.core.project.IMTJProject
Return a boolean indicating whether the project's deployed Application file exists and is up to date.
isDeviceAddedEventEnabled() - Method in interface org.eclipse.mtj.core.sdk.device.IDeviceRegistry
Checks if the DeviceAdded Event will be fired to all IDeviceRegistryListener instances registered using IDeviceRegistry.addRegistryListener(IDeviceRegistryListener) or not when invoking IDeviceRegistry.addDevice(IDevice).
isDirty() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
ISDK - Interface in org.eclipse.mtj.core.sdk
This interface represents an SDK.
ISignatureProperties - Interface in org.eclipse.mtj.core.build.sign
Classes implementing this interface are designed to hold the various project-specific properties relating to potential signing operations.
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.build.sign.ISignatureProperties
Indicates whether the keystore path is external to the project or project-relative.
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
 
isPageComplete() - Method in class org.eclipse.mtj.ui.templates.AbstractTemplateWizardPage
Returns whether this page is complete or not.
isProfile() - Method in class org.eclipse.mtj.core.sdk.device.midp.library.api.API
Return a boolean indicating whether this API is a profile library.
isProjectSpecific() - Method in interface org.eclipse.mtj.core.build.sign.ISignatureProperties
Indicates whether or not the project has siging specific settings.
isRegistered() - Method in class org.eclipse.mtj.core.sdk.device.midp.library.api.API
 
isSaveAsAllowed() - Method in class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
 
isValid() - Method in class org.eclipse.mtj.ui.editors.device.AbstractDeviceEditorPage
Return a boolean indicating whether the values on the page are valid.
ISymbol - Interface in org.eclipse.mtj.core.symbol
EXPERIMENTAL.
ISymbolSet - Interface in org.eclipse.mtj.core.symbol
EXPERIMENTAL.
ISymbolSetChangeListener - Interface in org.eclipse.mtj.core.symbol
Classes which implement this interface provide a method that deals with the events that are generated when the SymbolDefinitionSet is modified.
ISymbolSetFactory - Interface in org.eclipse.mtj.core.symbol
This API provides a mechanism to create symbols set.
ISymbolSetRegistry - Interface in org.eclipse.mtj.core.symbol
EXPERIMENTAL.

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