Eclipse JDT
2.1
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 _

C

C_ARRAY - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an array type in a signature.
C_BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type boolean in a signature.
C_BYTE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type byte in a signature.
C_CHAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type char in a signature.
C_DOLLAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dollar in a signature.
C_DOT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dot in a signature.
C_DOUBLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type double in a signature.
C_FLOAT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type float in a signature.
C_INT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type int in a signature.
C_LONG - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type long in a signature.
C_NAME_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a named type in a signature.
C_PARAM_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a parameter type list in a signature.
C_PARAM_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a parameter type list in a signature.
C_RESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved, named type in a signature.
C_SEMICOLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the semicolon in a signature.
C_SHORT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type short in a signature.
C_UNRESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of an unresolved, named type in a signature.
C_VOID - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating result type void in a signature.
CALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CANCEL_IF_NOT_READY_TO_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation throws an org.eclipse.core.runtime.OperationCanceledException if the underlying indexer has not finished indexing the workspace.
canCreateJar(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Checks if the JAR file can be overwritten.
canHaveChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns whether this node is allowed to have children.
CannotAllocateVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineDimensionExpressionsWithInit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineInterfaceInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineStaticInitializerInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotHideAnInstanceMethodWithAStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotImportPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotOverrideAStaticMethodWithAnInstanceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotReturnInInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotUseSuperInCodeSnippet - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
canTerminateEvaluation() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Returns whether the currently executing IEvaluationRunnable supports termination.
canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns true if this container initializer can be requested to perform updates on its own container values.
CASE_INSENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern ignores cases in the search result.
CASE_SENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern matches the search result only if cases are the same.
CAST_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CastExpression.
CastExpression - class org.eclipse.jdt.core.dom.CastExpression.
Cast expression AST node type.
CASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CATCH_CLAUSE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CatchClause.
CatchClause - class org.eclipse.jdt.core.dom.CatchClause.
Catch clause AST node type.
catchClauses() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the live ordered list of catch clauses for this try statement.
category(Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
CCPActionGroup - class org.eclipse.jdt.ui.actions.CCPActionGroup.
Action group that adds the copy, cut, paste actions to a view part's context menu and installs handlers for the corresponding global menu actions.
CCPActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CCPActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been changed, as described by the change flags.
CHAR - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "char".
CHARACTER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CharacterLiteral.
CharacterLiteral - class org.eclipse.jdt.core.dom.CharacterLiteral.
Character literal nodes.
CharOperation - class org.eclipse.jdt.core.compiler.CharOperation.
This class is a collection of helper methods to manipulate char arrays.
CharOperation() - Constructor for class org.eclipse.jdt.core.compiler.CharOperation
 
charValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the value of this literal node.
CHECKCAST - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
chooseJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Realize a Java Project selection dialog and return the first selected project, or null if there was none.
chooseJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
Realize a Java Project selection dialog and return the first selected project, or null if there was none.
CLASS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class.
CLASS_FILE - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a class file.
CLASS_INSTANCE_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ClassInstanceCreation.
CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
ClassExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CLASSFILE_ATTRIBUTES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the attributes of a .class file.
ClassFileBytesDisassembler - class org.eclipse.jdt.core.util.ClassFileBytesDisassembler.
This class is intended to be subclassed to disassemble classfile bytes onto a String using the proper line separator.
ClassFileBytesDisassembler() - Constructor for class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
 
ClassFormatException - exception org.eclipse.jdt.core.util.ClassFormatException.
Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
ClassFormatException(int) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassFormatException(String) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassInstanceCreation - class org.eclipse.jdt.core.dom.ClassInstanceCreation.
Class instance creation expression AST node type.
CLASSPATH_CYCLE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a project is involved in a build path cycle.
CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Classpath file format marker attribute (value "classpathFileFormat").
ClasspathContainerInitializer - class org.eclipse.jdt.core.ClasspathContainerInitializer.
Abstract base implementation of all classpath container initializer.
ClasspathContainerInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathContainerInitializer
Creates a new classpath container initializer.
ClasspathVariableInitializer - class org.eclipse.jdt.core.ClasspathVariableInitializer.
Abstract base implementation of all classpath variable initializers.
ClasspathVariableInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathVariableInitializer
Creates a new classpath variable initializer.
CLEAN - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
clearJREComboBoxEntry() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Convenience method to remove any selection in the JRE combo box
clone() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns a stand-alone copy of the document fragment represented by this node that is in no way dependent on the document this node is part of.
close() - Method in interface org.eclipse.jdt.core.IOpenable
Closes this element and its buffer (if any).
close() - Method in interface org.eclipse.jdt.core.IBuffer
Closes the buffer.
close() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Closes the archive and does all required cleanup.
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
Closes this writer.
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
Closes this reader.
closeArchives() - Static method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Closes all zip files that have been opened, and removes them from the zip file cache.
CODE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
 
CODE_SNIPPET - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a code snippet.
CODEASSIST_ADDIMPORT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist adds import statements.
CODEASSIST_ARGUMENT_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_ARGUMENT_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_AUTOACTIVATION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist gets auto activated.
CODEASSIST_AUTOACTIVATION_DELAY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A name preference that holds the auto activation delay time in milli seconds.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Java code.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Javadoc.
CODEASSIST_AUTOINSERT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.
CODEASSIST_CASE_SENSITIVITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether code assist proposals filtering is case sensitive or not.
CODEASSIST_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FILL_ARGUMENT_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.
CODEASSIST_GUESS_METHOD_ARGUMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.
CODEASSIST_IMPLICIT_QUALIFICATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_INSERT_COMPLETION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist only inserts completions.
CODEASSIST_LOCAL_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_LOCAL_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_ORDER_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines if code assist proposals are sorted in alphabetical order.
CODEASSIST_PARAMETERS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used for parameter hints.
CODEASSIST_PARAMETERS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_PROPOSALS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog.
CODEASSIST_PROPOSALS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_REPLACEMENT_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog to mark replaced code.
CODEASSIST_REPLACEMENT_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.
CODEASSIST_SHOW_VISIBLE_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if code assist contains only visible proposals.
CODEASSIST_STATIC_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_STATIC_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_VISIBILITY_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. - use codeComplete(int, ICompletionRequestor) instead
codeComplete(int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(String, int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead
codeComplete(String, int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
CODEGEN__FILE_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the new type code template.
CODEGEN__JAVADOC_STUBS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use CODEGEN_ADD_COMMENTS instead (Name is more precice).
CODEGEN__NON_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the overriding method comment.
CODEGEN_ADD_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if comment stubs will be added automatically to newly created types and methods.
CODEGEN_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use setting from JavaCore preference store (key JavaCore. CODEASSIST_FIELD_SUFFIXES and CODEASSIST_STATIC_FIELD_SUFFIXES)
CODEGEN_USE_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_USE_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CodeGeneration - class org.eclipse.jdt.ui.CodeGeneration.
Class that offers access to the templates contained in the 'code generation' preference page.
codeSelect(int, int) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code selection on the given selected text in this compilation unit, reporting results to the given selection requestor.
codeSelect(String, int, int) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
CodeSnippetMissingClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeSnippetMissingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
collectRequiredProjects(IJavaProject, ArrayList) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Adds all projects required by proj to the list res
COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Comment global action (value "org.eclipse.jdt.ui.actions.Comment").
COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> comment action (value "org.eclipse.jdt.ui.edit.text.java.comment").
commit(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Commits the contents of this working copy to its original element and underlying resource, bringing the Java model up-to-date with the current contents of the working copy.
COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
compare(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
compareWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Compares the contents of the two arrays array and prefix.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a Java compilation unit.
COMPILATION_UNIT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CompilationUnit.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Node type constant indicating a compilation unit.
CompilationUnit - class org.eclipse.jdt.core.dom.CompilationUnit.
Java compilation unit AST node type.
CompilationUnitSorter - class org.eclipse.jdt.core.util.CompilationUnitSorter.
Operation for sorting members within a compilation unit.
COMPILER_CODEGEN_TARGET_PLATFORM - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_CODEGEN_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_COMPLIANCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_LINE_NUMBER_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_LOCAL_VARIABLE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_ASSERT_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_CHAR_ARRAY_IN_STRING_CONCATENATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_HIDDEN_CATCH_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INCOMPATIBLE_NON_INHERITED_INTERFACE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MAX_PER_UNIT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_METHOD_WITH_CONSTRUCTOR_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NO_EFFECT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NON_NLS_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_OVERRIDING_PACKAGE_DEFAULT_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_STATIC_ACCESS_RECEIVER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SYNTHETIC_ACCESS_EMULATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNREACHABLE_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_IMPLEMENTING_ABSTRACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_OVERRIDING_CONCRETE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PRIVATE_MEMBER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE_FILE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITY_HIGH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_LOW - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPLEMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Bitwise complement "~" operator.
completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CompletionRequestorAdapter - class org.eclipse.jdt.core.CompletionRequestorAdapter.
Adapter of the requestor interface ICompletionRequestor.
CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
 
COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
Note: This method is for internal use only.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
computeCorrections(IMarker, ICompilationUnit, int, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given marker, reporting results to the given correction requestor.
computeCorrections(IProblem, ICompilationUnit, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given IProblem, reporting results to the given correction requestor.
computeDefaultRuntimeClassPath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes the default application classpath entries for the given project.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Computes and returns an unresolved classpath for the given launch configuration.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
computeUnresolvedRuntimeClasspath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the default unresolved runtime claspath for the given project.
computeUnresolvedRuntimeClasspath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved class path for the given launch configuration.
computeUnresolvedSourceLookupPath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved source lookup path for the given launch configuration.
computeVMInstall(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM install for the given launch configuration.
concat(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
concat(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays inserting the separator character between the two arrays.
concat(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays.
concat(char[], char, char[], char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays inserting the sep1 character between the two arrays and sep2 between the last two.
concat(char, char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array with prepending the prefix character and appending the suffix character at the end of the array.
concatenate(Object[], Object[]) - Static method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
concatWith(char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part.
concatWith(char[][], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[], char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
CONDITIONAL_AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional AND "&&" operator.
CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConditionalExpression.
CONDITIONAL_OR - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional OR "||" operator.
ConditionalExpression - class org.eclipse.jdt.core.dom.ConditionalExpression.
Conditional expression AST node type.
configureJavaElementMarker(IMarker, IJavaElement) - Method in class org.eclipse.jdt.core.JavaCore
Configures the given marker for the given Java element.
configureJavaProject(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Adds the Java nature to the project (if not set yet) and configures the build classpath.
ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
connect(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
Connects the given editor input to this manager.
connect(Map, IProgressMonitor, ILaunch) - Method in interface org.eclipse.jdt.launching.IVMConnector
Establishes a JDI connection with a debuggable VM using the arguments specified in the given map, contributing results (debug targets and processes), to the given launch.
CONSIDER_BINARIES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that binaries should be considered.
CONSIDER_CLASSES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that classes should be considered.
CONSIDER_EXTERNAL_JARS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that external JARs should be considered.
CONSIDER_INTERFACES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that interfaces should be considered.
CONSIDER_REQUIRED_PROJECTS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that required projects should be considered.
CONSIDER_TYPES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that both classes and interfaces should be considered.
CONSTANT_Class - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Class_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_POOL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read only the constant pool entries of a .class file.
CONSTANT_String - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_String_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8 - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_VALUE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
 
constructCUContent(ICompilationUnit, String, String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Uses the New Java file template from the code template page to generate a compilation unit with the given type content.
constructDefaultJREName(IVMInstall) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
CONSTRUCTOR - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a constructor.
CONSTRUCTOR - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the 'constructor' adornment
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConstructorInvocation.
ConstructorInvocation - class org.eclipse.jdt.core.dom.ConstructorInvocation.
Alternate constructor invocation statement AST node type.
ConstructorRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CONTAINER - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for container entries.
CONTAINER - Static variable in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Id of the container field
containerChanged() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
This method is a hook which gets called after the source folder's text input field has changed.
contains(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char, char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Returns whether the given element is contained in this region.
contains(IResource) - Method in interface org.eclipse.jdt.core.IJavaModel
Returns whether this Java model contains an IJavaElement whose resource is the given resource or a non-Java resource which is the given resource.
contains(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns whether the given type is part of this hierarchy.
containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this fragment contains at least one Java resource.
CONTENT_ASSIST - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Edit menu: name of standard Code Assist global action (value "org.eclipse.jdt.ui.actions.ContentAssist").
CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ContinueStatement.
ContinueStatement - class org.eclipse.jdt.core.dom.ContinueStatement.
Continue statement AST node type.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given tool bar
contributeToViewMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given menu manager.
CONVERT_ANONYMOUS_TO_NESTED - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.jdt.ui.actions.ConvertAnonymousToNested").
CONVERT_ANONYMOUS_TO_NESTED - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> convert anonynous to nested action (value "org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested").
CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standardConvert Line Delimiters ToMac global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToMac").
CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To UNIX global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToUNIX").
CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To Windows global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToWindows").
CONVERT_LOCAL_TO_FIELD - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.jdt.ui.actions.ConvertLocalToField").
CONVERT_NESTED_TO_TOP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a nested type to a top level type (value "org.eclipse.jdt.ui.actions.MoveInnerToTop").
ConvertAnonymousToNestedAction - class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction.
Action to convert an anonymous inner class to a nested class.
ConvertAnonymousToNestedAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
Note: This constructor is for internal use only.
ConvertLocalToFieldAction - class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction.
Action to convert a local variable to a field.
ConvertLocalToFieldAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction - class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.
Action to convert a nested class to a top level class.
ConvertNestedToTopAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Creates a new MoveInnerToTopAction.
convertToRealVM() - Method in class org.eclipse.jdt.launching.VMStandin
If no corresponding 'real' VM exists, create one and populate it from this standin instance.
copy(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Copies the given elements to the specified container(s).
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Copies this element to the given container.
copy(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Copies the resource of this package fragment root to the destination path as specified by IResource.copy(IPath, int, IProgressMonitor) but excluding nested source folders.
copySubtree(AST, ASTNode) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtree of AST nodes rooted at the given node.
copySubtrees(AST, List) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtrees of AST nodes rooted at the given list of nodes.
CORE_CIRCULAR_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_MULTIPLE_OUTPUT_LOCATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENCODING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating a core exception occurred.
CORE_INCOMPLETE_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_CLEAN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_DUPLICATE_RESOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_ORDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORRECTION_ASSIST_PROPOSALS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> correction assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals").
correctionEnd - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CorrectionEngine - class org.eclipse.jdt.core.CorrectionEngine.
This class is the entry point for source corrections.
CorrectionEngine(Map) - Constructor for class org.eclipse.jdt.core.CorrectionEngine
The CorrectionEngine is responsible for computing problem corrections.
correctionStart - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CP_CONTAINER_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a container path was not resolvable indicating either the referred container is undefined, unbound.
CP_VARIABLE_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a variable path was not resolvable indicating either the referred variable is undefined, unbound or the resolved variable path does not correspond to an existing file or folder.
CPE_CONTAINER - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry representing a name classpath container.
CPE_LIBRARY - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a library.
CPE_PROJECT - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a required project.
CPE_SOURCE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a folder containing package fragments with source code to be compiled.
CPE_VARIABLE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry defined using a path that begins with a classpath variable reference.
CREATE_DELEGATE_METHODS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate delegates action (value "org.eclipse.jdt.ui.edit.text.java.create.delegate.methods").
CREATE_GETTER_SETTER - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").
create(ICompilationUnit, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given ICompilationUnit.
create(IField, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IField.
create(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given file, or null if unable to associate the given file with a Java element.
create(IFolder) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the package fragment or package fragment root corresponding to the given folder, or null if unable to associate the given folder with a Java element.
create(IJavaProject, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IJavaProject.
create(IMethod, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IMethod.
create(IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragmentRoot.
create(IPackageFragment, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragment.
create(IProject) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java project corresponding to the given project.
create(IResource) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given resource, or null if unable to associate the given resource with a Java element.
create(IType, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IType.
create(IWorkspaceRoot) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model.
create(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a manifest as defined by the JarPackage.
create(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
createArraySignature(char[], int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArraySignature(String, int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createBuffer(IOpenable) - Method in interface org.eclipse.jdt.core.IBufferFactory
Creates a buffer for the given owner.
createCharArrayTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createClass() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createClass() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createClassFileFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a class file element for the given .class file.
createCodeFormatter() - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of a code formatter.
createCompilationUnit() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates and return an empty JDOM.
createCompilationUnit(char[], String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit(char[], String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a JDOM on the given source code.
createCompilationUnit(String, String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a JDOM on the given source code.
createCompilationUnit(String, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragment
Creates and returns a compilation unit in this package fragment with the specified name and contents.
createCompilationUnitFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a compilation unit element for the given .java file.
createContainerControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Creates the necessary controls (label, text field and browse button) to edit the source folder location.
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
 
createDefault(String) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a default manifest.
createDefaultClassFileBytesDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile bytecode disassembler, able to produce a String representation of a given classfile.
createDefaultClassFileDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - should use factory method creating ClassFileBytesDisassembler instead
createDefaultClassFileReader(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile reader onto a classfile Java element.
createDefaultClassFileReader(String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultClassFileReader(String, String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of the built-in code formatter.
createDialogArea(Composite) - Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
 
createDocumentPartitioner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Factory method for creating a Java-specific document partitioner using this object's partitions scanner.
createEnclosingTypeControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the enclosing type name field.
createExceptionBreakpoint(IResource, String, boolean, boolean, boolean, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns an exception breakpoint for an exception with the given name.
createField() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createField() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default field document fragment.
createField(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createField(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a field document fragment on the given source code.
createField(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a field in this type with the given contents.
createHierarchyScope(IType) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope limited to the hierarchy of the given type.
createImport() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createImport() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty import document fragment.
createImport(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createImport(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an import document fragment on the given source code.
createImport(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an import declaration in this compilation unit with the given name.
createInheritedMethods(IType, boolean, boolean, IImportsStructure, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Deprecated. Use createInheritedMethods(IType,boolean,boolean,IImportsManager,IProgressMonitor)
createInheritedMethods(IType, boolean, boolean, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the bodies of all unimplemented methods and constructors and adds them to the type.
createInitializer() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty initializer document fragment.
createInitializer(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an initializer document fragment from the given source code.
createInitializer(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a static initializer in this type with the given contents.
createInterface() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createInterface() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createJarDescriptionReader(InputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description reader for this JAR package data object.
createJarDescriptionWriter(OutputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description writer for this JAR package data object.
createJarExportRunnable(JarPackageData[], Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable for a list of JAR package data objects.
createJarExportRunnable(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable.
createJarPackageFragmentRootFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a handle for the given JAR file.
createJarWriter(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarWriter for this JAR package.
createJavaSearchScope(IJavaElement[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope limited to the given java elements.
createJavaSearchScope(IJavaElement[], boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope limited to the given java elements.
createJavaSearchScope(IResource[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use createJavaSearchScope(IJavaElement[]) instead
createLineBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a line breakpoint in the type with the given name, at the given line number.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMethod() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createMethod() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default method document fragment.
createMethod(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createMethod(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a method document fragment on the given source code.
createMethod(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a method or constructor in this type with the given contents.
createMethodBreakpoint(IResource, String, String, String, boolean, boolean, boolean, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method breakpoint with the specified criteria.
createMethodEntryBreakpoint(IResource, String, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method entry breakpoint with the specified criteria.
createMethodSignature(char[][], char[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createMethodSignature(String[], String) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createModifierControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the modifiers radio/ceckbox buttons.
createOrSearchPattern(ISearchPattern, ISearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern that combines the given two patterns into a "or" pattern.
createPackage() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createPackage() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty package document fragment.
createPackage(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Creates the new package using the entered field values.
createPackage(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createPackage(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a package document fragment on the given source code.
createPackageControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the package name field.
createPackageDeclaration(String, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a package declaration in this compilation unit with the given package name.
createPackageDialog(Shell, IJavaProject, int) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IJavaProject, int, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IPackageFragmentRoot) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageDialog(Shell, IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageFragment(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Creates and returns a package fragment in this root with the given dot-separated package name.
createPatternBreakpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a pattern breakpoint for the given resource at the given line number, which is installed in all classes whose fully qualified name matches the given pattern.
createProject(IProject, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Helper method to create and open a IProject .
createRefactoring(ICompilationUnit, ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: this method is for internal use only.
createScanner(boolean, boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createSearchPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern based on a given Java element.
createSearchPattern(String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern based on a given string pattern.
createSeparator(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates a separator line.
createSuperClassControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createSuperInterfacesControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createTargetPatternBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a target pattern breakpoint for the given resource at the given line number.
createType() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createType() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createType(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the new type using the entered field values.
createType(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a type document fragment on the given source code.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a type in this compilation unit with the given contents.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type in this type with the given contents.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IProject, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given project.
createTypeMembers(IType, IImportsStructure, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Deprecated. Overwrite createTypeMembers(IType, IImportsManager, IProgressMonitor) instead
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called from createType to support adding of unanticipated methods, fields, and inner types to the created type.
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createTypeNameControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the type name field.
createTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name.
createVMArgsBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
createVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Creates a new instance of this VM Install type.
createWatchpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a watchpoint on a field with the given name in a type with the given name.
createWizard(Refactoring) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: this method is for internal use only.
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
 
createWorkspaceScope() - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope with the workspace as the only limit.
CustomFiltersActionGroup - class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.
Action group to add the filter action to a view part's toolbar menu.
CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CYCLE_DETECTED - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Cycle detected marker attribute (value "cycleDetected").

Eclipse JDT
2.1
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, 2003. All Rights Reserved.