Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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

I

IAPI - Interface in org.eclipse.mtj.core.sdk.device
This interface represent a API that is provided by one specific device.
IApplicationDescriptor - Interface in org.eclipse.mtj.core.project.midp
This in interface is a representation of a Java Application Descriptor (jad) for a MIDlet Suite.
IBundleReferencePersistable - Interface in org.eclipse.mtj.core.persistence
Classes that implement 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.
ID_PERSISTABLE_ATTRIBUTE - Static variable in interface org.eclipse.mtj.core.persistence. IPersistable
The persistable attribute for storing the id of persistable elements.
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 finder allows access to device instances available in a specified folder.
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
Classes that implement this interface provide methods that deal with the events that are generated when the device registry changes.
IJADDescriptorsProvider - Interface in org.eclipse.mtj.core.project.midp
Instances of IJADDescriptorsProvider are used to provide JAD Attributes descriptors.
ILibrary - Interface in org.eclipse.mtj.core.sdk.device
Represents a library that is associated to a device.
ILibraryImporter - Interface in org.eclipse.mtj.core.sdk.device
The ILibraryImporter provides a way for clients to create an ILibrary instance based on a jar file.
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
Implementors of the IMetaData interface must provide a way to store and retrieve IMTJProject related Metadata.
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 an specialization of an IMTJProject to represent a MIDlet suite project.
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.
IMIDPAPI - Interface in org.eclipse.mtj.core.sdk.device.midp
This an IAPI extension to provide utility methods to deal with MIDP/CLDC specific APIs and will be used on IMIDPDevice's.
IMIDPDevice - Interface in org.eclipse.mtj.core.sdk.device.midp
The device interface specifies the representation of an emulated MIDP device.
IMIDPLibrary - Interface in org.eclipse.mtj.core.sdk.device.midp
Represents a library available on IMIDPDevice's.
IMIDPMetaData - Interface in org.eclipse.mtj.core.project.midp
IMetaData implementation for storing MIDP related metadata.
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.
IMTJBuildHook - Interface in org.eclipse.mtj.core.build
IMTJBuildHook Interface provides a way for third party components to hook themselves to the MTJ project's build process.
IMTJProject - Interface in org.eclipse.mtj.core.project
This interface provides the basic methods that must be available in all projects provided by MTJ.
IMTJProjectListener - Interface in org.eclipse.mtj.core.project
Classes that implement this interface provide methods that deal with the events that are generated when an IMTJProject change state or a deployable package is created.
IMTJRuntimeChangeListener - Interface in org.eclipse.mtj.core.project.runtime.event
Classes that implement this interface provide methods that deal with the events that are generated when the properties of a MTJRuntime change.
IMTJRuntimeListChangeListener - Interface in org.eclipse.mtj.core.project.runtime.event
Classes that implement this interface provide methods that deal with the events that are generated when the properties of a MTJRuntimeList change.
initialize(FormEditor) - Method in class org.eclipse.mtj.ui.editors.jad. AbstractJADEditorPage
 
IPersistable - Interface in org.eclipse.mtj.core.persistence
Implementors of this interface must be capable of saving and restoring their own state.
IPersistenceProvider - Interface in org.eclipse.mtj.core.persistence
Implementors of this interface provide facility methods for storing and retrieving persistable objects.
IPreverificationError - Interface in org.eclipse.mtj.core.build.preverifier
The interface IPreverificationError and its implementors represents a preverification error that was caught while preverifing of the compiled classes of a IMTJProject.
IPreverifier - Interface in org.eclipse.mtj.core.build.preverifier
The IPreverifier interface represents a preverifier instance that is required for preverification support on a IMTJProject.
isActive() - Method in class org.eclipse.mtj.core.project.runtime. MTJRuntime
Indicates whenever this runtime is active.
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
 
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.
isProjectSpecific() - Method in interface org.eclipse.mtj.core.build.sign. ISignatureProperties
Indicates whether or not the project has signing specific settings.
isSaveAsAllowed() - Method in class org.eclipse.mtj.ui.editors.jad. AbstractJADEditorPage
 
isSignProject() - Method in interface org.eclipse.mtj.core.build.sign. ISignatureProperties
Indicates whether or not the project is to be signed.
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
A Symbol is a pair <name; value> and may be used for preprocessing purposes.
ISymbolSet - Interface in org.eclipse.mtj.core.symbol
Symbol definition sets provide a means to define a group of related symbols with a particular name to reference that group.
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
The SymbolSet registry is the main entry point that is used to manage the SymbolSets that are currently available.
ISymbolSetRegistryChangeListener - 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 ISymbolSetRegistry is modified.

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire