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

A

AbstractDeviceEditorPage - Class in org.eclipse.mtj.ui.editors.device
Abstract superclass for all of the device editor pages.
AbstractDeviceEditorPage(Composite, int) - Constructor for class org.eclipse.mtj.ui.editors.device.AbstractDeviceEditorPage
Construct a new editor page.
AbstractJADEditorPage - Class in org.eclipse.mtj.ui.editors.jad
Abstract superclass of the multi-page editor pages.
AbstractJADEditorPage(JADFormEditor, String, String) - Constructor for class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
A constructor that creates the JAD EditorPage and initializes it with the editor.
AbstractJADEditorPage(String) - Constructor for class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
A constructor that creates the JAD EditorPage.
AbstractJADEditorPage(String, String) - Constructor for class org.eclipse.mtj.ui.editors.jad.AbstractJADEditorPage
A constructor that creates the JAD EditorPage.
AbstractTemplateWizardPage - Class in org.eclipse.mtj.ui.templates
AbstractTemplateWizardPage class is intended to be extended by template implementations to add a custom template page to the New MIDlet Wizard.
AbstractTemplateWizardPage(String) - Constructor for class org.eclipse.mtj.ui.templates.AbstractTemplateWizardPage
Creates an AbstractTemplateWizardPage instance.
AbstractTemplateWizardPage() - Constructor for class org.eclipse.mtj.ui.templates.AbstractTemplateWizardPage
Creates an AbstractTemplateWizardPage instance.
activeMTJRuntimeSwitched(SwitchActiveMTJRuntimeEvent) - Method in interface org.eclipse.mtj.core.project.runtime.event.IMTJRuntimeListChangeListener
The currently active MTJRuntimeList has changed.
add(MTJRuntime) - Method in class org.eclipse.mtj.core.project.runtime.MTJRuntimeList
Appends the specified MTJRuntime to the end of this list.
add(String) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSet
Define a new symbol in the symbolset with the given name with the a default value (true).
add(String, String) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSet
Define a new symbol in the symbolset with the given name and value.
add(String, String, int) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSet
Define a new symbol in the symbolset with the given name, value and type.
add(Collection<ISymbol>) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSet
Add a collection of symbols to this symbolset.
add(ISymbol) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSet
Add one specific symbol to this symbolset.
addAll(Collection<? extends MTJRuntime>) - Method in class org.eclipse.mtj.core.project.runtime.MTJRuntimeList
Appends all of the MTJRuntimes in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addContextHelp(Composite) - Method in class org.eclipse.mtj.ui.editors.jad.JADPropertiesEditorPage
Sets the help context on the given control.
addDevice(IDevice) - Method in interface org.eclipse.mtj.core.sdk.device.IDeviceRegistry
Add a new device instance to the device registry.
addEntry(ILibrary) - Method in interface org.eclipse.mtj.core.sdk.device.IDeviceClasspath
Add a new ILibrary to the device classpath.
addMidletDefinition(IMidletDefinition) - Method in interface org.eclipse.mtj.core.project.midp.IApplicationDescriptor
Add a new MidletDefinition instance to list of published MIDLets.
addMTJProjectListener(IMTJProjectListener) - Method in interface org.eclipse.mtj.core.project.IMTJProject
Adds the listener to the collection of listeners who will be notified when the project state changes.
addMTJRuntimeChangeListener(IMTJRuntimeChangeListener) - Method in class org.eclipse.mtj.core.project.runtime.MTJRuntime
Adds the listener to the collection of listeners who will be notified when the runtime state changes.
AddMTJRuntimeEvent - Class in org.eclipse.mtj.core.project.runtime.event
AddMTJRuntimeEvent is used to notify that a MTJRuntime is added to MTJRuntimeList.
AddMTJRuntimeEvent(MTJRuntimeList, MTJRuntime) - Constructor for class org.eclipse.mtj.core.project.runtime.event.AddMTJRuntimeEvent
Constructs a AddMTJRuntimeEvent object.
addMTJRuntimeListChangeListener(IMTJRuntimeListChangeListener) - Method in class org.eclipse.mtj.core.project.runtime.MTJRuntimeList
Adds the listener to the collection of listeners who will be notified when the runtime list state changes.
addNatureToProject(IProject, String, IProgressMonitor) - Static method in class org.eclipse.mtj.core.project.MTJNature
Adds the specified nature in the given project.
addPageControls(Composite) - Method in class org.eclipse.mtj.ui.editors.device.AbstractDeviceEditorPage
Create the controls specific to this page.
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.mtj.ui.editors.jad.IManifestPreferenceStore
 
addRegistryListener(IDeviceRegistryListener) - Method in interface org.eclipse.mtj.core.sdk.device.IDeviceRegistry
Adds the listener to the collection of listeners who will be notified when the registry state changes.
addSymbolSet(ISymbolSet) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSetRegistry
Add the specified SymbolSet object to the registry of SymbolSets.
addSymbolSet(List<ISymbolSet>) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSetRegistry
Add an array of SymbolSet to the registry
addSymbolSetRegistryChangeListener(ISymbolSetRegistryChangeListener) - Method in interface org.eclipse.mtj.core.symbol.ISymbolSetRegistry
Adds the listener to the collection of listeners who will be notified when the SymbolSetRegistry state changes.
APPLICATION_DESCRIPTOR_NAME - Static variable in interface org.eclipse.mtj.core.project.midp.IMidletSuiteProject
The project's application descriptor file name.
asClasspathEntries() - Method in interface org.eclipse.mtj.core.sdk.device.IDeviceClasspath
Return the device classpath as a list of IClasspathEntry entries.
ATTR_DEVICEGROUP - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing the group from which the device configured in a runtime may be retrieved.
ATTR_DEVICENAME - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing the name of the device associated to a runtime.
ATTR_RUNTIMEACTIVE - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing if one runtime is active.
ATTR_RUNTIMENAME - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing the name of a runtime.
ATTR_SYMBOL_SET_NAME - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing the name of the SymbolSet.
ATTR_SYMBOLNAME - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing the name of a symbol.
ATTR_SYMBOLVALUE - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing the value of a symbol.
ATTR_WORKSPACESYMBOLSETNAME - Static variable in class org.eclipse.mtj.core.project.runtime.MTJRuntime
The metadata attribute for storing a Workspace SymbolSet exported by the runtime.

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