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

  




 

 


Eclipse JDT
Release 3.5
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

S

safeEquals(Object, Object) - Static method in class org.eclipse.jdt.core.dom. ASTMatcher
Returns whether the given objects are equal according to equals.
safeSubtreeListMatch(List, List) - Method in class org.eclipse.jdt.core.dom. ASTMatcher
Returns whether the given lists of AST nodes match pair wise according to ASTNode.subtreeMatch.
safeSubtreeMatch(Object, Object) - Method in class org.eclipse.jdt.core.dom. ASTMatcher
Returns whether the given nodes match according to AST.subtreeMatch.
SALOAD - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
SASTORE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
save(IProgressMonitor, boolean) - Method in interface org.eclipse.jdt.core. IBuffer
Saves the contents of this buffer to its underlying resource.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.jdt.core. IOpenable
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.
SAVE_ALL - Static variable in class org.eclipse.jdt.ui.refactoring. RefactoringSaveHelper
Save mode to save all dirty editors.
SAVE_ALL_ALWAYS_ASK - Static variable in class org.eclipse.jdt.ui.refactoring. RefactoringSaveHelper
Save mode to save all dirty editors (always ask).
SAVE_NOTHING - Static variable in class org.eclipse.jdt.ui.refactoring. RefactoringSaveHelper
Save mode to not save any editors.
SAVE_REFACTORING - Static variable in class org.eclipse.jdt.ui.refactoring. RefactoringSaveHelper
Save mode to save all editors that are known to cause trouble for Java refactorings, e.g.
saveEditors(Shell) - Method in class org.eclipse.jdt.ui.refactoring. RefactoringSaveHelper
Saves all editors.
savePreferences() - Static method in class org.eclipse.jdt.debug.core. JDIDebugModel
Saves the preference store for this plug-in.
savePreferences() - Static method in class org.eclipse.jdt.launching. JavaRuntime
Saves the preferences for the launching plug-in.
saveState(IMemento) - Method in class org.eclipse.jdt.ui.actions. CustomFiltersActionGroup
Saves the state of the custom filters in a memento.
saveState(IMemento) - Method in class org.eclipse.jdt.ui.actions. MemberFilterActionGroup
Saves the state of the filter actions in a memento.
saveVMConfiguration() - Static method in class org.eclipse.jdt.launching. JavaRuntime
Saves the VM configuration information to the preferences.
scheduleDocumentIndexing(SearchDocument, IPath) - Method in class org.eclipse.jdt.core.search. SearchParticipant
Schedules the indexing of the given document.
search(IWorkspace, String, int, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
search(IWorkspace, IJavaElement, int, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
search(IWorkspace, ISearchPattern, IJavaSearchScope, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for matches of a given search pattern.
search(ISearchRequestor, QuerySpecification, IProgressMonitor) - Method in interface org.eclipse.jdt.ui.search. IQueryParticipant
Executes the search described by the given querySpecification.
SEARCH_BREAK_CONTINUE_TARGET_OCCURRENCES - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > break/continue target action (value "org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets").
SEARCH_DECLARATIONS_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy").
SEARCH_DECLARATIONS_IN_PROJECTS - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in project action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project").
SEARCH_DECLARATIONS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set").
SEARCH_DECLARATIONS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> declarations in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace").
SEARCH_EXCEPTION_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > exceptions action (value "org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences").
SEARCH_IMPLEMENT_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > implements action (value "org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences").
SEARCH_IMPLEMENTORS_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in project action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project").
SEARCH_IMPLEMENTORS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set").
SEARCH_IMPLEMENTORS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> implementors in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace").
SEARCH_METHOD_EXIT_OCCURRENCES - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > method exits action (value "org.eclipse.jdt.ui.edit.text.java.search.method.exits").
SEARCH_OCCURRENCES_IN_FILE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file > elements action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file").
SEARCH_OCCURRENCES_IN_FILE_QUICK_MENU - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> occurrences in file quick menu action (value "org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu").
SEARCH_READ_ACCESS_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy").
SEARCH_READ_ACCESS_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project").
SEARCH_READ_ACCESS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set").
SEARCH_READ_ACCESS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> read access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace").
SEARCH_REFERENCES_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy").
SEARCH_REFERENCES_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in project action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.project").
SEARCH_REFERENCES_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set").
SEARCH_REFERENCES_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> references in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace").
SEARCH_USE_REDUCED_MENU - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls a reduced search menu is used in the Java editors.
SEARCH_WRITE_ACCESS_IN_HIERARCHY - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in hierarchy action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy").
SEARCH_WRITE_ACCESS_IN_PROJECT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in project action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project").
SEARCH_WRITE_ACCESS_IN_WORKING_SET - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in working set action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set").
SEARCH_WRITE_ACCESS_IN_WORKSPACE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the search -> write access in workspace action (value "org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace").
searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) instead
searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for all top-level types and member types in the given scope.
searchAllTypeNames(char[][], char[][], IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchAllTypeNames(char[][], char[][], IJavaSearchScope, TypeNameMatchRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for all top-level types and member types in the given scope matching any of the given qualifications and type names in a case sensitive way.
searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor) instead
searchAllTypeNames(IWorkspace, char[], char[], int, boolean, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) instead
searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for all declarations of the fields accessed in the given element.
searchDeclarationsOfAccessedFields(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor) instead.
searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for all declarations of the types referenced in the given element.
searchDeclarationsOfReferencedTypes(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor) instead.
searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.core.search. SearchEngine
Searches for all declarations of the methods invoked in the given element.
searchDeclarationsOfSentMessages(IWorkspace, IJavaElement, IJavaSearchResultCollector) - Method in class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor) instead.
SearchDocument - Class in org.eclipse.jdt.core.search
A search document encapsulates a content to be either indexed or searched in.
SearchDocument(String, SearchParticipant) - Constructor for class org.eclipse.jdt.core.search. SearchDocument
Creates a new search document.
SearchEngine - Class in org.eclipse.jdt.core.search
A SearchEngine searches for Java elements following a search pattern.
SearchEngine() - Constructor for class org.eclipse.jdt.core.search. SearchEngine
Creates a new search engine.
SearchEngine(ICompilationUnit[]) - Constructor for class org.eclipse.jdt.core.search. SearchEngine
Creates a new search engine with a list of working copies that will take precedence over their original compilation units in the subsequent search operations.
SearchEngine(IWorkingCopy[]) - Constructor for class org.eclipse.jdt.core.search. SearchEngine
Deprecated. Use SearchEngine.SearchEngine(ICompilationUnit[]) instead.
SearchEngine(WorkingCopyOwner) - Constructor for class org.eclipse.jdt.core.search. SearchEngine
Creates a new search engine with the given working copy owner.
SearchMatch - Class in org.eclipse.jdt.core.search
A search match represents the result of a search query.
SearchMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search. SearchMatch
Creates a new search match.
SearchParticipant - Class in org.eclipse.jdt.core.search
A search participant describes a particular extension to a generic search mechanism, permitting combined search actions which will involve all required participants.
SearchParticipant() - Constructor for class org.eclipse.jdt.core.search. SearchParticipant
Creates a new search participant.
SearchPattern - Class in org.eclipse.jdt.core.search
A search pattern defines how search results are found.
SearchPattern(int) - Constructor for class org.eclipse.jdt.core.search. SearchPattern
Creates a search pattern with the rule to apply for matching index keys.
SearchRequestor - Class in org.eclipse.jdt.core.search
Collects the results from a search engine query.
SearchRequestor() - Constructor for class org.eclipse.jdt.core.search. SearchRequestor
 
select(ITypeInfoRequestor) - Method in interface org.eclipse.jdt.ui.dialogs. ITypeInfoFilterExtension
Returns whether the given type makes it into the list or not.
SELECT_ENCLOSING - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select enclosing action (value "org.eclipse.jdt.ui.edit.text.java.select.enclosing").
SELECT_LAST - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select restore last action (value "org.eclipse.jdt.ui.edit.text.java.select.last").
SELECT_NEXT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select next action (value "org.eclipse.jdt.ui.edit.text.java.select.next").
SELECT_PREVIOUS - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the edit -> select previous action (value "org.eclipse.jdt.ui.edit.text.java.select.previous").
selectAndReveal(Object) - Method in interface org.eclipse.jdt.ui. IPackagesViewPart
Selects and reveals the given element in this packages view.
selectIndexes(SearchPattern, IJavaSearchScope) - Method in class org.eclipse.jdt.core.search. SearchParticipant
Returns the collection of index locations to consider when performing the given search query in the given scope.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. AddDelegateMethodsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. AddDelegateMethodsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. AddGetterSetterAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. AddGetterSetterAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. AddJavaDocStubAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. AddJavaDocStubAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. AddToClasspathAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. AddUnimplementedConstructorsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. AddUnimplementedConstructorsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ChangeTypeAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ChangeTypeAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ChangeTypeAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertAnonymousToNestedAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertAnonymousToNestedAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertAnonymousToNestedAction
Note: This method is for internal use only.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertLocalToFieldAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertLocalToFieldAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertNestedToTopAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertNestedToTopAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ConvertNestedToTopAction
Note: This method is for internal use only.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ExternalizeStringsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ExternalizeStringsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractClassAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractClassAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractClassAction
Note: This method is for internal use only.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractConstantAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractConstantAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractInterfaceAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractInterfaceAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractInterfaceAction
Note: This method is for internal use only.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractMethodAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractMethodAction
Note: This method is for internal use only.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractTempAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ExtractTempAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FindAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. FindAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. FindBreakContinueTargetOccurrencesAction
Notifies this action that the given text selection has changed.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. FindBreakContinueTargetOccurrencesAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FindBreakContinueTargetOccurrencesAction
Notifies this action that the given structured selection has changed.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. FindExceptionOccurrencesAction
Notifies this action that the given text selection has changed.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. FindExceptionOccurrencesAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FindExceptionOccurrencesAction
Notifies this action that the given structured selection has changed.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. FindImplementOccurrencesAction
Notifies this action that the given text selection has changed.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. FindImplementOccurrencesAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FindImplementOccurrencesAction
Notifies this action that the given structured selection has changed.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. FindMethodExitOccurrencesAction
Notifies this action that the given text selection has changed.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. FindMethodExitOccurrencesAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FindMethodExitOccurrencesAction
Notifies this action that the given structured selection has changed.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FindOccurrencesInFileAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. FindOccurrencesInFileAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. FindOccurrencesInFileAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FindStringsToExternalizeAction
Deprecated.  
selectionChanged(IAction, ISelection) - Method in class org.eclipse.jdt.ui.actions. FormatAllAction.ObjectDelegate
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. FormatAllAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. FormatAllAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. GenerateNewConstructorUsingFieldsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. GenerateNewConstructorUsingFieldsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. InferTypeArgumentsAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. InferTypeArgumentsAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. InferTypeArgumentsAction
 
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions. InlineAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. InlineTempAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. InlineTempAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. InlineTempAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceFactoryAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceFactoryAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceFactoryAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceIndirectionAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceIndirectionAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceIndirectionAction
Note: This method is for internal use only.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceParameterAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. IntroduceParameterAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ModifyParametersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ModifyParametersAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ModifyParametersAction
Note: This method is for internal use only.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions. MoveAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. OpenAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. OpenAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. OpenExternalJavadocAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. OpenExternalJavadocAction
 
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions. OpenProjectAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. OpenSuperImplementationAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. OpenSuperImplementationAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. OpenTypeHierarchyAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. OpenTypeHierarchyAction
 
selectionChanged(IAction, ISelection) - Method in class org.eclipse.jdt.ui.actions. OrganizeImportsAction.ObjectDelegate
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. OrganizeImportsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. OrganizeImportsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. OverrideMethodsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. OverrideMethodsAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. PullUpAction
Notifies this action that the given structured selection has changed.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. PullUpAction
Notifies this action that the given text selection has changed.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. PullUpAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. PushDownAction
Notifies this action that the given structured selection has changed.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. PushDownAction
Notifies this action that the given text selection has changed.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. PushDownAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. RefreshAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. RemoveFromClasspathAction
 
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions. RenameAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ReplaceInvocationsAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ReplaceInvocationsAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. ReplaceInvocationsAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. SelectionDispatchAction
Notifies this action that the given structured selection has changed.
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. SelectionDispatchAction
Note: This method is for internal use only.
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. SelectionDispatchAction
Notifies this action that the given text selection has changed.
selectionChanged(ISelection) - Method in class org.eclipse.jdt.ui.actions. SelectionDispatchAction
Notifies this action that the given selection has changed.
selectionChanged(SelectionChangedEvent) - Method in class org.eclipse.jdt.ui.actions. SelectionDispatchAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. SelfEncapsulateFieldAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. SelfEncapsulateFieldAction
Note: This method is for internal use only.
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. SelfEncapsulateFieldAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ShowInNavigatorViewAction
Deprecated.  
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ShowInNavigatorViewAction
Deprecated.  
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. ShowInPackageViewAction
Deprecated.  
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. ShowInPackageViewAction
Deprecated.  
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. SortMembersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. SortMembersAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. SurroundWithTryCatchAction
 
selectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. UseSupertypeAction
 
selectionChanged(ITextSelection) - Method in class org.eclipse.jdt.ui.actions. UseSupertypeAction
 
selectionChanged(JavaTextSelection) - Method in class org.eclipse.jdt.ui.actions. UseSupertypeAction
Note: This method is for internal use only.
SelectionDispatchAction - Class in org.eclipse.jdt.ui.actions
Action that dispatches the IAction#run() and the ISelectionChangedListener#selectionChanged according to the type of the selection.
SelectionDispatchAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. SelectionDispatchAction
Creates a new action with no text and no image.
SelectionDispatchAction(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions. SelectionDispatchAction
Deprecated. Use SelectionDispatchAction.setSpecialSelectionProvider(ISelectionProvider) instead. This constructor will be removed after 3.2 M5.
selectJRE(String, String) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
SELF_ENCAPSULATE_FIELD - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> self encapsulate field action (value "org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field").
SELF_ENCAPSULATE_FIELD - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Refactor menu: name of standard Self Encapsulate Field global action (value "org.eclipse.jdt.ui.actions.SelfEncapsulateField").
SelfEncapsulateFieldAction - Class in org.eclipse.jdt.ui.actions
Action to run the self encapsulate field refactoring.
SelfEncapsulateFieldAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. SelfEncapsulateFieldAction
Creates a new SelfEncapsulateFieldAction.
SelfEncapsulateFieldAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. SelfEncapsulateFieldAction
Note: This constructor is for internal use only.
sendMessage(String, String, IJavaValue[], IJavaThread) - Method in interface org.eclipse.jdt.debug.core. IJavaClassType
Returns the result of sending the specified message to this class with the given arguments in the specified thread (invokes a static method on this type).
sendMessage(String, String, IJavaValue[], IJavaThread, boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaObject
Returns the result of sending the specified message to this object with the given arguments in the specified thread.
sendMessage(String, String, IJavaValue[], IJavaThread, String) - Method in interface org.eclipse.jdt.debug.core. IJavaObject
Returns the result of sending the specified message on the specified declaring type to this object with the given arguments in the specified thread.
sessionEnded() - Method in interface org.eclipse.jdt.ui.text.java. IJavaCompletionProposalComputer
Informs the computer that a content assist session has ended.
sessionFinished(ITestRunSession) - Method in class org.eclipse.jdt.junit. TestRunListener
A test run session has finished.
sessionStarted(ITestRunSession) - Method in class org.eclipse.jdt.junit. TestRunListener
A test run session has started.
sessionStarted() - Method in interface org.eclipse.jdt.ui.text.java. IJavaCompletionProposalComputer
Informs the computer that a content assist session has started.
set(ASTNode, StructuralPropertyDescriptor, Object, TextEditGroup) - Method in class org.eclipse.jdt.core.dom.rewrite. ASTRewrite
Sets the given property of the given node.
setAccuracy(int) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets the accuracy of this match.
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.jdt.ui.actions. FormatAllAction.ObjectDelegate
 
setActivePart(IAction, IWorkbenchPart) - Method in class org.eclipse.jdt.ui.actions. OrganizeImportsAction.ObjectDelegate
 
setAddComments(boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets 'Add comment' checkbox.
setAdditionalFlags(int) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the completion flags relevant in the context.
setAdornments(int) - Method in class org.eclipse.jdt.ui. JavaElementImageDescriptor
Sets the descriptors adornments.
setAllowsRequiredProposals(int, int, boolean) - Method in class org.eclipse.jdt.core. CompletionRequestor
Sets whether a proposal of a given kind with a required proposal of the given kind is allowed.
setAlternateRoot(ASTNode) - Method in class org.eclipse.jdt.core.dom. Comment
Returns the root AST node that this comment occurs within, or null if none (or not recorded).
setAnnotation(boolean) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Sets whether this type represents an annotation type ("@interface" instead of "interface").
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom. ClassInstanceCreation
Sets whether this class instance creation expression declares an anonymous class (that is, has class body declarations).
setAnonymousClassDeclaration(AnonymousClassDeclaration) - Method in class org.eclipse.jdt.core.dom. EnumConstantDeclaration
Sets whether this enum constant declaration declares an anonymous class (that is, has class body declarations).
setArray(Expression) - Method in class org.eclipse.jdt.core.dom. ArrayAccess
Sets the array expression of this array access expression.
setAttribute(String, String) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
Sets a VM specific attribute.
setBindingsRecovery(boolean) - Method in class org.eclipse.jdt.core.dom. ASTParser
Requests that the compiler should perform bindings recovery.
setBody(Block) - Method in class org.eclipse.jdt.core.dom. CatchClause
Sets the body of this catch clause.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom. DoStatement
Sets the body of this do statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom. EnhancedForStatement
Sets the body of this enhanced for statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom. ForStatement
Sets the body of this for statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom. Initializer
Sets the body of this initializer declaration.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom. LabeledStatement
Sets the body of this labeled statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Sets or clears the body of this method declaration.
setBody(Block) - Method in class org.eclipse.jdt.core.dom. SynchronizedStatement
Sets the body of this synchronized statement.
setBody(Block) - Method in class org.eclipse.jdt.core.dom. TryStatement
Sets the body of this try statement.
setBody(Statement) - Method in class org.eclipse.jdt.core.dom. WhileStatement
Sets the body of this while statement.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMInitializer
Deprecated. Sets the body of this initializer.
setBody(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Sets the body of this method.
setBooleanValue(boolean) - Method in class org.eclipse.jdt.core.dom. BooleanLiteral
Sets the boolean value of this boolean literal node.
setBootClassPath(String[]) - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Sets the boot classpath.
setBound(Type, boolean) - Method in class org.eclipse.jdt.core.dom. WildcardType
Sets the bound of this wildcard type to the given type and marks it as an upper or a lower bound.
setBound(Type) - Method in class org.eclipse.jdt.core.dom. WildcardType
Sets the bound of this wildcard type to the given type.
setBuildIfNeeded(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets if a build should be performed before exporting files.
setCaught(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Sets whether this breakpoint suspends execution when the associated exception is thrown in a caught location (in a try/catch statement).
setCharValue(char) - Method in class org.eclipse.jdt.core.dom. CharacterLiteral
Sets the value of this character literal node to the given character.
setClass(boolean) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Sets whether this type is a class or an interface.
setClassName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Sets the class name for the extracted class or null if the refactoring should choose a name
setClassName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets the name of the class for the generated parameter object.
setClasspathContainer(IPath, IJavaProject[], IClasspathContainer[], IProgressMonitor) - Static method in class org.eclipse.jdt.core. JavaCore
Bind a container reference path to some actual containers (IClasspathContainer).
setClasspathProperty(int) - Method in interface org.eclipse.jdt.launching. IRuntimeClasspathEntry
Sets whether this entry should appear on the bootstrap classpath, the user classpath, or whether this entry is a standard bootstrap entry that does not need to appear on the classpath.
setClasspathVariable(String, IPath) - Static method in class org.eclipse.jdt.core. JavaCore
Deprecated. Use JavaCore.setClasspathVariable(String, IPath, IProgressMonitor) instead
setClasspathVariable(String, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.core. JavaCore
Sets the value of the given classpath variable.
setClasspathVariables(String[], IPath[], IProgressMonitor) - Static method in class org.eclipse.jdt.core. JavaCore
Sets the values of all the given classpath variables at once.
setClassUnderTest(String) - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageOne
Sets the name of the class under test.
setClassUnderTest(IType) - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageTwo
Sets the class under test.
setComment(String) - Method in class org.eclipse.jdt.core.dom. Javadoc
Deprecated. The comment string was replaced in the 3.0 release by a representation of the structure of the doc comment. See tags.
setComment(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMMember
Deprecated. Sets the comment associated with this member.
setComment(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Sets the details comment of this refactoring.
setComment(String) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the JAR's comment.
setCompilationUnit(ICompilationUnit) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameLocalVariableDescriptor
Deprecated. Sets the compilation unit which contains the local variable.
setCompilerOptions(Map) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the compiler options to be used when parsing.
setCompletion(char[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
setComplianceOptions(String, Map) - Static method in class org.eclipse.jdt.core. JavaCore
Sets the default compiler options inside the given options map according to the given compliance.
setComponentType(Type) - Method in class org.eclipse.jdt.core.dom. ArrayType
Sets the component type of this array type.
setCompress(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set whether the JAR is compressed or not.
setCondition(String) - Method in interface org.eclipse.jdt.debug.core. IJavaLineBreakpoint
Sets the condition associated with this breakpoint.
setConditionEnabled(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaLineBreakpoint
Sets the enabled state of this breakpoint's condition to the given state.
setConditionSuspendOnTrue(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaLineBreakpoint
Set the suspend state of this breakpoint's condition.
setConfiguredWizardPage(NewAnnotationWizardPage) - Method in class org.eclipse.jdt.ui.actions. OpenNewAnnotationWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewClassWizardPage) - Method in class org.eclipse.jdt.ui.actions. OpenNewClassWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewEnumWizardPage) - Method in class org.eclipse.jdt.ui.actions. OpenNewEnumWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewInterfaceWizardPage) - Method in class org.eclipse.jdt.ui.actions. OpenNewInterfaceWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPage(NewPackageWizardPage) - Method in class org.eclipse.jdt.ui.actions. OpenNewPackageWizardAction
Sets a page to be used by the wizard or null to use a page initialized with values from the current selection (see AbstractOpenWizardAction.getSelection() and AbstractOpenWizardAction.setSelection(IStructuredSelection)).
setConfiguredWizardPages(NewJavaProjectWizardPageOne, NewJavaProjectWizardPageTwo) - Method in class org.eclipse.jdt.ui.actions. OpenNewJavaProjectWizardAction
Sets the configure wizard pages to be used by the wizard.
setConstructor(boolean) - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Sets whether this declaration declares a constructor or a method.
setConstructor(boolean) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Sets whether this method represents a constructor.
setContainer(JavadocExportWizardPage.IJavadocExportWizardPageContainer) - Method in class org.eclipse.jdt.ui.wizards. JavadocExportWizardPage
Sets the parent wizard container.
setContents(char[]) - Method in interface org.eclipse.jdt.core. IBuffer
Sets the contents of this buffer to the given character array.
setContents(String) - Method in interface org.eclipse.jdt.core. IBuffer
Sets the contents of this buffer to the given String.
setContext(ActionContext) - Method in class org.eclipse.jdt.ui.actions. JavaSearchActionGroup
 
setContext(ActionContext) - Method in class org.eclipse.jdt.ui.actions. NavigateActionGroup
 
setControl(Control) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageOne
 
setCreateField(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor.Field
Sets whether the field will be moved to extracted class.
setCreateField(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor.Parameter
Sets whether the parameter will be removed from the method's signature or will be added to the parameter object.
setCreateGetterSetter(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Sets whether getters and setters will be created for all fields.
setCreateTopLevel(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Sets whether the extracted class will be created as top level class or as nested class.
setDeclaration(AbstractTypeDeclaration) - Method in class org.eclipse.jdt.core.dom. TypeDeclarationStatement
Sets the abstract type declaration of this local type declaration statement (added in JLS3 API).
setDeclarationKey(char[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the type or package key of the relevant declaration in the context, or null if none.
setDeclarationSignature(char[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the type or package signature of the relevant declaration in the context, or null if none.
setDefault(Expression) - Method in class org.eclipse.jdt.core.dom. AnnotationTypeMemberDeclaration
Sets or clears the default value of this annotation type member.
setDefault(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Sets the default value expression for an annotation type member.
setDefaultClassPath(IClasspathEntry[], boolean) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPage
Deprecated. Sets the default classpath to be used for the new Java project.
setDefaultOptions(CleanUpOptions) - Method in interface org.eclipse.jdt.ui.cleanup. ICleanUpOptionsInitializer
Sets the default options of this initializer.
setDefaultOutputFolder(IPath) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPage
Deprecated. Sets the default output location to be used for the new Java project.
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletMainTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletParametersTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
Defaults are empty.
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaClasspathTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaConnectTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaMainTab
 
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaSourceLookupTab
Deprecated.  
setDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.junit.launcher. JUnitLaunchConfigurationTab
 
setDefaultSourceLocator(ILaunch, ILaunchConfiguration) - Method in class org.eclipse.jdt.launching. AbstractJavaLaunchConfigurationDelegate
Assigns a default source locator to the given launch if a source locator has not yet been assigned to it, and the associated launch configuration does not specify a source locator.
setDefaultStratum(String) - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Set the default stratum used in this debug target.
setDefaultVM(IVMInstall) - Method in interface org.eclipse.jdt.launching.environments. IExecutionEnvironment
Sets the vm to use by default for this execution environment.
setDefaultVMConnector(IVMConnector, IProgressMonitor) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Sets a VM connector as the system-wide default VM.
setDefaultVMInstall(IVMInstall, IProgressMonitor) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDefaultVMInstall(IVMInstall, IProgressMonitor, boolean) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Sets a VM as the system-wide default VM, and notifies registered VM install change listeners of the change.
setDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets delegate keeping.
setDeprecateDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets deprecate delegate.
setDeprecateDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveStaticMembersDescriptor
Determines whether the delegate for a member should be declared as deprecated.
setDeprecateDelegate(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether the delegate for a Java element should be declared as deprecated.
setDeprecationAware(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Determines whether the jar package is deprecation aware.
setDescription(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Sets the description of this refactoring.
setDescriptionLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set the location of the JAR description file.
setDescriptor(ChangeDescriptor) - Method in class org.eclipse.jdt.core.refactoring. CompilationUnitChange
Sets the refactoring descriptor for this change.
setDestination(IJavaElement) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Sets the destination of the move.
setDestination(IResource) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Sets the destination of the move.
setDestinationType(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveStaticMembersDescriptor
Sets the destination type of the move operation.
setDynamicTab(ILaunchConfigurationTab) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
setDynamicTabHolder(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
setEditor(IEditorPart) - Method in interface org.eclipse.jdt.ui.text.java.hover. IJavaEditorTextHover
Sets the editor on which the hover is shown.
setElement(Object) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets the element of this search match.
setElements(Object[]) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set the elements which will be exported.
setElseExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ConditionalExpression
Sets the "else" part of this conditional expression.
setElseStatement(Statement) - Method in class org.eclipse.jdt.core.dom. IfStatement
Sets or clears the "else" part of this if statement.
setEnclosingType(IType, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the enclosing type.
setEnclosingTypeSelection(boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the enclosing type checkbox's selection state.
setEntry(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaMethodBreakpoint
Sets whether this breakpoint causes execution to suspend on entry to methods.
setEnum(boolean) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Sets whether this type represents an enumeration class.
setEnvironment(String[]) - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Sets the environment for the Java program.
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom. CharacterLiteral
Sets the string value of this literal node.
setEscapedValue(String) - Method in class org.eclipse.jdt.core.dom. StringLiteral
Sets the string value of this literal node to the given string literal token.
setException(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom. CatchClause
Sets the variable declaration of this catch clause.
setExceptions(String[]) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Sets the names of the exception types this method throws, in the order in which they are declared in the source.
setExcludedCompletionProposalCategories(String[]) - Static method in class org.eclipse.jdt.ui. PreferenceConstants
Sets the completion proposal categories which are excluded from the default proposal list and reloads the registry.
setExclusionFilters(String[]) - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Sets the exclusion filters that will define the scope for the associated exception.
setExistingNames(String[]) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AbstractVMInstallPage
Sets the names of existing VMs, not including the VM being edited.
setExit(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaMethodBreakpoint
Sets whether this breakpoint causes execution to suspend on exit of methods.
setExportClassFiles(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets option to export class files and resources.
setExportErrors(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets if compilation units with errors are exported.
setExportJavaFiles(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the option to export Java source and resources.
setExportOutputFolders(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets option to export all output folders for the enclosing projects of the exported elements.
setExportStructuralOnly(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Determines whether the jar packager exports only refactorings causing structural changes.
setExportWarnings(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets if compilation units with warnings are exported.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. AssertStatement
Sets the first expression of this assert statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. CastExpression
Sets the expression of this cast expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ClassInstanceCreation
Sets or clears the expression of this class instance creation expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ConditionalExpression
Sets the condition of this conditional expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. DoStatement
Sets the expression of this do statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. EnhancedForStatement
Sets the expression of this enhanced for statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ExpressionStatement
Sets the expression of this expression statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. FieldAccess
Sets the expression of this field access expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ForStatement
Sets or clears the condition expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. IfStatement
Sets the condition of this if statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. MethodInvocation
Sets or clears the expression of this method invocation expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ParenthesizedExpression
Sets the expression of this parenthesized expression.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ReturnStatement
Sets or clears the expression of this return statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. SuperConstructorInvocation
Sets or clears the expression of this super constructor invocation statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. SwitchCase
Sets the expression of this switch case, or clears it (turns it into the "default:" case).
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. SwitchStatement
Sets the expression of this switch statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. SynchronizedStatement
Sets the expression of this synchronized statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ThrowStatement
Sets the expression of this throw statement.
setExpression(Expression) - Method in class org.eclipse.jdt.core.dom. WhileStatement
Sets the expression of this while statement.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified return type.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
 
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom. VariableDeclaration
Sets the number of extra array dimensions over and above the explicitly-specified type.
setExtraDimensions(int) - Method in class org.eclipse.jdt.core.dom. VariableDeclarationFragment
Sets the number of extra array dimensions this variable has over and above the type specified in the enclosing declaration.
setFavoriteReferences(String[]) - Method in class org.eclipse.jdt.core. CompletionRequestor
Set the favorite references which will be used to compute some completion proposals.
setFieldName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Sets the field name for the generated field or null if the refactoring should choose a name
setFieldName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor.Parameter
Sets the name of the field that will be created in the parameter object if IntroduceParameterObjectDescriptor.Parameter.isCreateField() is true.
setFields(ExtractClassDescriptor.Field[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Sets the fields.
setFile(String) - Method in class org.eclipse.jdt.core. CheckDebugAttributes
 
setFileNamePatterns(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Sets the file name patterns to use during qualified name updating.
setFileNamePatterns(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Sets the file name patterns to use during qualified name updating.
setFilterConstructors(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Sets whether to filter constructors when stepping.
setFilterImplicitImports(boolean) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Specifies that implicit imports (types in default package, package java.lang or in the same package as the rewrite compilation unit should not be created except if necessary to resolve an on-demand import conflict.
setFilters(String[], boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Deprecated. Exception breakpoints can have a mixed set of filters. Use setInclusiveFilters(String[] filters) or setExclusiveFilters(String[] filters)
setFilters(String[]) - Method in class org.eclipse.jdt.ui.actions. CustomFiltersActionGroup
Sets the filters to the given array of new filters
setFilterStaticInitializers(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Sets whether to filter static initializers when stepping.
setFilterSynthetics(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Sets whether synthetic methods are filtered when stepping.
setFinally(Block) - Method in class org.eclipse.jdt.core.dom. TryStatement
Sets or clears the finally block of this try statement.
setFindAllSourceElement(boolean) - Method in class org.eclipse.jdt.debug.ui. JavaUISourceLocator
Deprecated. Sets whether this source locator is configured to search for all source elements that correspond to a stack frame, or the first match.
setFlags(int) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the modifier flags relevant in the context.
setFlags(int) - Method in class org.eclipse.jdt.core.dom. ASTNode
Sets the flags associated with this node to the given value.
setFlags(int) - Method in interface org.eclipse.jdt.core.jdom. IDOMImport
Deprecated. Sets the modifier flags for this import.
setFlags(int) - Method in interface org.eclipse.jdt.core.jdom. IDOMMember
Deprecated. Sets the flags for this member.
setFlags(int) - Method in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Sets the flags of this refactoring.
setFocalPosition(int) - Method in class org.eclipse.jdt.core.dom. ASTParser
Requests an abridged abstract syntax tree.
setFocus() - Method in class org.eclipse.jdt.ui.wizards. JavaCapabilityConfigurationPage
Transfers the focus into this page.
setFocus() - Method in class org.eclipse.jdt.ui.wizards. NewPackageWizardPage
Sets the focus to the package name input field.
setFocus() - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the focus on the type name input field.
setFocusOnContainer() - Method in class org.eclipse.jdt.ui.wizards. NewContainerWizardPage
Sets the focus to the source folder's text field.
setForceWrapping(String, boolean) - Static method in class org.eclipse.jdt.core.formatter. DefaultCodeFormatterConstants
Set the force value of the given alignment value and return the new value.
setGenerateManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set whether a manifest must be generated or not.
setGetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets whether getters will be created for all fields.
setHeader(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMCompilationUnit
Deprecated. Sets the header comment for this compilation unit.
setHelpContextId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletArgumentsTab
 
setHelpContextId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
Set the help context id for this launch config tab.
setHierarchyMode(int) - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Sets the hierarchy mode.
setHitCount(int) - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Sets the hit count attribute of this breakpoint.
setIdentifier(String) - Method in class org.eclipse.jdt.core.dom. SimpleName
Sets the identifier of this node to the given value.
setIgnored(int, boolean) - Method in class org.eclipse.jdt.core. CompletionRequestor
Sets whether the given kind of completion proposal is ignored.
setIgnored(int, boolean) - Method in class org.eclipse.jdt.ui.text.java. CompletionProposalCollector
 
setImageSize(Point) - Method in class org.eclipse.jdt.ui. JavaElementImageDescriptor
Sets the size of the image created by calling ImageDescriptor.createImage().
setImplicit(boolean) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets whether the associated element is implicit or not.
setImportOrder(String[]) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Defines the import groups and order to be used by the ImportRewrite.
setImports(String[]) - Method in interface org.eclipse.jdt.core.eval. IEvaluationContext
Sets the import declarations for this evaluation context.
setImports(String[]) - Method in interface org.eclipse.jdt.debug.eval. IClassFileEvaluationEngine
Sets the import declarations for this evaluation context.
setIncludeDirectoryEntries(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the option to include directory entries into the jar.
setIncludesBinaries(boolean) - Method in interface org.eclipse.jdt.core.search. IJavaSearchScope
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with the package fragment roots that correspond to the binaries instead.
setIncludesClasspaths(boolean) - Method in interface org.eclipse.jdt.core.search. IJavaSearchScope
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) with a Java project instead.
setInclusionFilters(String[]) - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Sets the inclusion filters that will define the scope for the associated exception.
setIndentStyle(String, int) - Static method in class org.eclipse.jdt.core.formatter. DefaultCodeFormatterConstants
Set the indentation style of the given alignment value and return the new value.
setIndex(Expression) - Method in class org.eclipse.jdt.core.dom. ArrayAccess
Sets the index expression of this array access expression.
setIndex(Index) - Method in class org.eclipse.jdt.core.search. SearchDocument
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.jdt.launching. AbstractVMInstallType
Initializes the id parameter from the "id" attribute in the configuration markup.
setInitializer(ArrayInitializer) - Method in class org.eclipse.jdt.core.dom. ArrayCreation
Sets or clears the array initializer of this array creation expression.
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
 
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom. VariableDeclaration
Sets or clears the initializer of this variable declaration.
setInitializer(Expression) - Method in class org.eclipse.jdt.core.dom. VariableDeclarationFragment
 
setInitializer(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMField
Deprecated. Sets the initializer expression for this field.
setInput(IType) - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Deprecated. use setInputElement instead
setInputElement(IJavaElement) - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Sets the input element of this type hierarchy view.
setInsideDocComment(boolean) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets whether this search match is inside a doc comment of a Java source file.
setInstallLocation(File) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
 
setInstallLocation(File) - Method in interface org.eclipse.jdt.launching. IVMInstall
Sets the root directory of the install location of this VM.
setInterface(boolean) - Method in class org.eclipse.jdt.core.dom. TypeDeclaration
Sets whether this type declaration declares a class or an interface.
setInvocationContext(JavaContentAssistInvocationContext) - Method in class org.eclipse.jdt.ui.text.java. CompletionProposalCollector
Sets the invocation context.
setJarBuilder(IJarBuilder) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set the jar builder to use to build the jar.
setJarLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the JAR file location.
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom. BodyDeclaration
Sets or clears the doc comment node.
setJavadoc(Javadoc) - Method in class org.eclipse.jdt.core.dom. PackageDeclaration
Sets or clears the doc comment node.
setJavadocLocation(URL) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
 
setJavadocLocation(URL) - Method in interface org.eclipse.jdt.launching. IVMInstall
Sets the Javadoc location associated with this VM install.
setJavaElement(IJavaElement) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Sets the Java element to be renamed.
setJUnit4(boolean, boolean) - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageOne
Specifies if the test should be created as JUnit 4 test.
setKeepOriginal(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveStaticMembersDescriptor
Determines whether the the original members should be kept as delegates to the moved ones.
setKeepOriginal(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether the the original Java element should be kept as delegate to the renamed one.
setKey(char[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the key of the method, field type, member type, relevant in the context, or null if none.
setKeyword(Modifier.ModifierKeyword) - Method in class org.eclipse.jdt.core.dom. Modifier
Sets the modifier keyword of this modifier node.
setKind(int) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the kind of constructs to be parsed from the source.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom. BreakStatement
Sets or clears the label of this break statement.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom. ContinueStatement
Sets or clears the label of this continue statement.
setLabel(SimpleName) - Method in class org.eclipse.jdt.core.dom. LabeledStatement
Sets the label of this labeled statement.
setLaunchConfiguration(ILaunchConfiguration) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
setLaunchConfigurationDialog(ILaunchConfigurationDialog) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
 
setLaunchConfigurationName(String) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set the name of the launch configuration form which to retrieve classpath information.
setLaunchConfigurationWorkingCopy(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
setLeadingComment(String) - Method in class org.eclipse.jdt.core.dom. Statement
Deprecated. This feature was removed in the 2.1 release because it was only a partial, and inadequate, solution to the issue of associating comments with statements.
setLeftHandSide(Expression) - Method in class org.eclipse.jdt.core.dom. Assignment
Sets the left hand side of this assignment expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom. InfixExpression
Sets the left operand of this infix expression.
setLeftOperand(Expression) - Method in class org.eclipse.jdt.core.dom. InstanceofExpression
Sets the left operand of this instanceof expression.
setLength(int) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets the length of this search match.
setLibraryJavadocLocation(IPath, URL) - Static method in class org.eclipse.jdt.ui. JavaUI
Deprecated. Javadoc is now attached to the classpath entry. Evaluate the libraries classpath entry and reconfigure the Javadoc location there.
setLibraryJavadocLocations(IPath[], URL[]) - Static method in class org.eclipse.jdt.ui. JavaUI
Deprecated. Javadoc is now attached to the classpath entry. Evaluate the libraries classpath entry and reconfigure the Javadoc location there.
setLibraryLocations(LibraryLocation[]) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
 
setLibraryLocations(LibraryLocation[]) - Method in interface org.eclipse.jdt.launching. IVMInstall
Sets the library locations of this IVMInstall.
setLinkingEnabled(boolean) - Method in interface org.eclipse.jdt.ui. IPackagesViewPart
Sets whether this Packages view's selection automatically tracks the active editor.
setLinkingEnabled(boolean) - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Sets whether this type hierarchy view's selection automatically tracks the active editor.
setLiteralValue(String) - Method in class org.eclipse.jdt.core.dom. StringLiteral
Sets the value of this literal node.
setLocalElement(IJavaElement) - Method in class org.eclipse.jdt.core.search. ReferenceMatch
Store the local element in the match.
setLogErrors(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Deprecated. will be removed in final 2.0
setLogWarnings(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Deprecated. will be removed in final 2.0
setManifestLocation(IPath) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the location of a user-defined manifest file.
setManifestMainClass(IType) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set the manifest's main class.
setManifestProvider(IManifestProvider) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the manifest provider.
setManifestVersion(String) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the manifest version.
setMatchStrategy(int) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines which strategy should be used during similar declaration updating.
setMemberFilter(int, boolean) - Method in class org.eclipse.jdt.ui.actions. MemberFilterActionGroup
Sets the member filters.
setMembers(IMember[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveStaticMembersDescriptor
Sets the static members to move.
setMessage(Expression) - Method in class org.eclipse.jdt.core.dom. AssertStatement
Sets or clears the message expression of this assert statement.
setMethod(IMethod) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets the method.
setMethodStubSelection(boolean, boolean, boolean, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewClassWizardPage
Sets the selection state of the method stub checkboxes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom. BodyDeclaration
Deprecated. In the JLS3 API, this method is replaced by BodyDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
Deprecated. In the JLS3 API, this method is replaced by SingleVariableDeclaration.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom. VariableDeclarationExpression
Deprecated. In the JLS3 API, this method is replaced by VariableDeclarationExpression.modifiers() which contains a list of a Modifier nodes.
setModifiers(int) - Method in class org.eclipse.jdt.core.dom. VariableDeclarationStatement
Deprecated. In the JLS3 API, this method is replaced by VariableDeclarationStatement.modifiers() which contains a list of a Modifier nodes.
setModifiers(int, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the modifiers.
setMoveMembers(IMember[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Sets the members to move.
setMovePackageFragmentRoots(IPackageFragmentRoot[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Sets the package fragment roots to move.
setMovePackages(IPackageFragment[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Sets the package fragments to move.
setMoveResources(IFile[], IFolder[], ICompilationUnit[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Sets the resources and compilation units to move.
setName(char[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the simple name of the method (type simple name for constructor), field, member, or variable relevant in the context, or null if none.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. AbstractTypeDeclaration
Sets the name of the type declared in this type declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. AnnotationTypeMemberDeclaration
Sets the name of the annotation type member declared in this declaration to the given name.
setName(Name) - Method in class org.eclipse.jdt.core.dom. ClassInstanceCreation
Deprecated. In the JLS3 API, this method is replaced by ClassInstanceCreation.setType(Type), which expects a Type instead of a Name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. EnumConstantDeclaration
Sets the name of the constant declared in this enum declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. FieldAccess
Sets the name of the field accessed in this field access expression.
setName(Name) - Method in class org.eclipse.jdt.core.dom. ImportDeclaration
Sets the name of this import declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. MemberRef
Sets the name of the referenced member to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. MemberValuePair
Sets the member name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Sets the name of the method declared in this method declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. MethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. MethodRef
Sets the name of the referenced method or constructor to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. MethodRefParameter
Sets or clears the parameter name.
setName(Name) - Method in class org.eclipse.jdt.core.dom. PackageDeclaration
Sets the package name of this package declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. QualifiedName
Sets the name part of this qualified name to the given simple name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. QualifiedType
Sets the name part of this qualified type to the given simple name.
setName(Name) - Method in class org.eclipse.jdt.core.dom. SimpleType
Sets the name of this simple type to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
 
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. SuperFieldAccess
Sets the name of the field accessed in this "super" field access expression.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. SuperMethodInvocation
Sets the name of the method invoked in this expression to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. TypeParameter
Sets the name of the type variable of this type parameter to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. VariableDeclaration
Sets the name of the variable declared in this variable declaration to the given name.
setName(SimpleName) - Method in class org.eclipse.jdt.core.dom. VariableDeclarationFragment
 
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMCompilationUnit
Deprecated. The IDOMCompilationNode refinement of this IDOMNode method has no effect (the name is computed from the types declared within it).
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMField
Deprecated. The IDOMField refinement of this IDOMNode method sets the name of this field.
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMImport
Deprecated. The IDOMImport refinement of this IDOMNode method sets the name of this import.
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMInitializer
Deprecated. The IDOMInitializer refinement of this IDOMNode method does nothing.
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. The IDOMMethod refinement of this IDOMNode method sets the name of this method.
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMNode
Deprecated. Sets the name of this node.
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMPackage
Deprecated. The IDOMPackage refinement of this IDOMNode method sets the name of this package declaration.
setName(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. The IDOMType refinement of this IDOMNode method sets the name of this type.
setName(String) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
 
setName(String) - Method in interface org.eclipse.jdt.launching. IVMInstall
Sets the display name of this VM.
setNativeOnly(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaMethodBreakpoint
Sets whether this breakpoint causes execution to suspend only on entry/exit of native methods.
setNewFieldName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor.Field
Sets the name of the field in the extracted class.
setNewName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Sets the new name to rename the Java element to.
setNewName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameLocalVariableDescriptor
Deprecated. Sets the new name to rename the local variable to.
setNewName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameResourceDescriptor
Deprecated. Sets the new name to rename the resource to.
setNotify(boolean) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
Whether this VM should fire property change notifications.
setOffset(int) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets the offset of this search match.
setOnDemand(boolean) - Method in class org.eclipse.jdt.core.dom. ImportDeclaration
Sets whether this import declaration is an on-demand or a single-type import.
setOnDemandImportThreshold(int) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Sets the on-demand import threshold for normal (non-static) imports.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions. OpenNewAnnotationWizardAction
Specifies if the wizard will open the created type with the default editor.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions. OpenNewClassWizardAction
Specifies if the wizard will open the created type with the default editor.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions. OpenNewEnumWizardAction
Specifies if the wizard will open the created type with the default editor.
setOpenEditorOnFinish(boolean) - Method in class org.eclipse.jdt.ui.actions. OpenNewInterfaceWizardAction
Specifies if the wizard will open the created type with the default editor.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom. PostfixExpression
Sets the operand of this postfix expression.
setOperand(Expression) - Method in class org.eclipse.jdt.core.dom. PrefixExpression
Sets the operand of this prefix expression.
setOperator(Assignment.Operator) - Method in class org.eclipse.jdt.core.dom. Assignment
Sets the operator of this assignment expression.
setOperator(InfixExpression.Operator) - Method in class org.eclipse.jdt.core.dom. InfixExpression
Sets the operator of this infix expression.
setOperator(PostfixExpression.Operator) - Method in class org.eclipse.jdt.core.dom. PostfixExpression
Sets the operator of this postfix expression.
setOperator(PrefixExpression.Operator) - Method in class org.eclipse.jdt.core.dom. PrefixExpression
Sets the operator of this prefix expression.
setOption(String, String) - Method in interface org.eclipse.jdt.core. IJavaProject
Helper method for setting one option value only.
setOption(String, String) - Method in class org.eclipse.jdt.ui.cleanup. CleanUpOptions
Sets the option for the given key to the given value.
setOptions(Map) - Method in interface org.eclipse.jdt.core. IJavaProject
Sets the project custom options.
setOptions(Hashtable) - Static method in class org.eclipse.jdt.core. JavaCore
Sets the current table of options.
setOptions(CleanUpOptions) - Method in interface org.eclipse.jdt.ui.cleanup. ICleanUp
Sets the options that will be used.
setOptions(CleanUpOptions) - Method in interface org.eclipse.jdt.ui.cleanup. ICleanUpConfigurationUI
The options to modify in this section.
setOrderAlphabetically(boolean) - Method in class org.eclipse.jdt.ui.text.java. CompletionProposalComparator
Sets the sort order.
setOtherElements(IJavaElement[]) - Method in class org.eclipse.jdt.core.search. TypeReferenceMatch
Sets the other elements of this search match.
setOutputLocation(IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core. IJavaProject
Sets the default output location of this project to the location described by the given workspace-relative absolute path.
setOverwrite(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets whether files can be overwritten without warning.
setPackage(PackageDeclaration) - Method in class org.eclipse.jdt.core.dom. CompilationUnit
Sets or clears the package declaration of this compilation unit node to the given package declaration node.
setPackage(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Sets the package in which the top level class will be created.
setPackageFragment(IPackageFragment, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the package fragment to the given value.
setPackageFragmentRoot(IPackageFragmentRoot, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewContainerWizardPage
Sets the current source folder (model and text field) to the given package fragment root.
setPackageName(String) - Method in interface org.eclipse.jdt.core.eval. IEvaluationContext
Sets the dot-separated name of the package in which code snippets are to be compiled and run.
setPackageName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets the package where the parameter object will be created in if it is created as top level class.
setPackagesToSeal(IPackageFragment[]) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the packages which should be sealed.
setPackagesToUnseal(IPackageFragment[]) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set the packages which should explicitly be unsealed.
setPackageText(String, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewPackageWizardPage
Sets the content of the package input field to the given value.
setParameter(SingleVariableDeclaration) - Method in class org.eclipse.jdt.core.dom. EnhancedForStatement
Sets the formal parameter in this enhanced for statement.
setParameterName(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets the name of the parameter object as it will appear in the method signature.
setParameterNames(char[][]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the method parameter names.
setParameters(String[], String[]) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Sets the types and names of parameters in this method in the order they are to be declared.
setParameters(IntroduceParameterObjectDescriptor.Parameter[]) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets the parameters.
setParser(SourceElementParser) - Method in class org.eclipse.jdt.core.search. SearchDocument
 
setParticipant(SearchParticipant) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets the participant of this match.
setPattern(IJavaDebugTarget, String) - Method in interface org.eclipse.jdt.debug.core. IJavaTargetPatternBreakpoint
Sets the type name pattern this breakpoint uses to identify types in which to install itself in the given target
setPrimaryBufferProvider(WorkingCopyOwner) - Static method in class org.eclipse.jdt.core. WorkingCopyOwner
Sets the buffer provider of the primary working copy owner.
setPrimitiveTypeCode(PrimitiveType.Code) - Method in class org.eclipse.jdt.core.dom. PrimitiveType
Sets the primitive type code.
setProgramArguments(String[]) - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Sets the custom program arguments.
setProject(IJavaProject) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the Java project used when resolving bindings.
setProject(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Sets the project name of this refactoring.
setProject(String) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameResourceDescriptor
Deprecated. Sets the project name of this refactoring.
setProjectJavadocLocation(IJavaProject, URL) - Static method in class org.eclipse.jdt.ui. JavaUI
Sets the Javadoc location for a Java project.
setProjectLocationURI(URI) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageOne
Sets the project location of the new project or null if the project should be created in the workspace
setProjectModified() - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPage
Deprecated. Sets the project state to modified.
setProjectName(String) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageOne
Sets the name of the new project
setProperty(String) - Method in class org.eclipse.jdt.core. CheckDebugAttributes
 
setProperty(String, Object) - Method in class org.eclipse.jdt.core.dom. ASTNode
Sets the named property of this node to the given value, or to null to clear it.
setProvideMembers(boolean) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Sets whether the content provider is supposed to return members when asking a compilation unit or class file for its children.
setProvideWorkingCopy(boolean) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Deprecated. Since 3.0 compilation unit children are always provided from the working copy. The Java model offers a unified world and does not support the 'original' mode anymore.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom. MemberRef
Sets or clears the qualifier of this member reference.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom. MethodRef
Sets or clears the qualifier of this method reference.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom. QualifiedName
Sets the qualifier of this qualified name to the given name.
setQualifier(Type) - Method in class org.eclipse.jdt.core.dom. QualifiedType
Sets the qualifier of this qualified type to the given type.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom. SuperFieldAccess
Sets or clears the qualifier of this "super" field access expression.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom. SuperMethodInvocation
Sets or clears the qualifier of this "super" method invocation expression.
setQualifier(Name) - Method in class org.eclipse.jdt.core.dom. ThisExpression
Sets or clears the qualifier of this "this" expression.
setRaw(boolean) - Method in class org.eclipse.jdt.core.search. SearchMatch
Set whether the associated element is a raw type/method or not.
setRawClasspath(IClasspathEntry[], IPath, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core. IJavaProject
Sets both the classpath of this project and its default output location at once.
setRawClasspath(IClasspathEntry[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core. IJavaProject
Sets the classpath of this project using a list of classpath entries.
setRawClasspath(IClasspathEntry[], IProgressMonitor) - Method in interface org.eclipse.jdt.core. IJavaProject
Sets the classpath of this project using a list of classpath entries.
setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core. IJavaProject
Sets the both the classpath of this project and its default output location at once.
setReceiverRange(int, int) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant receiver of the member being completed.
setReceiverSignature(char[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the type or package signature of the relevant receiver in the context, or null if none.
setRefactoringAware(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Determines whether the jar package is refactoring aware.
setRefactoringDescriptors(RefactoringDescriptorProxy[]) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the refactoring descriptors to export.
setRefactoringProjects(IProject[]) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets the projects for which refactoring information should be stored.
setRelevance(int) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the relative relevance rating of this proposal.
setRenameGetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether getter methods for the Java element should be renamed.
setRenameSetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether setter methods for the Java element should be renamed.
setReplaceInstanceof(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. UseSupertypeDescriptor
Determines whether 'instanceof' statements are considered as candidates to replace the subtype occurrence by one of its supertypes.
setReplacementLength(int) - Method in class org.eclipse.jdt.ui.text.java. CompletionProposalCollector
If the replacement length is set, it overrides the length returned from the content assist infrastructure.
setReplaceRange(int, int) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the character indices of the subrange in the source file buffer to be replaced by the completion string.
setRequestTimeout(int) - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Sets the timeout value for JDI requests in milliseconds.
setRequiredProposals(CompletionProposal[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the list of required completion proposals, or null if none.
setRequireExtendedContext(boolean) - Method in class org.eclipse.jdt.core. CompletionRequestor
Sets whether this requestor requires an extended context.
setResolveBindings(boolean) - Method in class org.eclipse.jdt.core.dom. ASTParser
Requests that the compiler should provide binding information for the AST nodes it creates.
setResource(IResource) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameResourceDescriptor
Deprecated. Sets the resource to be renamed.
setResource(IResource) - Method in class org.eclipse.jdt.core.search. SearchMatch
Sets the resource of this match.
setResumeOnStartup(boolean) - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Sets whether the VM is resumed on startup when launched in debug mode.
setReturnType(Type) - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Deprecated. In the JLS3 API, this method is replaced by MethodDeclaration.setReturnType2(Type), which accepts null.
setReturnType(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Sets the return type name.
setReturnType2(Type) - Method in class org.eclipse.jdt.core.dom. MethodDeclaration
Sets the return type of the method declared in this method declaration to the given type, exclusive of any extra array dimensions (added in JLS3 API).
setReuseManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets whether a previously generated manifest should be reused.
setRightHandSide(Expression) - Method in class org.eclipse.jdt.core.dom. Assignment
Sets the right hand side of this assignment expression.
setRightOperand(Expression) - Method in class org.eclipse.jdt.core.dom. InfixExpression
Sets the right operand of this infix expression.
setRightOperand(Type) - Method in class org.eclipse.jdt.core.dom. InstanceofExpression
Sets the right operand of this instanceof expression.
setRule(int) - Method in class org.eclipse.jdt.core.search. SearchMatch
Set the rule used while reporting the match.
setSaveDescription(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set whether a description of this JAR package must be saved to a file by a JAR description writer during the export operation.
setSaveManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets whether the manifest file must be saved during export operation or not.
setSealJar(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets whether the JAR itself is sealed.
setSelection(ISourceRange) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameLocalVariableDescriptor
Deprecated. Sets the selection within the compilation unit which references the local variable to rename.
setSelection(VMStandin) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AbstractVMInstallPage
Sets the VM install to be edited.
setSelection(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions. AbstractOpenWizardAction
Configures the selection to be used as initial selection of the wizard.
setSelection(ISelection) - Method in class org.eclipse.jdt.ui.actions. ConvertingSelectionProvider
setSelection(IClasspathEntry) - Method in interface org.eclipse.jdt.ui.wizards. IClasspathContainerPage
Sets the classpath container entry to be edited or null if a new entry should be created.
setSetters(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets whether setters will be created for all fields.
setShell(Shell) - Method in class org.eclipse.jdt.ui.actions. AbstractOpenWizardAction
Configures the shell to be used as parent shell by the wizard.
setSignature(char[]) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the signature of the method, field type, member type, relevant in the context, or null if none.
setSource(char[]) - Method in interface org.eclipse.jdt.core.compiler. IScanner
Set the scanner source to process.
setSource(char[]) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the source code to be parsed.
setSource(ICompilationUnit) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the source code to be parsed.
setSource(IClassFile) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the source code to be parsed.
setSource(ITypeRoot) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the source code to be parsed.
setSourceAttachmentPath(IPath) - Method in interface org.eclipse.jdt.launching. IRuntimeClasspathEntry
Sets the path to the source archive associated with this entry, or null if this classpath entry has no source attachment.
setSourceAttachmentRootPath(IPath) - Method in interface org.eclipse.jdt.launching. IRuntimeClasspathEntry
Sets the path within the source archive where package fragments are located.
setSourceEnd(int) - Method in interface org.eclipse.jdt.core.compiler. IProblem
Set the end position of the problem (inclusive), or -1 if unknown.
setSourceLineNumber(int) - Method in interface org.eclipse.jdt.core.compiler. IProblem
Set the line number in source where the problem begins.
setSourceLocations(IJavaSourceLocation[]) - Method in class org.eclipse.jdt.debug.ui. JavaUISourceLocator
Deprecated.  
setSourceLocations(IJavaSourceLocation[]) - Method in class org.eclipse.jdt.launching.sourcelookup. JavaSourceLocator
Deprecated. Sets the locations that will be searched, in the order to be searched.
setSourceRange(int, int) - Method in class org.eclipse.jdt.core.dom. ASTNode
Sets the source range of the original source file where the source fragment corresponding to this node was found.
setSourceRange(int, int) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the subrange of the source code to be parsed.
setSourceStart(int) - Method in interface org.eclipse.jdt.core.compiler. IProblem
Set the start position of the problem (inclusive), or -1 if unknown.
setSpecialSelectionProvider(ISelectionProvider) - Method in class org.eclipse.jdt.ui.actions. MoveAction
 
setSpecialSelectionProvider(ISelectionProvider) - Method in class org.eclipse.jdt.ui.actions. SelectionDispatchAction
Sets a special selection provider which will be used instead of the site's selection provider.
setStatementsRecovery(boolean) - Method in class org.eclipse.jdt.core.dom. ASTParser
Requests that the compiler should perform statements recovery.
setStatic(boolean) - Method in class org.eclipse.jdt.core.dom. ImportDeclaration
Sets whether this import declaration is a static import (added in JLS3 API).
setStaticOnDemandImportThreshold(int) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Sets the on-demand import threshold for static imports.
setStatus(IStatus) - Method in class org.eclipse.jdt.ui.wizards. JavadocExportWizardPage
Sets the page status.
setStatusMessage(IStatus) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AbstractVMInstallPage
Sets this page's message based on the status severity.
setStepFilters(String[]) - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Sets the list of active step filters in this target.
setStepThruFilters(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Sets whether a step that lands in a filtered location should continue through to an un-filtered location, or return to where the step originated.
setStructuralProperty(StructuralPropertyDescriptor, Object) - Method in class org.eclipse.jdt.core.dom. ASTNode
Sets the value of the given structural property for this node.
setSubtype(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors. UseSupertypeDescriptor
Sets the subtype of the refactoring.
setSuperclass(Name) - Method in class org.eclipse.jdt.core.dom. TypeDeclaration
Deprecated. In the JLS3 API, this method is replaced by TypeDeclaration.setSuperclassType(Type), which expects a Type instead of a Name.
setSuperclass(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Sets the name of this type's superclass.
setSuperClass(String, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the super class name.
setSuperclassType(Type) - Method in class org.eclipse.jdt.core.dom. TypeDeclaration
Sets or clears the superclass declared in this type declaration (added in JLS3 API).
setSuperInterfaces(String[]) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Sets the names of interfaces that this type implements or extends, in the order in which they are to be listed in the source.
setSuperInterfaces(List, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the super interfaces.
setSupertype(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors. UseSupertypeDescriptor
Sets the supertype of the refactoring.
setSuspendPolicy(int) - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Sets whether all threads in the target VM will be suspended when this breakpoint is hit.
setSystemLibrarySource(IPath) - Method in class org.eclipse.jdt.launching. LibraryLocation
Sets the JRE library source zip location.
setTagName(String) - Method in class org.eclipse.jdt.core.dom. TagElement
Sets the tag name of this node to the given value.
setTargetSourceRangeComputer(TargetSourceRangeComputer) - Method in class org.eclipse.jdt.core.dom.rewrite. ASTRewrite
Sets a custom target source range computer for this AST rewriter.
setTaskName(String) - Method in class org.eclipse.jdt.core.compiler. CompilationProgress
Reports the name (or description) of the current task.
setText(String) - Method in class org.eclipse.jdt.core.dom. TextElement
Sets the text of this node to the given value.
setThenExpression(Expression) - Method in class org.eclipse.jdt.core.dom. ConditionalExpression
Sets the "then" part of this conditional expression.
setThenStatement(Statement) - Method in class org.eclipse.jdt.core.dom. IfStatement
Sets the "then" part of this if statement.
setThreadFilter(IJavaThread) - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Restricts this breakpoint to suspend only in the given thread when encountered in the given thread's target.
setToken(String) - Method in class org.eclipse.jdt.core.dom. NumberLiteral
Sets the token of this number literal node.
setTokenRange(int, int) - Method in class org.eclipse.jdt.core. CompletionProposal
Sets the character indices of the subrange in the source file buffer containing the relevant token being completed.
setTopLevel(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. IntroduceParameterObjectDescriptor
Sets whether the parameter object class will be created as top level class.
setType(Type) - Method in class org.eclipse.jdt.core.dom. AnnotationTypeMemberDeclaration
Sets the type of the annotation type member declared in this declaration to the given type.
setType(ArrayType) - Method in class org.eclipse.jdt.core.dom. ArrayCreation
Sets the array type in this array creation expression.
setType(Type) - Method in class org.eclipse.jdt.core.dom. CastExpression
Sets the type in this cast expression to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom. ClassInstanceCreation
Sets the type instantiated in this class instance creation expression (added in JLS3 API).
setType(Type) - Method in class org.eclipse.jdt.core.dom. FieldDeclaration
Sets the base type declared in this field declaration to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom. MethodRefParameter
Sets the paramter type to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom. ParameterizedType
Sets the type of this parameterized type.
setType(Type) - Method in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
Sets the type of the variable declared in this variable declaration to the given type, exclusive of any extra array dimensions.
setType(Type) - Method in class org.eclipse.jdt.core.dom. TypeLiteral
Sets the type in this type literal expression to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom. VariableDeclarationExpression
Sets the base type declared in this variable declaration to the given type.
setType(Type) - Method in class org.eclipse.jdt.core.dom. VariableDeclarationStatement
Sets the base type declared in this variable declaration statement to the given type.
setType(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMField
Deprecated. Sets the type name of this field.
setType(IType) - Method in class org.eclipse.jdt.core.refactoring.descriptors. ExtractClassDescriptor
Sets the type to extract class from
setTypeDeclaration(TypeDeclaration) - Method in class org.eclipse.jdt.core.dom. TypeDeclarationStatement
Deprecated. In the JLS3 API, this method is replaced by TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration) which takes AbstractTypeDeclaration instead of TypeDeclaration.
setTypeName(Name) - Method in class org.eclipse.jdt.core.dom. Annotation
Sets the annotation type name of this annotation.
setTypeName(String, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Sets the type name input field's text to the given value.
setTypeParameters(String[]) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Sets the formal type parameters for this method.
setTypeParameters(String[]) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Sets the formal type parameters for this type.
setUncaught(boolean) - Method in interface org.eclipse.jdt.debug.core. IJavaExceptionBreakpoint
Sets whether this breakpoint suspends execution when the associated exception is thrown in an uncaught location.
setUnitName(String) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the name of the compilation unit that would hypothetically contains the source string.
setUpdateHierarchy(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether other Java elements in the hierarchy of the input element should be renamed as well.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateQualifiedNames(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether qualified names of the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. MoveDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether references to the Java element should be renamed.
setUpdateReferences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameLocalVariableDescriptor
Deprecated. Determines whether references to the local variable should be renamed.
setUpdateSimilarDeclarations(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether similar declarations of the Java element should be updated.
setUpdateTextualOccurrences(boolean) - Method in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Determines whether textual occurrences of the Java element should be renamed.
setupJavacCommand() - Method in class org.eclipse.jdt.core. JDTCompilerAdapter
 
setupJavaDocumentPartitioner(IDocument) - Method in class org.eclipse.jdt.ui.text. JavaTextTools
Sets up the Java document partitioner for the given document for the default partitioning.
setupJavaDocumentPartitioner(IDocument, String) - Method in class org.eclipse.jdt.ui.text. JavaTextTools
Sets up the Java document partitioner for the given document for the given partitioning.
setUpperBound(boolean) - Method in class org.eclipse.jdt.core.dom. WildcardType
Sets whether this wildcard type is an upper bound ("extends") as opposed to a lower bound ("super").
setUsesManifest(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Sets whether a manifest must be included in the JAR.
setUseSourceFolderHierarchy(boolean) - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Set the option to export the source folder hierarchy.
setValue(Expression) - Method in class org.eclipse.jdt.core.dom. MemberValuePair
Sets the value of this pair.
setValue(Expression) - Method in class org.eclipse.jdt.core.dom. SingleMemberAnnotation
Sets the value of this annotation.
setValue(int, IJavaValue) - Method in interface org.eclipse.jdt.debug.core. IJavaArray
Sets the value at the given index to the specified value.
setValues(IJavaValue[]) - Method in interface org.eclipse.jdt.debug.core. IJavaArray
Replaces values in this array.
setValues(int, int, IJavaValue[], int) - Method in interface org.eclipse.jdt.debug.core. IJavaArray
Replaces a range of values in this array.
setVarargs(boolean) - Method in class org.eclipse.jdt.core.dom. MethodRefParameter
Sets whether this method reference parameter is for the last parameter of a variable arity method (added in JLS3 API).
setVarargs(boolean) - Method in class org.eclipse.jdt.core.dom. SingleVariableDeclaration
Sets whether this declaration declares the last parameter of a variable arity method (added in JLS3 API).
setViewLayout(int) - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Sets the view layout.
setVisible(boolean) - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageOne
 
setVisible(boolean) - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageTwo
 
setVisible(boolean) - Method in class org.eclipse.jdt.junit.wizards. NewTestSuiteWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. JavadocExportWizardPage
Called when the page becomes visible or becomes hidden.
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewAnnotationWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewClassWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewElementWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewEnumWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewInterfaceWizardPage
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPage
Deprecated. Extend this method to set a user defined default classpath or output location.
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageOne
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageTwo
 
setVisible(boolean) - Method in class org.eclipse.jdt.ui.wizards. NewPackageWizardPage
 
setVMArgs(String) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
 
setVMArgs(String) - Method in interface org.eclipse.jdt.launching. IVMInstall2
Sets VM arguments to be used with this vm install whenever this VM is launched as a raw string, possibly null.
setVMArguments(String[]) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
 
setVMArguments(String[]) - Method in interface org.eclipse.jdt.launching. IVMInstall
Deprecated. if possible, clients should use setVMArgs(String) on IVMInstall2 when possible
setVMArguments(String[]) - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Sets the custom VM arguments.
setVMSpecificArgumentsVisible(boolean) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
Sets whether this tab will display the VM specific arguments area if a JRE supports VM specific arguments.
setVMSpecificAttributesMap(Map) - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Sets the Map that contains String name/value pairs that represent VM-specific attributes.
setWorkingCopy(IEditorInput, ICompilationUnit) - Method in interface org.eclipse.jdt.ui. IWorkingCopyManagerExtension
Sets the given working copy for the given editor input.
setWorkingCopyOwner(WorkingCopyOwner) - Method in class org.eclipse.jdt.core.dom. ASTParser
Sets the working copy owner using when resolving bindings, where null means the primary owner.
setWorkingDirectory(String) - Method in class org.eclipse.jdt.launching. VMRunnerConfiguration
Sets the working directory for a launched VM.
setWorkingSets(IWorkingSet[]) - Method in class org.eclipse.jdt.ui.wizards. NewJavaProjectWizardPageOne
Sets the working sets to which the new project should be added.
setWrappingStyle(String, int) - Static method in class org.eclipse.jdt.core.formatter. DefaultCodeFormatterConstants
Set the wrapping style of the given alignment value and return the new value.
SharedASTProvider - Class in org.eclipse.jdt.ui
The SharedASTProvider provides access to the AST root used by the current active Java editor.
SharedASTProvider.WAIT_FLAG - Class in org.eclipse.jdt.ui
Wait flag class.
SHIFT_LEFT - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Shift Left global action (value "org.eclipse.jdt.ui.actions.ShiftLeft").
SHIFT_RIGHT - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Shift Right action (value "org.eclipse.jdt.ui.actions.ShiftRight").
SHORT - Static variable in class org.eclipse.jdt.core.dom. PrimitiveType
Type code for the primitive type "short".
SHORT_TAG - Static variable in interface org.eclipse.jdt.core.util. IAnnotationComponentValue
Tag value for a constant of type short
ShouldImplementHashcode - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ShouldReturnValue - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
SHOW_BASICS - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Constant (value 0) indicating that the label should show the basic images only.
SHOW_CONTAINER - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Deprecated. Use SHOW_QUALIFIED or SHOW_ROOT instead
SHOW_CONTAINER_QUALIFICATION - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Deprecated. Use SHOW_QUALIFIED instead
SHOW_CU_CHILDREN - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that specifies whether children of a compilation unit are shown in the package explorer.
SHOW_DEFAULT - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Constant indicating the default label rendering.
SHOW_IN_BREADCRUMB - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition id of show in breadcrumb action (value: "org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb").
SHOW_IN_NAVIGATOR_VIEW - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> show in navigator action (value "org.eclipse.jdt.ui.edit.text.java.show.in.navigator.view").
SHOW_IN_NAVIGATOR_VIEW - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Navigate menu: name of standard Show in Navigator View global action (value "org.eclipse.jdt.ui.actions.ShowInNaviagtorView").
SHOW_IN_PACKAGE_VIEW - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Deprecated. As of 3.5, got replaced by generic Navigate > Show In >
SHOW_IN_PACKAGE_VIEW - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Navigate menu: name of standard Show in Packages View global action (value "org.eclipse.jdt.ui.actions.ShowInPackagesView").
SHOW_JAVA_DOC - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Deprecated. As of 3.3, replaced by ITextEditorActionConstants.SHOW_INFORMATION
SHOW_JAVADOC - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Deprecated. As of 3.3, replaced by ITextEditorActionDefinitionIds.SHOW_INFORMATION
SHOW_NEXT_PROBLEM - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Deprecated. as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_NEXT_ANNOTATION
SHOW_OUTLINE - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the navigate -> Show Outline action (value "org.eclipse.jdt.ui.edit.text.java.show.outline").
SHOW_OVERLAY_ICONS - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that the label should include overlay icons for element type and modifiers.
SHOW_PARAMETERS - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that method label include parameter types.
SHOW_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that compilation units, class files, types, declarations and members should be rendered qualified.The qualification is appended.
SHOW_POSTIFIX_QUALIFICATION - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Deprecated. SHOW_POST_QUALIFIED instead
SHOW_PREVIOUS_PROBLEM - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Deprecated. as of 3.0 replaced by ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION
SHOW_QUALIFIED - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that compilation units, class files, types, declarations and members should be rendered qualified.
SHOW_RETURN_TYPE - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that methods labels include the method return type (appended).
SHOW_ROOT - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that the label should include the name of the package fragment root (appended).
SHOW_SMALL_ICONS - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that the label should show the icons with no space reserved for overlays.
SHOW_TYPE - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that a field label should include the declared type.
SHOW_VARIABLE - Static variable in class org.eclipse.jdt.ui. JavaElementLabelProvider
Flag (bit mask) indicating that the package fragment roots from class path variables should be rendered with the variable in the name
ShowActionGroup - Class in org.eclipse.jdt.ui.actions
Deprecated. As of 3.5, got replaced by generic Navigate > Show In >
ShowActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions. ShowActionGroup
Deprecated. Creates a new ShowActionGroup.
ShowActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions. ShowActionGroup
Deprecated. Creates a new ShowActionGroup.
ShowActionGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. ShowActionGroup
Deprecated. Note: This constructor is for internal use only.
ShowInNavigatorViewAction - Class in org.eclipse.jdt.ui.actions
Deprecated. As of 3.5, got replaced by generic Navigate > Show In >
ShowInNavigatorViewAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. ShowInNavigatorViewAction
Deprecated. Creates a new ShowInNavigatorViewAction.
ShowInNavigatorViewAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. ShowInNavigatorViewAction
Deprecated. Note: This constructor is for internal use only.
ShowInPackageViewAction - Class in org.eclipse.jdt.ui.actions
Deprecated. As of 3.5, got replaced by generic Navigate > Show In >
ShowInPackageViewAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. ShowInPackageViewAction
Deprecated. Creates a new ShowInPackageViewAction.
ShowInPackageViewAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions. ShowInPackageViewAction
Deprecated. Note: This constructor is for internal use only.
showMatch(Match, int, int, boolean) - Method in interface org.eclipse.jdt.ui.search. IMatchPresentation
Opens an editor on the given element and selects the given range of text.
showMembersInHierarchy(boolean) - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Locks the the members view and shows the selected members in the hierarchy.
showQualifiedTypeNames(boolean) - Method in interface org.eclipse.jdt.ui. ITypeHierarchyViewPart
Specifies if type names are shown with the parent container's name.
shutdown() - Method in interface org.eclipse.jdt.ui. IWorkingCopyManager
Shuts down this working copy manager.
SIG_BOOLEAN - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type boolean.
SIG_BYTE - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type byte.
SIG_CHAR - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type char.
SIG_DOUBLE - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type double.
SIG_FLOAT - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type float.
SIG_INT - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type int.
SIG_LONG - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type long.
SIG_SHORT - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of the primitive type short.
SIG_VOID - Static variable in class org.eclipse.jdt.core. Signature
String constant for the signature of result type void.
Signature - Class in org.eclipse.jdt.core
Provides methods for encoding and decoding type and method signature strings.
SIGNATURE - Static variable in interface org.eclipse.jdt.core.util. IAttributeNamesConstants
"Signature" attribute (added in J2SE 1.5).
SIMPLE_NAME - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SimpleName.
SIMPLE_TYPE - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SimpleType.
SimpleName - Class in org.eclipse.jdt.core.dom
AST node for a simple name.
SimplePropertyDescriptor - Class in org.eclipse.jdt.core.dom
Descriptor for a simple property of an AST node.
SimpleType - Class in org.eclipse.jdt.core.dom
Type node for a named class type, a named interface type, or a type variable.
SINGLE_MEMBER_ANNOTATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SingleMemberAnnotation.
SINGLE_VARIABLE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SingleVariableDeclaration.
SingleMemberAnnotation - Class in org.eclipse.jdt.core.dom
Single member annotation node (added in JLS3 API).
SingleVariableDeclaration - Class in org.eclipse.jdt.core.dom
Single variable declaration AST node type.
SIPUSH - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
skipProjectPackageFragmentRoot(IPackageFragmentRoot) - Method in class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Note: This method is for internal use only.
SocketUtil - Class in org.eclipse.jdt.launching
Utility class to find a port to debug on.
SocketUtil() - Constructor for class org.eclipse.jdt.launching. SocketUtil
 
sort(ICompilationUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util. CompilationUnitSorter
Deprecated. Clients should port their code to use the new JLS3 AST API and call CompilationUnitSorter.sort(AST.JLS3, compilationUnit, positions, comparator, options, monitor) instead of using this method.
sort(int, ICompilationUnit, int[], Comparator, int, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util. CompilationUnitSorter
Reorders the declarations in the given compilation unit according to the specified AST level.
sort(CompilationUnit, Comparator, int, TextEditGroup, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util. CompilationUnitSorter
Reorders the declarations in the given compilation unit according to the specified comparator.
SORT_MEMBERS - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the source -> sort order action (value "org.eclipse.jdt.ui.edit.text.java.sort.members").
SORT_MEMBERS - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Sort Members global action (value "org.eclipse.jdt.ui.actions.SortMembers").
SortMembersAction - Class in org.eclipse.jdt.ui.actions
Sorts the members of a compilation unit with the sort order as specified in the Sort Order preference page.
SortMembersAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. SortMembersAction
Creates a new SortMembersAction.
SortMembersAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions. SortMembersAction
Note: This constructor is for internal use only.
SOURCE - Static variable in interface org.eclipse.jdt.core.util. IAttributeNamesConstants
"SourceFile" attribute.
SOURCE_DEFAULT - Static variable in class org.eclipse.jdt.launching.environments. ExecutionEnvironmentDescription
Source archive property name in an execution environment description file.
SOURCE_MAP - Static variable in class org.eclipse.jdt.launching.environments. ExecutionEnvironmentDescription
Source map property name in an execution environment description file.
sourceContainersChanged(ISourceLookupDirector) - Method in class org.eclipse.jdt.launching.sourcelookup.containers. JavaSourceLookupParticipant
 
SOURCES - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchScope
Include type constant (bit mask) indicating that source folders should be considered in the search scope.
SPACE - Static variable in class org.eclipse.jdt.core. JavaCore
Configurable option value: "space".
SPACES_FOR_TABS - Static variable in class org.eclipse.jdt.ui.text. JavaSourceViewerConfiguration
Deprecated. as of 3.1 use DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR
SPELLING_CHECK_SPELLING - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
Deprecated. since 3.1, use SpellingService.PREFERENCE_SPELLING_ENABLED and SpellingService.PREFERENCE_SPELLING_ENGINE
SPELLING_ENABLE_CONTENTASSIST - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that specifies whether spelling dictionaries are available to content assist.
SPELLING_IGNORE_AMPERSAND_IN_PROPERTIES - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether '&' in Java properties files are ignored.
SPELLING_IGNORE_DIGITS - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether words containing digits should be skipped during spell checking.
SPELLING_IGNORE_JAVA_STRINGS - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether Java strings should be ignored during spell checking.
SPELLING_IGNORE_MIXED - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether mixed case words should be skipped during spell checking.
SPELLING_IGNORE_NON_LETTERS - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether non-letters at word boundaries should be ignored during spell checking.
SPELLING_IGNORE_SENTENCE - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether sentence capitalization should be ignored during spell checking.
SPELLING_IGNORE_SINGLE_LETTERS - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether single letters should be ignored during spell checking.
SPELLING_IGNORE_UPPER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether upper case words should be skipped during spell checking.
SPELLING_IGNORE_URLS - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether URLs should be ignored during spell checking.
SPELLING_LOCALE - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls the locale used for spell checking.
SPELLING_PROBLEMS_THRESHOLD - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls the maximum number of problems reported during spell checking.
SPELLING_PROPOSAL_THRESHOLD - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls the number of proposals offered during spell checking.
SPELLING_USER_DICTIONARY - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that specifies the workspace user dictionary.
SPELLING_USER_DICTIONARY_ENCODING - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that specifies encoding of the workspace user dictionary.
splitAndTrimOn(char, char[]) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Return a new array which is the split of the given array using the given divider and trimming each subarray to remove whitespaces equals to ' '.
splitOn(char, char[]) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Return a new array which is the split of the given array using the given divider.
splitOn(char, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Return a new array which is the split of the given array using the given divider.
SRCBIN_BINNAME - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that specifies the output folder name used when creating a new Java project.
SRCBIN_FOLDERS_IN_NEWPROJ - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls whether new projects are generated using source and output folder.
SRCBIN_SRCNAME - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that specifies the source folder name used when creating a new Java project.
STACK_MAP - Static variable in interface org.eclipse.jdt.core.util. IAttributeNamesConstants
"StackMap" attribute (added in cldc1.0).
STACK_MAP_TABLE - Static variable in interface org.eclipse.jdt.core.util. IAttributeNamesConstants
"StackMapTable" attribute (added in J2SE 1.6).
STANDARD_CLASSES - Static variable in interface org.eclipse.jdt.launching. IRuntimeClasspathEntry
Classpath property identifier for entries that appear on the bootstrap path by default.
StandardClasspathProvider - Class in org.eclipse.jdt.launching
Default implementation for classpath provider.
StandardClasspathProvider() - Constructor for class org.eclipse.jdt.launching. StandardClasspathProvider
 
StandardJavaElementContentProvider - Class in org.eclipse.jdt.ui
A base content provider for Java elements.
StandardJavaElementContentProvider() - Constructor for class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Creates a new content provider.
StandardJavaElementContentProvider(boolean, boolean) - Constructor for class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Deprecated. Use StandardJavaElementContentProvider.StandardJavaElementContentProvider(boolean) instead. Since 3.0 compilation unit children are always provided as working copies. The Java Model does not support the 'original' mode anymore.
StandardJavaElementContentProvider(boolean) - Constructor for class org.eclipse.jdt.ui. StandardJavaElementContentProvider
Creates a new StandardJavaElementContentProvider.
StandardSourcePathProvider - Class in org.eclipse.jdt.launching
Default implementation of source lookup path computation and resolution.
StandardSourcePathProvider() - Constructor for class org.eclipse.jdt.launching. StandardSourcePathProvider
 
start(IApplicationContext) - Method in class org.eclipse.jdt.core.formatter. CodeFormatterApplication
Runs the Java code formatter application
start(BundleContext) - Method in class org.eclipse.jdt.core. JavaCore
 
START_MARKER - Static variable in class org.eclipse.jdt.junit.wizards. NewTestSuiteWizardPage
The string used to mark the beginning of the generated code
Statement - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent statements.
statements() - Method in class org.eclipse.jdt.core.dom. Block
Returns the live list of statements in this block.
statements() - Method in class org.eclipse.jdt.core.dom. SwitchStatement
Returns the live ordered list of statements for this switch statement.
STATEMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. Block
The "statements" structural property of this node type.
STATEMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. SwitchStatement
The "statements" structural property of this node type.
STATIC - Static variable in class org.eclipse.jdt.core.dom. Modifier
"static" modifier constant (bit mask).
STATIC - Static variable in class org.eclipse.jdt.ui. JavaElementImageDescriptor
Flag to render the static adornment.
STATIC_KEYWORD - Static variable in class org.eclipse.jdt.core.dom. Modifier.ModifierKeyword
"static" modifier with flag value Modifier.STATIC.
STATIC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ImportDeclaration
The "static" structural property of this node type (added in JLS3 API).
StaticImport - Static variable in class org.eclipse.jdt.core. CompletionFlags
Constant representing a static import
StaticInheritedMethodConflicts - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
StaticMemberOfParameterizedType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
StaticMethodRequested - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
STATUS_ERROR - Static variable in interface org.eclipse.jdt.junit. ITestRunListener
Deprecated. Status constant indicating that a test had an error an unanticipated exception (constant value 1).
STATUS_FAILURE - Static variable in interface org.eclipse.jdt.junit. ITestRunListener
Deprecated. Status constant indicating that a test failed an assertion (constant value 2).
STATUS_OK - Static variable in interface org.eclipse.jdt.junit. ITestRunListener
Deprecated. Status constant indicating that a test passed (constant value 0).
statusUpdated() - Method in interface org.eclipse.jdt.ui.wizards. JavadocExportWizardPage.IJavadocExportWizardPageContainer
Calling this method will update status lines and button enablement in the wizard page container
stop() - Method in class org.eclipse.jdt.core.formatter. CodeFormatterApplication
 
stop(BundleContext) - Method in class org.eclipse.jdt.core. JavaCore
 
stop(IJavaObject) - Method in interface org.eclipse.jdt.debug.core. IJavaThread
Request to stops this thread with the given exception.
STOPPED - Static variable in class org.eclipse.jdt.junit.model. ITestElement.ProgressState
state that describes that the test element has been stopped before being completed
store(OutputStream, IProgressMonitor) - Method in interface org.eclipse.jdt.core. ITypeHierarchy
Stores the type hierarchy in an output stream.
STRATEGY_EMBEDDED - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Similar declaration updating strategy which finds exact names and embedded names as well (value: 2).
STRATEGY_EXACT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Similar declaration updating strategy which finds exact names only (value: 1).
STRATEGY_SUFFIX - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. RenameJavaElementDescriptor
Similar declaration updating strategy which finds exact names, embedded names and name suffixes (value: 3).
STRICTFP - Static variable in class org.eclipse.jdt.core.dom. Modifier
"strictfp" modifier constant (bit mask).
STRICTFP_KEYWORD - Static variable in class org.eclipse.jdt.core.dom. Modifier.ModifierKeyword
"strictfp" modifier with flag value Modifier.STRICTFP.
STRING_LITERAL - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type StringLiteral.
STRING_TAG - Static variable in interface org.eclipse.jdt.core.util. IAnnotationComponentValue
Tag value for a constant of type java.lang.String
StringConstantIsExceedingUtf8Limit - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
StringLiteral - Class in org.eclipse.jdt.core.dom
String literal nodes.
structuralPropertiesForType() - Method in class org.eclipse.jdt.core.dom. ASTNode
Returns a list of structural property descriptors for nodes of the same type as this node.
StructuralPropertyDescriptor - Class in org.eclipse.jdt.core.dom
Abstract base class for property descriptors of AST nodes.
subarray(char[][], int, int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
subarray(char[], int, int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers a new array which is a copy of the given array starting at the given start and ending at the given end.
subtreeBytes() - Method in class org.eclipse.jdt.core.dom. ASTNode
Returns an estimate of the memory footprint in bytes of the entire subtree rooted at this node.
subtreeMatch(ASTMatcher, Object) - Method in class org.eclipse.jdt.core.dom. ASTNode
Returns whether the subtree rooted at the given node matches the given other object as decided by the given matcher.
suggestArgumentNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core. NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_PARAMETER as variable kind.
suggestArgumentNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core. NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_PARAMETER as variable kind.
suggestFieldNames(IJavaProject, char[], char[], int, int, char[][]) - Static method in class org.eclipse.jdt.core. NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_INSTANCE_FIELD or NamingConventions.VK_STATIC_FIELD as variable kind.
suggestFieldNames(IJavaProject, String, String, int, int, String[]) - Static method in class org.eclipse.jdt.core. NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_INSTANCE_FIELD or NamingConventions.VK_STATIC_FIELD as variable kind.
suggestGetterName(IJavaProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.jdt.core. NamingConventions
Suggest name for a getter method.
suggestGetterName(IJavaProject, String, int, boolean, String[]) - Static method in class org.eclipse.jdt.core. NamingConventions
Suggest name for a getter method.
suggestLocalVariableNames(IJavaProject, char[], char[], int, char[][]) - Static method in class org.eclipse.jdt.core. NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_LOCAL as variable kind.
suggestLocalVariableNames(IJavaProject, String, String, int, String[]) - Static method in class org.eclipse.jdt.core. NamingConventions
Deprecated. Use NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) instead with NamingConventions.VK_LOCAL as variable kind.
suggestSetterName(IJavaProject, char[], int, boolean, char[][]) - Static method in class org.eclipse.jdt.core. NamingConventions
Suggest name for a setter method.
suggestSetterName(IJavaProject, String, int, boolean, String[]) - Static method in class org.eclipse.jdt.core. NamingConventions
Suggest name for a setter method.
suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean) - Static method in class org.eclipse.jdt.core. NamingConventions
Suggests names for a variable.
SUPER - Static variable in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Field ID of the super type input field.
SUPER_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SuperConstructorInvocation.
SUPER_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SuperFieldAccess.
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. EnumDeclaration
The "superInterfaceTypes" structural property of this node type.
SUPER_INTERFACE_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. TypeDeclaration
The "superInterfaceTypes" structural property of this node type (added in JLS3 API).
SUPER_INTERFACES - Static variable in interface org.eclipse.jdt.core.util. IClassFileReader
This value should be used to read the constant pool entries and the super interface names of a .class file.
SUPER_INTERFACES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. TypeDeclaration
The "superInterfaces" structural property of this node type (JLS2 API only).
SUPER_METHOD_INVOCATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SuperMethodInvocation.
SUPER_REFERENCE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Return only super field accesses or super method invocations (e.g. using the super qualifier).
SUPERCLASS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. TypeDeclaration
The "superclass" structural property of this node type (JLS2 API only).
SUPERCLASS_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. TypeDeclaration
The "superclassType" structural property of this node type (added in JLS3 API).
SuperclassAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
superClassChanged() - Method in class org.eclipse.jdt.junit.wizards. NewTestCaseWizardPageOne
 
superClassChanged() - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Hook method that gets called when the superclass name has changed.
SuperclassInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
SuperclassInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
SuperclassMustBeAClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
SuperclassNotFound - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
SuperclassNotVisible - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
SuperConstructorInvocation - Class in org.eclipse.jdt.core.dom
Super constructor invocation statement AST node type.
SuperFieldAccess - Class in org.eclipse.jdt.core.dom
Simple or qualified "super" field access expression AST node type.
SuperfluousSemicolon - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
SuperInterfaceMustBeAnInterface - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
superInterfaces() - Method in class org.eclipse.jdt.core.dom. TypeDeclaration
Deprecated. In the JLS3 API, this method is replaced by TypeDeclaration.superInterfaceTypes().
superInterfacesChanged() - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Hook method that gets called when the list of super interface has changed.
SuperInterfacesCollide - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
superInterfaceTypes() - Method in class org.eclipse.jdt.core.dom. EnumDeclaration
Returns the live ordered list of superinterfaces of this enum declaration.
superInterfaceTypes() - Method in class org.eclipse.jdt.core.dom. TypeDeclaration
Returns the live ordered list of superinterfaces of this type declaration (added in JLS3 API).
SuperMethodInvocation - Class in org.eclipse.jdt.core.dom
Simple or qualified "super" method invocation expression AST node type.
SUPERTYPE_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Return only type references used as a super type or as a super interface.
SuperTypeUsingWildcard - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
supportsAccessWatchpoints() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this target supports access watchpoints.
supportsCondition() - Method in interface org.eclipse.jdt.debug.core. IJavaLineBreakpoint
Returns whether this breakpoint supports a conditional expression.
supportsDropToFrame() - Method in interface org.eclipse.jdt.debug.core. IJavaStackFrame
Deprecated. since 3.1, IJavaStackFrame extends org.eclipse.debug.core.IDropToFrame which defines canDropToFrame(). Use this method instead.
supportsForceReturn() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this VM supports the ability to force an early return from methods.
supportsHotCodeReplace() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this target supports hot code replace.
supportsInstanceBreakpoints() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this target supports instance breakpoints.
supportsInstanceFilters() - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Returns whether this breakpoints supports instance filters.
supportsInstanceRetrieval() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this VM supports instance and reference retrieval for types and objects.
supportsModificationWatchpoints() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this target supports modification watchpoints.
supportsMonitorInformation() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this target supports providing monitor information.
supportsRequestTimeout() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this debug target supports a request timeout - a maximum time for a JDI request to receive a response.
supportsSelectiveGarbageCollection() - Method in interface org.eclipse.jdt.debug.core. IJavaDebugTarget
Returns whether this VM supports the ability to enable and disable garbage collection of individual objects.
supportsThreadFilters() - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Returns whether this breakpoints supports thread filters.
SURROUND_WITH_TRY_CATCH - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the source -> surround with try/catch action (value "org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch").
SURROUND_WITH_TRY_CATCH - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Surround with try/catch block global action (value "org.eclipse.jdt.ui.actions.SurroundWithTryCatch").
SurroundWithTryCatchAction - Class in org.eclipse.jdt.ui.actions
Action to surround a set of statements with a try/catch block.
SurroundWithTryCatchAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions. SurroundWithTryCatchAction
Note: This constructor is for internal use only.
SUSPEND - Static variable in interface org.eclipse.jdt.debug.core. IJavaBreakpointListener
Return code in response to a "breakpoint hit" notification, indicating a vote to suspend the associated thread.
SUSPEND_THREAD - Static variable in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Default suspend policy constant indicating a breakpoint will suspend only the thread in which it occurred.
SUSPEND_VM - Static variable in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Suspend policy constant indicating a breakpoint will suspend the target VM when hit.
SWAP - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
SWITCH_CASE - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SwitchCase.
SWITCH_STATEMENT - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SwitchStatement.
SwitchCase - Class in org.eclipse.jdt.core.dom
Switch case AST node type.
SwitchStatement - Class in org.eclipse.jdt.core.dom
Switch statement AST node type.
SYNCHRONIZED - Static variable in class org.eclipse.jdt.core.dom. Modifier
"synchronized" modifier constant (bit mask).
SYNCHRONIZED - Static variable in class org.eclipse.jdt.ui. JavaElementImageDescriptor
Flag to render the synchronized adornment.
SYNCHRONIZED_KEYWORD - Static variable in class org.eclipse.jdt.core.dom. Modifier.ModifierKeyword
"synchronized" modifier with flag value Modifier.SYNCHRONIZED.
SYNCHRONIZED_STATEMENT - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type SynchronizedStatement.
SynchronizedStatement - Class in org.eclipse.jdt.core.dom
Synchronized statement AST node type.
Syntax - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
SYNTHETIC - Static variable in interface org.eclipse.jdt.core.util. IAttributeNamesConstants
"Synthetic" attribute.
SYSTEM - Static variable in class org.eclipse.jdt.core.util. ClassFileBytesDisassembler
This mode corresponds to the detailed mode plus the constant pool contents and any further information that would be useful for debugging purpose.
SYSTEM_LIBRARIES - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchScope
Include type constant (bit mask) indicating that system libraries should be considered in the search scope.

Eclipse JDT
Release 3.5
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

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