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

R

reload(InputStream, boolean) - Method in interface org.eclipse.mtj.core.model.IModel
Reload is a version of 'load' operation that has the following steps: Reset the model Load the model Fire "world changed" event Reload operation is used when a model that is already in use is invalidated by a change in the underlying buffer or resource.
remove(Object) - Method in class org.eclipse.mtj.core.model.configuration.Configurations
 
REMOVE - Static variable in interface org.eclipse.mtj.core.model.IModelChangedEvent
Indicates a change where one or more objects are removed from the model.
remove(NamedObject[], boolean) - Method in interface org.eclipse.mtj.ui.editors.models.IModel
Remove elements from the model.
removeAll(Collection<?>) - Method in class org.eclipse.mtj.core.model.configuration.Configurations
 
removeBuilder(String) - Method in class org.eclipse.mtj.core.nature.BuildSpecManipulator
Remove the builder with the specified identifier.
removeClasspathEntry(IClasspathEntry) - Method in interface org.eclipse.mtj.core.library.model.ILibrary
Removes the first occurrence in the LibraryItem List of the specified element.
removeClasspathEntry(IClasspathEntry) - Method in class org.eclipse.mtj.core.library.model.impl.MidletLibrary
 
removeConfigChangeListener(IConfigurationChangeListener) - Method in class org.eclipse.mtj.core.model.configuration.Configuration
Note:Since instance of configuration have a long life cycle (as long as the Midlet project), so we should remove listener manually when it no longer used.
RemoveConfigEvent - Class in org.eclipse.mtj.core.model.configuration
RemoveConfigEvent is used to notify that a Configuration is removed from Configurations.
RemoveConfigEvent(Configurations, Configuration) - Constructor for class org.eclipse.mtj.core.model.configuration.RemoveConfigEvent
Constructs a AddConfigEvent object.
removeConfigsChangeListener(IConfigurationsChangeListener) - Method in class org.eclipse.mtj.core.model.configuration.Configurations
Note:Since instance of Configurations have a long life cycle (as long as the Midlet project), so we should remove listener manually when it no longer used.
REMOVED - Static variable in interface org.eclipse.mtj.ui.editors.models.IModelListener
 
removeDefinitionSet(String) - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSetRegistry
Remove the specified definition set from the registry.
removeDefinitionSet(SymbolDefinitionSet) - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSetRegistry
Remove the specified definition set from the registry.
removeDevice(IDevice) - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Remove the specified device from the registry if it exists.
removeEntry(ILibrary) - Method in class org.eclipse.mtj.core.model.Classpath
Remove the specified library from the classpath, if it is in the classpath.
removeLibraryFromMidletProject(IProject, String) - Method in class org.eclipse.mtj.core.library.manager.LibraryManager
Removes a library from a MIDlet project.
removeMidletSuiteProject(IJavaProject) - Static method in class org.eclipse.mtj.core.model.project.MidletSuiteFactory
Remove the MIDlet suite project from the cache hash-map.
removeMidletSuiteProjectListener(IMidletSuiteProjectListener) - Method in interface org.eclipse.mtj.core.model.project.IMidletSuiteProject
 
removeMidletSuiteProjectListener(IMidletSuiteProjectListener) - Method in class org.eclipse.mtj.core.model.project.impl.MidletSuiteProject
 
removeModelChangedListener(IModelChangedListener) - Method in interface org.eclipse.mtj.core.model.IModelChangeProvider
Takes the listener off the list of registered change listeners.
removeModelListener(IModelListener) - Method in interface org.eclipse.mtj.ui.editors.models.IModel
Remove the specified model listener
removeModelProviderListener(IModelProviderListener) - Method in interface org.eclipse.mtj.core.model.IModelProvider
Deregisters a listener from notification.
removeRegistryListener(IDeviceRegistryListener) - Method in class org.eclipse.mtj.core.model.device.DeviceRegistry
Remove the specified listener to the list of listeners for changes in this registry.
removeSymbolDefinitionSetChangeListener(ISymbolDefinitionSetChangeListener) - Method in class org.eclipse.mtj.core.model.preprocessor.SymbolDefinitionSetRegistry
 
ReplaceableParametersProcessor - Class in org.eclipse.mtj.core.model
This class provides processing for a string containing replaceable values.
replaceBuilder(String, Map<?, ?>) - Method in class org.eclipse.mtj.core.nature.BuildSpecManipulator
Replaces the specified builder with a new command and the specified arguments.
replaceFirstNonLetterChar(String) - Static method in class org.eclipse.mtj.core.model.preprocessor.symbol.SymbolSetFactory
If a name of a symbol do not start with letters, preprocessor will throw exception, so we should add letters at first.
run(IProgressMonitor) - Method in class org.eclipse.mtj.core.model.project.MidletSuiteFactory.MidletSuiteCreationRunnable
Run the specified runnable using the specified progress monitor.
run(IAction) - Method in class org.eclipse.mtj.ui.DefaultDeviceEditorActionDelegate
 
runPreverifier(String[], String[], IProgressMonitor) - Method in class org.eclipse.mtj.core.model.preverifier.impl.StandardPreverifier
Run the preverifier program and capture the errors that occurred during pre-verification.

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