Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


 

R

READ_ACCESSES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
When searching for field matches, it will exclusively find read accesses, as opposed to write accesses.
READ_ONLY - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that the operation encountered a read-only element.
REFACTORING_SETTINGS - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
 
REFACTOR_ERROR_PAGE_SEVERITY_THRESHOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use method RefactoringCore.getConditionCheckingFailedSeverity().
REFACTOR_ERROR_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use constant RefactoringStatus.ERROR
REFACTOR_FATAL_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use constant RefactoringStatus.FATAL
REFACTOR_INFO_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use constant RefactoringStatus.INFO
REFACTOR_OK_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use constant RefactoringStatus.OK
REFACTOR_SAVE_ALL_EDITORS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether all dirty editors are automatically saved before a refactoring is executed.
REFACTOR_WARNING_SEVERITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use constant RefactoringStatus.WARNING
REFERENCED_PROJECTS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that referenced projects should be considered in the search scope.
REFERENCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a reference.
RELATIVE_ORDER - Static variable in class org.eclipse.jdt.core.util.CompilationUnitSorter
Name of auxillary property whose value can be used to determine the original relative order of two body declarations.
RELATIVE_PATH - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a relative path was supplied to the operation when an absolute path is required.
REMAINDER - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Remainder "%" operator.
REMAINDER_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
%= operator.
REMOVED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been removed.
REMOVE_BLOCK_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> remove block comment action (value "org.eclipse.jdt.ui.edit.text.java.remove.block.comment").
REMOVE_BLOCK_COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Block Uncomment global action (value "org.eclipse.jdt.ui.actions.RemoveBlockComment").
REMOVE_OCCURRENCE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the remove occurrence annotations action (value "org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations").
RENAME - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Rename Element global action (value "org.eclipse.jdt.ui.actions.Rename").
RENAME_COMPILATION_UNIT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename compilation unit processor (value "org.eclipse.jdt.ui.renameCompilationUnitProcessor").
RENAME_ELEMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> rename element action (value "org.eclipse.jdt.ui.edit.text.java.rename.element").
RENAME_FIELD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename field processor (value "org.eclipse.jdt.ui.renameFieldProcessor").
RENAME_JAVA_PROJECT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename Java project processor (value "org.eclipse.jdt.ui.renameJavaProjectProcessor").
RENAME_METHOD_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename method processor (value "org.eclipse.jdt.ui.renameMethodProcessor").
RENAME_PACKAGE_FRAGMENT_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename package fragment processor (value "org.eclipse.jdt.ui.renamePackageProcessor").
RENAME_RESOURCE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename resource processor (value "org.eclipse.jdt.ui.renameResourceProcessor").
RENAME_SOURCE_FOLDER_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename source folder (value "org.eclipse.jdt.ui.renameSourceFolderProcessor").
RENAME_TYPE_PROCESSOR - Static variable in interface org.eclipse.jdt.ui.refactoring.IRefactoringProcessorIds
Processor ID of the rename type processor (value "org.eclipse.jdt.ui.renameTypeProcessor").
REPLACE - Static variable in interface org.eclipse.jdt.core.IPackageFragmentRoot
Update model flag constant (bit mask value 16) indicating that the operation is to replace the resource and the destination project's classpath entry.
RESTRICT_TO_MATCHING_CASE - Static variable in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
Flag used by computeCompletionProposals.
RESULT_TYPE_FIELD - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The field of type java.lang.Class on the code snippet instance that contains the type of the returned value.
RESULT_VALUE_FIELD - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The name of the field (of type java.lang.Object) on the code snippet instance that contains the returned value.
RET - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
RETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
RETURN_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ReturnStatement.
RETURN_TYPE2_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "returnType2" structural property of this node type (added in JLS3 API).
RETURN_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "returnType" structural property of this node type (JLS2 API only).
RIGHT_HAND_SIDE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Assignment
The "rightHandSide" structural property of this node type.
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InfixExpression
The "rightOperand" structural property of this node type.
RIGHT_OPERAND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.InstanceofExpression
The "rightOperand" structural property of this node type.
RIGHT_SHIFT_SIGNED - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Signed right shift ">>" operator.
RIGHT_SHIFT_SIGNED_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
>>= operator.
RIGHT_SHIFT_UNSIGNED - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Unsigned right shift ">>>" operator.
RIGHT_SHIFT_UNSIGNED_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
>>>= operator.
RUNNABLE - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the runnable adornment.
RUNTIME_INVISIBLE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeInvisibleAnnotations" attribute (added in J2SE 1.5).
RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeInvisibleParameterAnnotations" attribute (added in J2SE 1.5).
RUNTIME_VISIBLE_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeVisibleAnnotations" attribute (added in J2SE 1.5).
RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"RuntimeVisibleParameterAnnotations" attribute (added in J2SE 1.5).
RUN_METHOD - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
The name of the instance method in the snippet class that runs the code snippet.
R_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern matches the search result only if cases are the same.
R_EXACT_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern matches exactly the search result, that is, the source of the search result equals the search pattern.
R_PATTERN_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains one or more wild cards ('*') where a wild-card can replace 0 or more characters in the search result.
R_PREFIX_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern is a prefix of the search result.
R_REGEXP_MATCH - Static variable in class org.eclipse.jdt.core.search.SearchPattern
Match rule: The search pattern contains a regular expression.
ReadReferencesSearchGroup - class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup.
Action group that adds the search for read references actions to a context menu and the global menu bar.
ReadReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
Creates a new ReadReferencesSearchGroup.
ReadReferencesSearchGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ReadReferencesSearchGroup
Note: This constructor is for internal use only.
RecursiveConstructorInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedefinedArgument - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedefinedLocal - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
RedoRefactoringAction - class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction.
The refactoring redo action.
RedoRefactoringAction() - Constructor for class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
Creates a new redo refactoring action.
RefactorActionGroup - class org.eclipse.jdt.ui.actions.RefactorActionGroup.
Action group that adds refactor actions (for example 'Rename', 'Move') to a context menu and the global menu bar.
RefactorActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.RefactorActionGroup
Creates a new RefactorActionGroup.
RefactorActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.RefactorActionGroup
Creates a new RefactorActionGroup.
RefactorActionGroup(CompilationUnitEditor, String) - Constructor for class org.eclipse.jdt.ui.actions.RefactorActionGroup
Note: This constructor is for internal use only.
Refactoring - class org.eclipse.ltk.core.refactoring.Refactoring.
Abstract super class for all refactorings.
Refactoring() - Constructor for class org.eclipse.ltk.core.refactoring.Refactoring
 
