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 _

A

A_ACCURATE - Static variable in class org.eclipse.jdt.core.search. SearchMatch
The search result corresponds an exact match of the search pattern.
A_INACCURATE - Static variable in class org.eclipse.jdt.core.search. SearchMatch
The search result is potentially a match for the search pattern, but the search engine is unable to fully check it (for example, because there are errors in the code or the classpath are not correctly set).
AALOAD - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
AASTORE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ABORT - Static variable in class org.eclipse.jdt.core. JavaCore
Configurable option value: "abort".
abort(String, Throwable, int) - Method in class org.eclipse.jdt.junit.launcher. JUnitLaunchConfigurationDelegate
 
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching. AbstractJavaLaunchConfigurationDelegate
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching. AbstractVMInstall
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching. AbstractVMRunner
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
aboutToBuild(IJavaProject) - Method in class org.eclipse.jdt.core.compiler. CompilationParticipant
Notifies this participant that a build is about to start and provides it the opportunity to create missing source folders for generated source files.
aboutToStart() - Method in interface org.eclipse.jdt.core.search. IJavaSearchResultCollector
Deprecated. Replaced by SearchRequestor.beginReporting().
ABSTRACT - Static variable in class org.eclipse.jdt.core.dom. Modifier
"abstract" modifier constant (bit mask).
ABSTRACT - Static variable in class org.eclipse.jdt.ui. JavaElementImageDescriptor
Flag to render the abstract adornment.
ABSTRACT_KEYWORD - Static variable in class org.eclipse.jdt.core.dom. Modifier.ModifierKeyword
"abstract" modifier with flag value Modifier.ABSTRACT.
AbstractJavaLaunchConfigurationDelegate - Class in org.eclipse.jdt.launching
Abstract implementation of a Java launch configuration delegate.
AbstractJavaLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.launching. AbstractJavaLaunchConfigurationDelegate
 
AbstractMethodCannotBeOverridden - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AbstractMethodInAbstractClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AbstractMethodInEnum - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AbstractMethodMustBeImplementedOverConcreteMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AbstractMethodsInConcreteClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AbstractOpenWizardAction - Class in org.eclipse.jdt.ui.actions
Abstract base classed used for the open wizard actions.
AbstractOpenWizardAction() - Constructor for class org.eclipse.jdt.ui.actions. AbstractOpenWizardAction
Creates the action.
AbstractProposalSorter - Class in org.eclipse.jdt.ui.text.java
Abstract base class for sorters contributed to the org.eclipse.jdt.ui.javaCompletionProposalSorters extension point.
AbstractProposalSorter() - Constructor for class org.eclipse.jdt.ui.text.java. AbstractProposalSorter
Creates a new sorter.
AbstractTypeDeclaration - Class in org.eclipse.jdt.core.dom
Abstract subclass for type declaration, enum declaration, and annotation type declaration AST node types.
AbstractVMInstall - Class in org.eclipse.jdt.launching
Abstract implementation of a VM install.
AbstractVMInstall(IVMInstallType, String) - Constructor for class org.eclipse.jdt.launching. AbstractVMInstall
Constructs a new VM install.
AbstractVMInstallPage - Class in org.eclipse.jdt.debug.ui.launchConfigurations
A wizard page used to edit the attributes of an installed JRE.
AbstractVMInstallPage(String) - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations. AbstractVMInstallPage
Constructs a new page with the given page name.
AbstractVMInstallPage(String, String, ImageDescriptor) - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations. AbstractVMInstallPage
Creates a new wizard page with the given name, title, and image.
AbstractVMInstallType - Class in org.eclipse.jdt.launching
Abstract implementation of a VM install type.
AbstractVMInstallType() - Constructor for class org.eclipse.jdt.launching. AbstractVMInstallType
Constructs a new VM install type.
AbstractVMRunner - Class in org.eclipse.jdt.launching
Abstract implementation of a VM runner.
AbstractVMRunner() - Constructor for class org.eclipse.jdt.launching. AbstractVMRunner
 
ACC_ABSTRACT - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_ANNOTATION - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
Indicates an annotation (added in J2SE 1.5).
ACC_BRIDGE - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
Indicates a bridge method (added in J2SE 1.5).
ACC_ENUM - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
Indicates an enum (added in J2SE 1.5).
ACC_FINAL - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_INTERFACE - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_NATIVE - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_PRIVATE - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_PROTECTED - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_PUBLIC - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_STATIC - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_STRICT - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_SUPER - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_SYNCHRONIZED - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_SYNTHETIC - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
Indicates a synthetic member.
ACC_TRANSIENT - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
ACC_VARARGS - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
Indicates a variable arity method (added in J2SE 1.5).
ACC_VOLATILE - Static variable in interface org.eclipse.jdt.core.util. IModifierConstants
 
AccAbstract - Static variable in class org.eclipse.jdt.core. Flags
Abstract property flag.
AccAnnotation - Static variable in class org.eclipse.jdt.core. Flags
Annotation property flag (added in J2SE 1.5).
AccBridge - Static variable in class org.eclipse.jdt.core. Flags
Bridge method property flag (added in J2SE 1.5).
AccDefault - Static variable in class org.eclipse.jdt.core. Flags
Constant representing the absence of any flag
AccDeprecated - Static variable in class org.eclipse.jdt.core. Flags
Deprecated property flag.
AccEnum - Static variable in class org.eclipse.jdt.core. Flags
Enum property flag (added in J2SE 1.5).
accept(CompletionProposal) - Method in class org.eclipse.jdt.core. CompletionRequestor
Proposes a completion.
accept(ASTVisitor) - Method in class org.eclipse.jdt.core.dom. ASTNode
Accepts the given visitor on a visit of the current node.
accept(IResource, int, int, IJavaElement, int) - Method in interface org.eclipse.jdt.core.search. IJavaSearchResultCollector
Deprecated. Replaced by SearchRequestor.acceptSearchMatch(SearchMatch).
accept(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java. CompletionProposalCollector
Proposes a completion.
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptAST(ICompilationUnit, CompilationUnit) - Method in class org.eclipse.jdt.core.dom. ASTRequestor
Accepts an AST corresponding to the compilation unit.
acceptBinding(String, IBinding) - Method in class org.eclipse.jdt.core.dom. ASTRequestor
Accepts a binding corresponding to the binding key.
acceptClass(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a class completion.
acceptClass(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICorrectionRequestor
Notification of a class correction.
acceptClass(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search. ITypeNameRequestor
Deprecated. Accepts a top-level or a member class.
acceptClassFiles(byte[][], String[][], String) - Method in interface org.eclipse.jdt.core.eval. ICodeSnippetRequestor
Sends the given class files to the target and loads them.
acceptContext(CompletionContext) - Method in class org.eclipse.jdt.core. CompletionRequestor
Propose the context in which the completion occurs.
acceptContext(CompletionContext) - Method in class org.eclipse.jdt.ui.text.java. CompletionProposalCollector
Propose the context in which the completion occurs.
acceptError(IProblem) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptError(IMarker) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a compilation error detected during completion.
acceptError(IProblem) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.completionFailure(IProblem) instead.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a field completion.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICorrectionRequestor
Notification of a field correction.
acceptInterface(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of an interface completion.
acceptInterface(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICorrectionRequestor
Notification of an interface correction.
acceptInterface(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search. ITypeNameRequestor
Deprecated. Accepts a top-level or a member interface.
acceptKeyword(char[], int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptKeyword(char[], int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a keyword completion.
acceptKeyword(char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptLabel(char[], int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptLabel(char[], int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a label completion.
acceptLabel(char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a local variable completion.
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICorrectionRequestor
Notification of a local variable correction.
acceptMatch(String, String, char, SearchPattern, IndexQueryRequestor, SearchParticipant, IJavaSearchScope) - Method in class org.eclipse.jdt.core.search. SearchPattern
 
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptMethod(char[], char[], char[], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a method completion.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICorrectionRequestor
Notification of a method correction.
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptModifier(char[], int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptModifier(char[], int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a modifier completion.
acceptModifier(char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptPackage(char[], char[], int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a package completion.
acceptPackage(char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core. ICorrectionRequestor
Notification of a package correction.
acceptProblem(IMarker, String, int) - Method in interface org.eclipse.jdt.core.eval. ICodeSnippetRequestor
Notifies of an evaluation problem.
acceptProblem(IProblem) - Method in interface org.eclipse.jdt.core. IProblemRequestor
Notification of a Java problem.
acceptSearchMatch(SearchMatch) - Method in class org.eclipse.jdt.core.search. SearchRequestor
Accepts the given search match.
acceptType(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptType(char[], char[], char[], int, int) - Method in interface org.eclipse.jdt.core. ICodeCompletionRequestor
Deprecated. Code assist notification of a type completion.
acceptType(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
acceptType(int, char[], char[], char[][], String) - Method in class org.eclipse.jdt.core.search. TypeNameRequestor
Accepts a top-level or a member type.
acceptTypeNameMatch(TypeNameMatch) - Method in class org.eclipse.jdt.core.search. TypeNameMatchRequestor
Accepts a type name match ( TypeNameMatch) which contains top-level or a member type information as package name, enclosing types names, simple type name, modifiers, etc.
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core. CompletionRequestorAdapter
Deprecated.  
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core. ICompletionRequestor
Deprecated. Use CompletionRequestor.accept(CompletionProposal) instead.
AccFinal - Static variable in class org.eclipse.jdt.core. Flags
Final access flag.
AccInterface - Static variable in class org.eclipse.jdt.core. Flags
Interface property flag.
AccNative - Static variable in class org.eclipse.jdt.core. Flags
Native property flag.
AccPrivate - Static variable in class org.eclipse.jdt.core. Flags
Private access flag.
AccProtected - Static variable in class org.eclipse.jdt.core. Flags
Protected access flag.
AccPublic - Static variable in class org.eclipse.jdt.core. Flags
Public access flag.
AccStatic - Static variable in class org.eclipse.jdt.core. Flags
Static access flag.
AccStrictfp - Static variable in class org.eclipse.jdt.core. Flags
Strictfp property flag.
AccSuper - Static variable in class org.eclipse.jdt.core. Flags
Super property flag.
AccSynchronized - Static variable in class org.eclipse.jdt.core. Flags
Synchronized access flag.
AccSynthetic - Static variable in class org.eclipse.jdt.core. Flags
Synthetic property flag.
AccTransient - Static variable in class org.eclipse.jdt.core. Flags
Transient property flag.
AccVarargs - Static variable in class org.eclipse.jdt.core. Flags
Varargs method property flag (added in J2SE 1.5).
AccVolatile - Static variable in class org.eclipse.jdt.core. Flags
Volatile property flag.
ACONST_NULL - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
acquireDocument(IProgressMonitor) - Method in class org.eclipse.jdt.core.refactoring. CompilationUnitChange
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. AppletParametersTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaArgumentsTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaClasspathTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaJRETab
 
adaptToPreferenceChange(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text. JavaTextTools
Deprecated. As of 3.0, no replacement
add(IJavaElement) - Method in interface org.eclipse.jdt.core. IRegion
Adds the given element and all of its descendents to this region.
ADD_BLOCK_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the source -> add block comment action (value "org.eclipse.jdt.ui.edit.text.java.add.block.comment").
ADD_BLOCK_COMMENT - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Block Comment global action (value "org.eclipse.jdt.ui.actions.AddBlockComment").
ADD_CONSTRUCTOR_FROM_SUPERCLASS - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Add Constructor From Superclass global action (value "org.eclipse.jdt.ui.actions.AddConstructorFromSuperclass").
ADD_IMPORT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the source -> add import action (value "org.eclipse.jdt.ui.edit.text.java.add.import").
ADD_IMPORT - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Add Import global action (value "org.eclipse.jdt.ui.actions.AddImport").
ADD_JAVA_DOC_COMMENT - Static variable in class org.eclipse.jdt.ui.actions. JdtActionConstants
Source menu: name of standard Add Javadoc Comment global action (value "org.eclipse.jdt.ui.actions.AddJavaDocComment").
ADD_JAVADOC_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the source -> add javadoc comment action (value "org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment").
ADD_UNIMPLEMENTED_CONTRUCTORS - Static variable in interface org.eclipse.jdt.ui.actions. IJavaEditorActionDefinitionIds
Action definition ID of the source -> add unimplemented constructors action (value "org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors").
addBreakpointListener(String) - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Adds the breakpoint listener extension with specified identifier to this breakpoint.
addBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core. IBuffer
Adds the given listener for changes to this buffer.
addChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom. IDOMNode
Deprecated. Adds the given un-parented node (document fragment) as the last child of this node.
addContainerResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Registers the given resolver for the specified container.
AddDelegateMethodsAction - Class in org.eclipse.jdt.ui.actions
Creates delegate methods for a type's fields.
AddDelegateMethodsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions. AddDelegateMethodsAction
Note: This constructor is for internal use only.
AddDelegateMethodsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. AddDelegateMethodsAction
Creates a new AddDelegateMethodsAction.
addDirectories(IPath, File) - Method in class org.eclipse.jdt.ui.jarpackager. JarWriter2
Deprecated. Creates the directory entries for the given path and writes it to the current archive.
addDirectories(IPath) - Method in class org.eclipse.jdt.ui.jarpackager. JarWriter3
Creates the directory entries for the given path and writes it to the current archive.
addDirectories(String) - Method in class org.eclipse.jdt.ui.jarpackager. JarWriter3
Creates the directory entries for the given path and writes it to the current archive.
addDirectories(IResource, IPath) - Method in class org.eclipse.jdt.ui.jarpackager. JarWriter3
Creates the directory entries for the given path and writes it to the current archive.
ADDED - Static variable in interface org.eclipse.jdt.core. IJavaElementDelta
Status constant indicating that the element has been added.
addElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core. JavaCore
Adds the given listener for changes to Java elements.
addElementChangedListener(IElementChangedListener, int) - Static method in class org.eclipse.jdt.core. JavaCore
Adds the given listener for changes to Java elements.
addEntry(JarEntry, InputStream) - Method in class org.eclipse.jdt.ui.jarpackager. JarWriter3
Write the given entry describing the given content to the current archive
addException(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Adds the given exception to the end of the list of exceptions this method is declared to throw.
addFile(IFile, IPath, File) - Method in class org.eclipse.jdt.ui.jarpackager. JarWriter2
Deprecated. Creates a new JarEntry with the passed path and contents, and writes it to the current archive.
addFile(IFile, IPath) - Method in class org.eclipse.jdt.ui.jarpackager. JarWriter3
Creates a new JarEntry with the passed path and contents, and writes it to the current archive.
AddGetterSetterAction - Class in org.eclipse.jdt.ui.actions
Creates getter and setter methods for a type's fields.
AddGetterSetterAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. AddGetterSetterAction
Creates a new AddGetterSetterAction.
AddGetterSetterAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions. AddGetterSetterAction
Note: This constructor is for internal use only.
addHotCodeReplaceListener(IJavaHotCodeReplaceListener) - Static method in class org.eclipse.jdt.debug.core. JDIDebugModel
Registers the given listener for hot code replace notifications.
addImport(ITypeBinding) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(ITypeBinding, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(ITypeBinding, AST) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a Type that can be used in the code.
addImport(ITypeBinding, AST, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a Type that can be used in the code.
addImport(String, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(String) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a type reference that can be used in the code.
addImport(String) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage.ImportsManager
Adds a new import declaration that is sorted in the existing imports.
addImport(ITypeBinding) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage.ImportsManager
Adds a new import declaration that is sorted in the existing imports.
addImportFromSignature(String, AST) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a Type node that can be used in the code as a reference to the type.
addImportFromSignature(String, AST, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new import to the rewriter's record and returns a Type node that can be used in the code as a reference to the type.
addIndexEntry(char[], char[]) - Method in class org.eclipse.jdt.core.search. SearchDocument
Adds the given index entry (category and key) coming from this document to the index.
addingBreakpoint(IJavaDebugTarget, IJavaBreakpoint) - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpointListener
Notification that the given breakpoint is about to be added to the specified target.
addInstanceFilter(IJavaObject) - Method in interface org.eclipse.jdt.debug.core. IJavaBreakpoint
Adds the given object to the list of objects in which this breakpoint is restricted to suspend execution.
ADDITIONAL_DIRS - Static variable in class org.eclipse.jdt.launching.environments. ExecutionEnvironmentDescription
Additional directories property name in an execution environment description file.
addJavaBreakpointListener(IJavaBreakpointListener) - Static method in class org.eclipse.jdt.debug.core. JDIDebugModel
Registers the given listener for breakpoint notifications.
AddJavaDocStubAction - Class in org.eclipse.jdt.ui.actions
Create Javadoc comment stubs for the selected members.
AddJavaDocStubAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. AddJavaDocStubAction
Creates a new AddJavaDocStubAction.
AddJavaDocStubAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions. AddJavaDocStubAction
Note: This constructor is for internal use only.
addJavaElementMarkerAttributes(Map, IJavaElement) - Static method in class org.eclipse.jdt.core. JavaCore
Configures the given marker attribute map for the given Java element.
addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui. OverrideIndicatorLabelDecorator
 
addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui. ProblemsLabelDecorator
 
addManifestReferences(IRuntimeClasspathEntry, List) - Method in class org.eclipse.jdt.launching. StandardSourcePathProvider
If the given entry is an archive, adds any archives referenced by the associated manifest.
addParameter(String, String) - Method in interface org.eclipse.jdt.core.jdom. IDOMMethod
Deprecated. Adds the given parameter to the end of the parameter list.
addPreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core. JavaCore
Deprecated. use addPreProcessingResourceChangedListener(listener, IResourceChangeEvent.POST_CHANGE) instead
addPreProcessingResourceChangedListener(IResourceChangeListener, int) - Static method in class org.eclipse.jdt.core. JavaCore
Adds the given listener for resource change events of the given types to the Java core.
addProjectionRange(DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation, Position) - Method in class org.eclipse.jdt.ui.text.folding. DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Adds a projection (folding) region to this context.
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jdt.ui.actions. ConvertingSelectionProvider
addStaticImport(IBinding) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStaticImport(IBinding, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStaticImport(String, String, boolean) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStaticImport(String, String, boolean, ImportRewrite.ImportRewriteContext) - Method in class org.eclipse.jdt.core.dom.rewrite. ImportRewrite
Adds a new static import to the rewriter's record and returns a reference that can be used in the code.
addStaticImport(String, String, boolean) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage.ImportsManager
Adds a new import declaration for a static type that is sorted in the existing imports.
addSuperInterface(String) - Method in interface org.eclipse.jdt.core.jdom. IDOMType
Deprecated. Adds the given interface name to the names of interfaces that this type implements or extends (the name will be added after the existing interface names).
addSuperInterface(String) - Method in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Adds a super interface to the end of the list and selects it if it is not in the list yet.
addTestRunListener(ITestRunListener) - Static method in class org.eclipse.jdt.junit. JUnitCore
Deprecated. As of 3.3, replaced by JUnitCore.addTestRunListener(TestRunListener)
addTestRunListener(TestRunListener) - Static method in class org.eclipse.jdt.junit. JUnitCore
Adds a listener for test runs.
AddToClasspathAction - Class in org.eclipse.jdt.ui.actions
Action to add a JAR to the classpath of its parent project.
AddToClasspathAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. AddToClasspathAction
Creates a new AddToClasspathAction.
addTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core. ITypeHierarchy
Adds the given listener for changes to this type hierarchy.
AddUnimplementedConstructorsAction - Class in org.eclipse.jdt.ui.actions
Creates unimplemented constructors for a type.
AddUnimplementedConstructorsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions. AddUnimplementedConstructorsAction
Note: This constructor is for internal use only.
AddUnimplementedConstructorsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions. AddUnimplementedConstructorsAction
Creates a new AddUnimplementedConstructorsAction.
addVariableResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Registers the given resolver for the specified variable.
addVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching. JavaRuntime
Adds the given listener to the list of registered VM install changed listeners.
affectsBehavior(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text. JavaTextTools
Deprecated. As of 3.0, replaced by JavaSourceViewerConfiguration.affectsTextPresentation(PropertyChangeEvent)
affectsTextPresentation(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text. JavaSourceViewerConfiguration
Determines whether the preference change encoded by the given event changes the behavior of one of its contained components.
alignRegion(IRegion, DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext) - Method in class org.eclipse.jdt.ui.text.folding. DefaultJavaFoldingStructureProvider
Aligns region to start and end at a line offset.
ALL - Static variable in interface org.eclipse.jdt.core.util. IClassFileReader
This value should be used to read completely each part of a .class file.
ALL_BUT_METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.util. IClassFileReader
This value should be used to read the whole contents of the .class file except the method bodies.
ALL_CATEGORY - Static variable in class org.eclipse.jdt.ui. JavaElementLabels
Show category for all elements.
ALL_DEFAULT - Static variable in class org.eclipse.jdt.ui. JavaElementLabels
Default options (M_PARAMETER_TYPES, M_APP_TYPE_PARAMETERS & T_TYPE_PARAMETERS enabled)
ALL_FILTERS - Static variable in class org.eclipse.jdt.ui.actions. MemberFilterActionGroup
 
ALL_FULLY_QUALIFIED - Static variable in class org.eclipse.jdt.ui. JavaElementLabels
Qualify all elements
ALL_OCCURRENCES - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
The search result is a declaration, a reference, or an implementer of an interface.
ALL_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui. JavaElementLabels
Post qualify all elements
allowCollapsing() - Method in class org.eclipse.jdt.ui.text.folding. DefaultJavaFoldingStructureProvider.FoldingStructureComputationContext
Returns true if newly created folding regions may be collapsed, false if not.
allowOverwrite() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether files can be overwritten without warning.
allVariables() - Method in interface org.eclipse.jdt.core.eval. IEvaluationContext
Returns the global variables declared in this evaluation context.
ALOAD - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ALOAD_0 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ALOAD_1 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ALOAD_2 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ALOAD_3 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
AmbiguousConstructor - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AmbiguousConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AmbiguousConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AmbiguousField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AmbiguousMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
analyze(IVMInstall, IProgressMonitor) - Method in interface org.eclipse.jdt.launching.environments. IExecutionEnvironmentAnalyzerDelegate
Analyzes the given vm install and returns a collection of compatible execution environments, possibly empty.
AND - Static variable in class org.eclipse.jdt.core.dom. InfixExpression.Operator
AND "&" operator.
ANEWARRAY - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
Annotation - Class in org.eclipse.jdt.core.dom
Abstract base class of AST nodes that represent annotations.
ANNOTATION - Static variable in interface org.eclipse.jdt.core.dom. IBinding
Kind constant (value 5) indicating an annotation binding.
ANNOTATION - Static variable in interface org.eclipse.jdt.core. IJavaElement
Constant representing an annotation.
ANNOTATION_ATTRIBUTE_REF - Static variable in class org.eclipse.jdt.core. CompletionProposal
Completion is a reference to annotation's attribute.
ANNOTATION_BODY_TEMPLATE_ID - Static variable in class org.eclipse.jdt.ui. CodeGeneration
Constant ID for the type kind to be used in CodeGeneration.getTypeBody(String, ICompilationUnit, String, String) to get the code template used for a new annotation type body.
ANNOTATION_DEFAULT - Static variable in interface org.eclipse.jdt.core.util. IAttributeNamesConstants
"AnnotationDefault" attribute (added in J2SE 1.5).
ANNOTATION_TAG - Static variable in interface org.eclipse.jdt.core.util. IAnnotationComponentValue
Tag value for a value that represents an annotation
ANNOTATION_TYPE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
The searched element is an annotation type.
ANNOTATION_TYPE - Static variable in class org.eclipse.jdt.ui.wizards. NewTypeWizardPage
Constant to signal that the created type is an annotation.
ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type AnnotationTypeDeclaration.
ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type AnnotationTypeMemberDeclaration.
ANNOTATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchConstants
Return only type references used as an annotation.
AnnotationCannotOverrideMethod - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationCircularity - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationCircularitySelfReference - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationFieldNeedConstantInitialization - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated (code is legite)
AnnotationMembersCannotHaveParameters - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationMembersCannotHaveTypeParameters - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
annotations() - Method in class org.eclipse.jdt.core.dom. PackageDeclaration
Returns the live ordered list of annotations of this package declaration (added in JLS3 API).
ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. PackageDeclaration
The "annotations" structural property of this node type (added in JLS3 API).
AnnotationTypeDeclaration - Class in org.eclipse.jdt.core.dom
Annotation type declaration AST node type (added in JLS3 API).
AnnotationTypeDeclarationCannotHaveConstructor - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationTypeDeclarationCannotHaveSuperclass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationTypeDeclarationCannotHaveSuperinterfaces - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationTypeMemberDeclaration - Class in org.eclipse.jdt.core.dom
Annotation type member declaration AST node type (added in JLS3 API).
AnnotationTypeUsedAsSuperInterface - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationValueMustBeAnEnumConstant - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationValueMustBeAnnotation - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationValueMustBeArrayInitializer - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationValueMustBeClassLiteral - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnnotationValueMustBeConstant - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ANONYMOUS_CLASS_CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core. CompletionProposal
Completion is a reference of a constructor of an anonymous class.
ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core. CompletionProposal
Completion is a declaration of an anonymous class.
ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type AnonymousClassDeclaration.
ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ClassInstanceCreation
The "anonymousClassDeclaration" structural property of this node type.
ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. EnumConstantDeclaration
The "anonymousClassDeclaration" structural property of this node type.
AnonymousClassCannotExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AnonymousClassDeclaration - Class in org.eclipse.jdt.core.dom
Anonymous class declaration AST node type.
apiLevel() - Method in class org.eclipse.jdt.core.dom. AST
Return the API level supported by this AST.
APPEARANCE_CATEGORY - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls category rendering of Java elements in the UI.
APPEARANCE_COMPRESS_PACKAGE_NAMES - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls if package name compression is turned on or off.
APPEARANCE_ENABLE_VISIBILITY_SORT_ORDER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preferences that controls if Java elements are also sorted by visibility.
APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls if empty inner packages are folded in the hierarchical mode of the package explorer.
APPEARANCE_JAVADOC_FONT - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
The symbolic font name for the font used to display Javadoc (value "org.eclipse.jdt.ui.javadocfont").
APPEARANCE_MEMBER_SORT_ORDER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that defines how member elements are ordered by the Java views using the JavaElementSorter.
APPEARANCE_METHOD_RETURNTYPE - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls return type rendering of methods in the UI.
APPEARANCE_METHOD_TYPEPARAMETERS - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that controls type parameter rendering of methods in the UI.
APPEARANCE_OVERRIDE_INDICATOR - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
Deprecated. Override Indicator is now controlled on the platform's decorator preference page
APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that defines the pattern used for package name compression.
APPEARANCE_VISIBILITY_SORT_ORDER - Static variable in class org.eclipse.jdt.ui. PreferenceConstants
A named preference that defines how member elements are ordered by visibility in the Java views using the JavaElementSorter.
append(char[], char) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers a new array with appending the suffix character at the end of the array.
append(char[], int, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Append the given sub-array to the target array starting at the given index in the target array.
append(char[]) - Method in interface org.eclipse.jdt.core. IBuffer
Appends the given character array to the contents of the buffer.
append(String) - Method in interface org.eclipse.jdt.core. IBuffer
Appends the given string to the contents of the buffer.
APPEND_ROOT_PATH - Static variable in class org.eclipse.jdt.ui. JavaElementLabels
Add root path to all elements except Package Fragment Roots and Java projects.
AppletArgumentsTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
A launch configuration tab that displays and edits program arguments, VM arguments, and working directory launch configuration attributes, for an applet.
AppletArgumentsTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations. AppletArgumentsTab
 
AppletMainTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
This tab appears for Java applet launch configurations and allows the user to edit attributes such as the applet class to launch and its owning project, if any.
AppletMainTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations. AppletMainTab
 
AppletParametersTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
This tab appears for java applet launch configurations and allows the user to edit applet-specific attributes such as width, height, name & applet parameters.
AppletParametersTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations. AppletParametersTab
 
APPLICATION_LIBRARIES - Static variable in interface org.eclipse.jdt.core.search. IJavaSearchScope
Include type constant (bit mask) indicating that application libraries should be considered in the search scope.
applyTextEdit(TextEdit, IProgressMonitor) - Method in interface org.eclipse.jdt.core. IBuffer.ITextEditCapability
Applies a text edit to this underlying buffer.
applyTextEdit(TextEdit, IProgressMonitor) - Method in interface org.eclipse.jdt.core. ICompilationUnit
Applies a text edit to the compilation unit's buffer.
ARCHIVE - Static variable in interface org.eclipse.jdt.launching. IRuntimeClasspathEntry
Type identifier for archive entries.
ArchiveSourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by the following classes: org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer and org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer.
ArchiveSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup. ArchiveSourceLocation
Deprecated. Constructs a new empty source location to be initialized with a memento.
ArchiveSourceLocation(String, String) - Constructor for class org.eclipse.jdt.launching.sourcelookup. ArchiveSourceLocation
Deprecated. Constructs a new source location that will retrieve source elements from the zip file with the given name.
areClassFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether class files and resources are exported.
areDirectoryEntriesIncluded() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether directory entries are added to the jar.
areErrorsExported() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Answers if compilation units with errors are exported.
areGeneratedFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether files created by the Java builder are exported.
areJavaFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether java files and resources are exported.
areOutputFoldersExported() - Method in class org.eclipse.jdt.ui.jarpackager. JarPackageData
Tells whether all output folders for the enclosing projects of the exported elements.
ARETURN - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ArgumentHidingField - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ArgumentHidingLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ArgumentIsNeverUsed - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
arguments() - Method in class org.eclipse.jdt.core.dom. ClassInstanceCreation
Returns the live ordered list of argument expressions in this class instance creation expression.
arguments() - Method in class org.eclipse.jdt.core.dom. ConstructorInvocation
Returns the live ordered list of argument expressions in this alternate constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom. EnumConstantDeclaration
Returns the live ordered list of argument expressions in this enumeration constant declaration.
arguments() - Method in class org.eclipse.jdt.core.dom. MethodInvocation
Returns the live ordered list of argument expressions in this method invocation expression.
arguments() - Method in class org.eclipse.jdt.core.dom. SuperConstructorInvocation
Returns the live ordered list of argument expressions in this super constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom. SuperMethodInvocation
Returns the live ordered list of argument expressions in this "super" method invocation expression.
ARGUMENTS - Static variable in interface org.eclipse.jdt.core. IJavaModelMarker
Id marker attribute (value "arguments").
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ClassInstanceCreation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ConstructorInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. EnumConstantDeclaration
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. MethodInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. SuperConstructorInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. SuperMethodInvocation
The "arguments" structural property of this node type.
ArgumentTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.AmbiguousType instead
ArgumentTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ArgumentTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.CannotAllocateVoidArray instead
ArgumentTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InheritedTypeHidesEnclosingName instead
ArgumentTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.InternalTypeNameProvided instead
ArgumentTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.UndefinedType instead
ArgumentTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
Deprecated. - problem is no longer generated, use IProblem.NotVisibleType instead
ARRAY_ACCESS - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type ArrayAccess.
ARRAY_CREATION - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type ArrayCreation.
ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type ArrayInitializer.
ARRAY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom. ArrayAccess
The "array" structural property of this node type.
ARRAY_TAG - Static variable in interface org.eclipse.jdt.core.util. IAnnotationComponentValue
Tag value for a value that represents an array
ARRAY_TYPE - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type ArrayType.
ARRAY_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core. Signature
Kind constant for an array type signature.
ArrayAccess - Class in org.eclipse.jdt.core.dom
Array access expression AST node type.
arrayConcat(char[][], char[][]) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers the concatenation of the two arrays.
arrayConcat(char[][], char[]) - Static method in class org.eclipse.jdt.core.compiler. CharOperation
Answers a new array adding the second array at the end of first array.
ArrayConstantsOnlyInArrayInitializers - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ArrayCreation - Class in org.eclipse.jdt.core.dom
Array creation expression AST node type.
ArrayInitializer - Class in org.eclipse.jdt.core.dom
Array initializer AST node type.
ARRAYLENGTH - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ArrayReferenceRequired - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
ArrayType - Class in org.eclipse.jdt.core.dom
Type node for an array type.
ASSERT_STATEMENT - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type AssertStatement.
AssertStatement - Class in org.eclipse.jdt.core.dom
Assert statement AST node type.
ASSIGN - Static variable in class org.eclipse.jdt.core.dom. Assignment.Operator
= operator.
Assignment - Class in org.eclipse.jdt.core.dom
Assignment expression AST node type.
ASSIGNMENT - Static variable in class org.eclipse.jdt.core.dom. ASTNode
Node type constant indicating a node of type Assignment.
Assignment.Operator - Class in org.eclipse.jdt.core.dom
Assignment operators (typesafe enumeration).
AssignmentHasNoEffect - Static variable in interface org.eclipse.jdt.core.compiler. IProblem
 
AST - Class in org.eclipse.jdt.core.dom
Umbrella owner and abstract syntax tree node factory.
AST() - Constructor for class org.eclipse.jdt.core.dom. AST
Deprecated. Clients should port their code to use the new JLS3 AST API and call AST.newAST(AST.JLS3) instead of using this constructor.
AST(Map) - Constructor for class org.eclipse.jdt.core.dom. AST
Deprecated. Clients should port their code to use the new JLS3 AST API and call AST.newAST(AST.JLS3) instead of using this constructor.
ASTMatcher - Class in org.eclipse.jdt.core.dom
Concrete superclass and default implementation of an AST subtree matcher.
ASTMatcher() - Constructor for class org.eclipse.jdt.core.dom. ASTMatcher
Creates a new AST matcher instance.
ASTMatcher(boolean) - Constructor for class org.eclipse.jdt.core.dom. ASTMatcher
Creates a new AST matcher instance.
ASTNode - Class in org.eclipse.jdt.core.dom
Abstract superclass of all Abstract Syntax Tree (AST) node types.
ASTORE - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ASTORE_0 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ASTORE_1 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ASTORE_2 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ASTORE_3 - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ASTParser - Class in org.eclipse.jdt.core.dom
A Java language parser for creating abstract syntax trees (ASTs).
ASTRequestor - Class in org.eclipse.jdt.core.dom
An AST requestor handles ASTs for compilation units passed to ASTParser.createASTs.
ASTRequestor() - Constructor for class org.eclipse.jdt.core.dom. ASTRequestor
Creates a new instance.
ASTRewrite - Class in org.eclipse.jdt.core.dom.rewrite
Infrastructure for modifying code by describing changes to AST nodes.
ASTRewrite(AST) - Constructor for class org.eclipse.jdt.core.dom.rewrite. ASTRewrite
Internal constructor.
ASTVisitor - Class in org.eclipse.jdt.core.dom
A visitor for abstract syntax trees.
ASTVisitor() - Constructor for class org.eclipse.jdt.core.dom. ASTVisitor
Creates a new AST visitor instance.
ASTVisitor(boolean) - Constructor for class org.eclipse.jdt.core.dom. ASTVisitor
Creates a new AST visitor instance.
ATHROW - Static variable in interface org.eclipse.jdt.core.util. IOpcodeMnemonics
 
ATT_HANDLE_ID - Static variable in class org.eclipse.jdt.core. JavaCore
Name of the handle id attribute in a Java marker.
attachSource(IPath, IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core. IPackageFragmentRoot
Attaches the source archive identified by the given absolute path to this binary package fragment root.
ATTR_ALLOW_TERMINATE - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_ANT_AFTER_CLEAN_TARGETS - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
String attribute indicating the Ant targets to execute after a clean (full build) for an Ant builder.
ATTR_ANT_AUTO_TARGETS - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
String attribute indicating the Ant targets to execute during an auto build for an Ant builder.
ATTR_ANT_CLEAN_TARGETS - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
String attribute indicating the Ant targets to execute during a clean for an Ant builder.
ATTR_ANT_MANUAL_TARGETS - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
String attribute indicating the Ant targets to execute during a manual build for an Ant builder.
ATTR_ANT_PROPERTIES - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Map attribute indicating the Ant properties to be defined during the build.
ATTR_ANT_PROPERTY_FILES - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
String attribute indicating the Ant targets to execute.
ATTR_ANT_TARGETS - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
String attribute indicating the Ant targets to execute.
ATTR_APPLET_APPLETVIEWER_CLASS - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_HEIGHT - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_NAME - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_PARAMETERS - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_WIDTH - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_BOOTPATH - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_BOOTPATH_APPEND - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_BOOTPATH_PREPEND - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_CLASSPATH - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CLASSPATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CMDLINE - Static variable in class org.eclipse.jdt.launching. JavaRuntime
Deprecated. - use IProcess.ATTR_CMDLINE
ATTR_CMDLINE - Static variable in class org.eclipse.jdt.ui. JavaUI
Deprecated.   
ATTR_CONNECT_MAP - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CONSIDER_INHERITED_MAIN - Static variable in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaMainTab
Boolean launch configuration attribute indicating whether types inheriting a main method should be considered when searching for a main type.
ATTR_DEFAULT_CLASSPATH - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEFAULT_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEFAULT_VM_INSTALL - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Boolean attribute indicating if the default VM install should be used for the separate JRE build Default value is false for backwards compatibility
ATTR_FIND_ALL_SOURCE_ELEMENTS - Static variable in class org.eclipse.jdt.debug.ui. JavaUISourceLocator
Deprecated. Launch configuration attribute indicating that this source locator should locate all source elements that correspond to a stack frame, rather than the first match.
ATTR_HIDE_INTERNAL_TARGETS - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Boolean attribute indicating whether or not internal targets (targets with no description) should be hidden from the user in the launch configuration dialog.
ATTR_INCLUDE_EXTERNAL_JARS - Static variable in class org.eclipse.jdt.debug.ui.launchConfigurations. JavaMainTab
Boolean launch configuration attribute indicating that external jars (on the runtime classpath) should be searched when looking for a main type.
ATTR_JAVA_COMMAND - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Attribute key for VM specific attributes found in the ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP.
ATTR_JRE_CONTAINER_PATH - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_MAIN_TYPE_NAME - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROGRAM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROJECT_NAME - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SORT_TARGETS - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Integer attribute indicating which column targets should be sorted on.
ATTR_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SOURCE_PATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_STOP_IN_MAIN - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_TARGETS_UPDATED - Static variable in interface org.eclipse.ant.ui.launching. IAntLaunchConfigurationConstants
Boolean attribute indicating whether or not target specification for an Ant builder has been updated for 3.1
ATTR_VM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_NAME - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Deprecated. use ATTR_JRE_CONTAINER_PATH
ATTR_VM_INSTALL_TYPE - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Deprecated. use ATTR_JRE_CONTAINER_PATH
ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_WORKING_DIRECTORY - Static variable in interface org.eclipse.jdt.launching. IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTRIBUTE_ELEMENT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Predefined argument called element<Number>.
ATTRIBUTE_INPUT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Predefined argument called input.
ATTRIBUTE_NAME - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Predefined argument called name.
ATTRIBUTE_NOT_SUPPORTED - Static variable in class org.eclipse.jdt.core. ClasspathContainerInitializer
Status code indicating that an attribute is not supported.
ATTRIBUTE_READ_ONLY - Static variable in class org.eclipse.jdt.core. ClasspathContainerInitializer
Status code indicating that an attribute is not modifiable.
ATTRIBUTE_REFERENCES - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Predefined argument called references.
ATTRIBUTE_SELECTION - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
Predefined argument called selection.
ATTRIBUTE_VERSION - Static variable in class org.eclipse.jdt.core.refactoring.descriptors. JavaRefactoringDescriptor
The version attribute

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