RefactoringArguments - class org.eclipse.ltk.core.refactoring.participants.RefactoringArguments.
A generic super class of all refactoring specific argument classes.
RefactoringArguments() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
Creates new refactoring arguments.
RefactoringCore - class org.eclipse.ltk.core.refactoring.RefactoringCore.
Central access point to access resources managed by the refactoring core plug-in.
RefactoringParticipant - class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.
A refactoring participant can participate in the condition checking and change creation of a refactoring processor.
RefactoringParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
 
RefactoringProcessor - class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor.
An abstract base class defining the protocol between a refactoring and its associated processor.
RefactoringProcessor() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
 
RefactoringStatus - class org.eclipse.ltk.core.refactoring.RefactoringStatus.
A RefactoringStatus object represents the outcome of a condition checking operation.
RefactoringStatus() - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new refactoring status with an empty list of status entries and a severity of OK.
RefactoringStatusContext - class org.eclipse.ltk.core.refactoring.RefactoringStatusContext.
A RefactoringStatusContext can be used to annotate a RefactoringStatusEntry with additional information typically presented in the user interface.
RefactoringStatusContext() - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusContext
 
RefactoringStatusEntry - class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry.
An immutable object representing an entry in the list in RefactoringStatus.
RefactoringStatusEntry(int, String) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringStatusEntry(int, String, RefactoringStatusContext) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringStatusEntry(int, String, RefactoringStatusContext, String, int) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringStatusEntry(int, String, RefactoringStatusContext, String, int, Object) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringUI - class org.eclipse.ltk.ui.refactoring.RefactoringUI.
Central access point to access resources managed by the refactoring ui plug-in.
RefactoringWizard - class org.eclipse.ltk.ui.refactoring.RefactoringWizard.
An abstract base implementation of a refactoring wizard.
RefactoringWizard(Refactoring, int) - Constructor for class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Creates a new refactoring wizard for the given refactoring.
RefactoringWizardOpenOperation - class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.
A helper class to open a refactoring wizard dialog.
RefactoringWizardOpenOperation(RefactoringWizard) - Constructor for class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Creates a new refactoring wizard starter for the given wizard.
RefactoringWizardPage - class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage.
An abstract base implementation of a refactoring wizard page.
RefactoringWizardPage(String) - Constructor for class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Creates a new refactoring wizard page.
ReferenceToForwardField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReferencesSearchGroup - class org.eclipse.jdt.ui.actions.ReferencesSearchGroup.
Action group that adds the search for references actions to a context menu and the global menu bar.
ReferencesSearchGroup(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Creates a new ReferencesSearchGroup.
ReferencesSearchGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Note: This constructor is for internal use only.
RefreshAction - class org.eclipse.jdt.ui.actions.RefreshAction.
Action for refreshing the workspace from the local file system for the selected resources and all of their descendents.
RefreshAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.RefreshAction
Creates a new RefreshAction.
RemoveFromClasspathAction - class org.eclipse.jdt.ui.actions.RemoveFromClasspathAction.
Action to remove package fragment roots from the classpath of its parent project.
RemoveFromClasspathAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.RemoveFromClasspathAction
Creates a new RemoveFromClasspathAction.
RenameAction - class org.eclipse.jdt.ui.actions.RenameAction.
Renames a Java element or workbench resource.
RenameAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.RenameAction
Creates a new RenameAction.
RenameAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.RenameAction
Note: This constructor is for internal use only.
RenameArguments - class org.eclipse.ltk.core.refactoring.participants.RenameArguments.
Rename arguments describe the data that a processor provides to its rename participants.
RenameArguments(String, boolean) - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameArguments
Creates new rename arguments.
RenameParticipant - class org.eclipse.ltk.core.refactoring.participants.RenameParticipant.
A participant to participate in refactorings that rename elements.
RenameParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
 
RenameProcessor - class org.eclipse.ltk.core.refactoring.participants.RenameProcessor.
A special processor that performs rename operations.
RenameProcessor() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameProcessor
 
RenameRefactoring - class org.eclipse.ltk.core.refactoring.participants.RenameRefactoring.
A generic rename refactoring.
RenameRefactoring(RenameProcessor) - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameRefactoring
Creates a new rename refactoring with the given rename processor.
RenameSupport - class org.eclipse.jdt.ui.refactoring.RenameSupport.
Central access point to execute rename refactorings.
ReturnStatement - class org.eclipse.jdt.core.dom.ReturnStatement.
Return statement AST node type.
ReturnTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReturnTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReturnTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReturnTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReturnTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ReturnTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
read(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
Reads Jar Package description and fills data into the JAR Package data object.
readOutputLocation() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the default output location for the project as defined by its .classpath file from disk, or null if unable to read the file.
readRawClasspath() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the raw classpath for the project as defined by its .classpath file from disk, or null if unable to read the file.
reconcile(int, boolean, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Reconciles the contents of this working copy, sends out a Java delta notification indicating the nature of the change of the working copy since the last time it was either reconciled or made consistent (see IOpenable#makeConsistent()), and returns a compilation unit AST if requested.
reconcile() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Reconciles the contents of this working copy.
reconcile(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Reconciles the contents of this working copy.
recordModifications() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Enables the recording of changes to this compilation unit and its descendents.
recoverRuntimePath(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
Returns a collection of runtime classpath entries that are defined in the specified attribute of the given launch configuration.
redoStackChanged(IUndoManager) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManagerListener
This method is called by the undo manager if the redo stack has changed (for example a redo object got added or the redo stack got flushed).
redoStackChanged(IUndoManager) - Method in class org.eclipse.ltk.core.refactoring.UndoManagerAdapter
This method is called by the undo manager if the redo stack has changed (for example a redo object got added or the redo stack got flushed).
refresh(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Re-computes the type hierarchy reporting progress.
refreshExternalArchives(IJavaElement[], IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Triggers an update of the JavaModel with respect to the referenced external archives.
releaseDocument(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Releases the document acquired via a call to aquireDocument.
releaseDocument(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Releases the document acquired via a call to aquireDocument.
releaseDocument(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Releases the document acquired via a call to aquireDocument.
remove(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Removes the specified element from the region and returns true if successful, false if the remove fails.
remove(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Removes the given node from its parent in this rewriter.
remove(ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Removes the given node from its parent's list property in the rewriter.
remove() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Separates this node from its parent and siblings, maintaining any ties that this node has to the underlying document fragment.
remove(Change) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Removes the given change from the list of children.
removeAllIndexEntries() - Method in class org.eclipse.jdt.core.search.SearchDocument
Removes all index entries from the index for the given document.
removeBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
Removes the given listener from this buffer.
removeClasspathVariable(String) - Static method in class org.eclipse.jdt.core.JavaCore
Deprecated. - use version with extra IProgressMonitor
removeClasspathVariable(String, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Removed the given classpath variable.
removeElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
Removes the given element changed listener.
removeFiltersFor(Object, Object, IContentProvider) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
 
removeHotCodeReplaceListener(IJavaHotCodeReplaceListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Deregisters the given listener for hot code replace notifications.
removeInstanceFilter(IJavaObject) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Removes the given object from the list of objects in which this breakpoint is restricted to suspend execution.
removeJavaBreakpointListener(IJavaBreakpointListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Deregisters the given listener for breakpoint notifications.
removeListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
 
removeListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
 
removeListener(IUndoManagerListener) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Removes the given listener from this undo manager.
removePreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
Removes the given pre-processing resource changed listener.
removePrefixAndSuffixForArgumentName(IJavaProject, char[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Remove prefix and suffix from an argument name.
removePrefixAndSuffixForArgumentName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
Remove prefix and suffix from an argument name.
removePrefixAndSuffixForFieldName(IJavaProject, char[], int) - Static method in class org.eclipse.jdt.core.NamingConventions
Remove prefix and suffix from a field name.
removePrefixAndSuffixForFieldName(IJavaProject, String, int) - Static method in class org.eclipse.jdt.core.NamingConventions
Remove prefix and suffix from a field name.
removePrefixAndSuffixForLocalVariableName(IJavaProject, char[]) - Static method in class org.eclipse.jdt.core.NamingConventions
Remove prefix and suffix from a local variable name.
removePrefixAndSuffixForLocalVariableName(IJavaProject, String) - Static method in class org.eclipse.jdt.core.NamingConventions
Remove prefix and suffix from a local variable name.
removeTestRunListener(ITestRunListener) - Static method in class org.eclipse.jdt.junit.JUnitCore
Removes a listener for test runs.
removeThreadFilter(IJavaDebugTarget) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Removes this breakpoint's thread filter in the given target, if any.
removeTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Removes the given listener from this type hierarchy.
removeVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Removes the given listener from the list of registered VM install changed listeners.
removeWorkingCopy(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManagerExtension
Removes the working copy set for the given editor input.
rename(IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Renames the given elements as specified.
rename(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Renames this element to the given name.
replace(int, int, char[]) - Method in interface org.eclipse.jdt.core.IBuffer
Replaces the given range of characters in this buffer with the given text.
replace(int, int, String) - Method in interface org.eclipse.jdt.core.IBuffer
Replaces the given range of characters in this buffer with the given text.
replace(char[], char, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Replace all occurrence of the character to be replaced with the remplacement character in the given array.
replace(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array of characters with substitutions.
replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Replaces the given node in this rewriter.
replace(ASTNode, ASTNode, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Replaces the given node from its parent's list property in the rewriter.
requestClasspathContainerUpdate(IPath, IJavaProject, IClasspathContainer) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Request a registered container definition to be updated according to a container suggestion.
resetTo(int, int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
Reposition the scanner on some portion of the original source.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
Resolves and returns the binding for the annotation type declared in this annotation type declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Resolves and returns the binding for the annotation type member declared in this declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
Resolves and returns the binding for the anonymous class declared in this declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Resolves and returns the binding for the loop variable of this enhanced for statement.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.EnumDeclaration
Resolves and returns the binding for the enum declared in this enum declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
Resolves and returns the binding for the package or type imported by this import declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.MemberRef
Resolves and returns the binding for the entity referred to by this member reference.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Resolves and returns the binding for the method or constructor declared in this method or constructor declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.MethodRef
Resolves and returns the binding for the entity referred to by this method reference.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.Name
Resolves and returns the binding for the entity referred to by this name.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Resolves and returns the binding for the package declared in this package declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.Type
Resolves and returns the binding for this type.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Resolves and returns the binding for the class or interface declared in this type declaration.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Resolves and returns the binding for the class or interface declared in this type declaration statement.
resolveBinding() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
Resolves and returns the binding for the variable declared in this variable declaration.
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Returns the resolved path corresponding to the given path, in the context of the given launch configuration.
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Resolves and returns the binding for the constructor invoked by this expression.
resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Resolves and returns the binding for the constructor invoked by this expression.
resolveConstructorBinding() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Resolves and returns the binding for the constructor invoked by this expression.
resolveFieldBinding() - Method in class org.eclipse.jdt.core.dom.FieldAccess
Resolves and returns the binding for the field accessed by this expression.
resolveFieldBinding() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Resolves and returns the binding for the field accessed by this expression.
resolveMethodBinding() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Resolves and returns the binding for the method invoked by this expression.
resolveMethodBinding() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Resolves and returns the binding for the method invoked by this expression.
resolveRuntimeClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Resolves the given classpath, returning the resolved classpath in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
Returns resolved runtime classpath entries for the given runtime classpath entry, in the context of the given Java project.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns resolved entries for the given entry in the context of the given launch configuration.
resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns resolved entries for the given entry in the context of the given Java project.
resolveSourceLookupPath(IRuntimeClasspathEntry[], ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Resolves the given source lookup path, returning the resolved source lookup path in the context of the given launch configuration.
resolveType(String) - Method in interface org.eclipse.jdt.core.IType
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports).
resolveType(String, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
Resolves the given type name within the context of this type (depending on the type hierarchy and its imports) and using the given owner's working copies, considering types in the working copies with the given owner.
resolveTypeBinding() - Method in class org.eclipse.jdt.core.dom.Expression
Resolves and returns the binding for the type of this expression.
resolveVMInstall(IClasspathEntry) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver
Returns a VM install associated with the given classpath entry, or null if none.
resolveVariable() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Resolves and returns the field binding for this enum constant.
resolveWellKnownType(String) - Method in class org.eclipse.jdt.core.dom.AST
Returns the type binding for a "well known" type.
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
restore() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Restores the contents of this working copy to the current contents of this working copy's original element.
restore() - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Restores the contents of this working copy to the current contents of this working copy's original element.
restoreState(IMemento) - Method in class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Restores the state of the filter actions from a memento.
restoreState(IMemento) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Restores the state of the filter actions from a memento.
retargetFileMenuActions(IActionBars) - Method in class org.eclipse.jdt.ui.actions.RefactorActionGroup
Retargets the File actions with the corresponding refactoring actions.
revealInEditor(IEditorPart, ISourceReference) - Static method in class org.eclipse.jdt.ui.JavaUI
Deprecated. use revealInEditor(IEditorPart, IJavaElement) instead
revealInEditor(IEditorPart, IJavaElement) - Static method in class org.eclipse.jdt.ui.JavaUI
Reveals the given java element in the given editor.
rewrite(IDocument, Map) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Converts all modifications recorded for this compilation unit into an object representing the corresponding text edits to the given document containing the original source code for this compilation unit.
rewriteAST(IDocument, Map) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Converts all modifications recorded by this rewriter into an object representing the corresponding text edits to the given document containing the original source code.
run(IWorkspaceRunnable, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Runs the given action as an atomic Java model operation.
run(IWorkspaceRunnable, ISchedulingRule, IProgressMonitor) - Static method in class org.eclipse.jdt.core.JavaCore
Runs the given action as an atomic Java model operation.
run(IJavaThread, IProgressMonitor) - Method in interface org.eclipse.jdt.debug.core.IEvaluationRunnable
Runs this evaluation in the specified thread, reporting progress to the given progress monitor.
run(VMRunnerConfiguration, ILaunch, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.IVMRunner
Launches a Java VM as specified in the given configuration, contributing results (debug targets and processes), to the given launch.
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddGetterSetterAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
run(ICompilationUnit, IMember[]) - Method in class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddToClasspathAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ChangeTypeAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
 
run(ICompilationUnit) - Method in class org.eclipse.jdt.ui.actions.ExternalizeStringsAction
Note: this method is for internal use only.
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractConstantAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractInterfaceAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractMethodAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ExtractTempAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindAction
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindAction
Executes this action for the given java element.
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FindOccurrencesInFileAction
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindReferencesAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FindStringsToExternalizeAction
 
run(IAction) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction.ObjectDelegate
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceFactoryAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.IntroduceParameterAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ModifyParametersAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.MoveAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenAction
 
run(Object[]) - Method in class org.eclipse.jdt.ui.actions.OpenAction
Note: this method is for internal use only.
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
 
run() - Method in class org.eclipse.jdt.ui.actions.OpenJavaBrowsingPerspectiveAction
 
run() - Method in class org.eclipse.jdt.ui.actions.OpenJavaPerspectiveAction
 
run(ISelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenProjectAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
run(IMethod) - Method in class org.eclipse.jdt.ui.actions.OpenSuperImplementationAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
run(IJavaElement[]) - Method in class org.eclipse.jdt.ui.actions.OpenTypeHierarchyAction
 
run(IAction) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction.ObjectDelegate
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
 
run(ICompilationUnit) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
Note: This method is for internal use only.
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.OverrideMethodsAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PullUpAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.PushDownAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RefreshAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RemoveFromClasspathAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.RenameAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.RenameAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Executes this actions with the given structured selection.
run(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Note: This method is for internal use only.
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Executes this actions with the given text selection.
run(ISelection) - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Executes this actions with the given selection.
run() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
run(IField) - Method in class org.eclipse.jdt.ui.actions.SelfEncapsulateFieldAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
 
run(IResource) - Method in class org.eclipse.jdt.ui.actions.ShowInNavigatorViewAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.ShowInPackageViewAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SortMembersAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.SurroundWithTryCatchAction
 
run(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
run(ITextSelection) - Method in class org.eclipse.jdt.ui.actions.UseSupertypeAction
 
run(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.WorkingSetFindAction
 
run(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
run(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
run(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
run(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
run(Shell, String) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Opens the refactoring dialog for the refactoring wizard passed to the constructor.
runEvaluation(IEvaluationRunnable, IProgressMonitor, int, boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Invokes the given evaluation with the specfied progress monitor.
runOnMultiple(ICompilationUnit[]) - Method in class org.eclipse.jdt.ui.actions.FormatAllAction
Perform format all on the given compilation units.
runOnMultiple(ICompilationUnit[]) - Method in class org.eclipse.jdt.ui.actions.OrganizeImportsAction
Peform organize import on multiple compilation units.


 

Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.