|
Eclipse JDT Release 3.1 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
org.eclipse.core.runtime.OperationCanceledException
if the underlying indexer has not finished indexing the workspace.
SearchPattern.R_CASE_SENSITIVE
as a matchRule instead.
SearchPattern.R_CASE_SENSITIVE
as a matchRule instead.
CastExpression
.
CatchClause
.
CCPActionGroup
.
CCPActionGroup
.
"org.eclipse.jdt.ui.edit.text.java.change.type"
).
"org.eclipse.jdt.ui.actions.ChangeType"
).
CharacterLiteral
.
char
-Djava.library.path
system property.
"classpathFileFormat"
).
ClassInstanceCreation
.
Boolean
.
"org.eclipse.jdt.ui.edit.text.java.comment"
).
"org.eclipse.jdt.ui.actions.Comment"
).
Javadoc.TAGS_PROPERTY
in the JLS3 API.
CompilationUnit
.
JavaCore.COMPILER_PB_UNCHECKED_TYPE_OPERATION
ConditionalExpression
.
ConstructorInvocation
.
"org.eclipse.jdt.ui.actions.ContentAssist"
).
"org.eclipse.jdt.ui.edit.text.java.complete.prefix"
).
ContinueStatement
.
"org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested"
).
"org.eclipse.jdt.ui.actions.ConvertAnonymousToNested"
).
"org.eclipse.jdt.ui.actions.ConvertLineDelimitersToMac"
).
"org.eclipse.jdt.ui.actions.ConvertLineDelimitersToUNIX"
).
"org.eclipse.jdt.ui.actions.ConvertLineDelimitersToWindows"
).
"org.eclipse.jdt.ui.actions.ConvertLocalToField"
).
"org.eclipse.jdt.ui.actions.MoveInnerToTop"
).
"org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals"
).
"org.eclipse.jdt.ui.edit.text.java.create.delegate.methods"
).
"org.eclipse.jdt.ui.edit.text.java.create.getter.setter"
).
"cycleDetected"
).
'!'
- C_CHAR -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating the primitive type char in a signature.
- C_COLON -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating the colon 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_EXCEPTION_START -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating an exception in a signature.
- C_EXTENDS -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating a bound wildcard type argument
in a signature with extends clause.
- C_FLOAT -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating the primitive type float in a signature.
- C_GENERIC_END -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating the end of a generic type list in a
signature.
- C_GENERIC_START -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating the start of a formal type parameter
(or type argument) list 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_STAR -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating an unbound wildcard type argument
in a signature.
- C_SUPER -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating a bound wildcard type argument
in a signature with super clause.
- C_TYPE_VARIABLE -
Static variable in class org.eclipse.jdt.core.Signature
- Character constant indicating the start of a resolved type variable 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.
- CannotAllocateVoidArray -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CannotDeclareEnumSpecialMethod -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CannotDefineAnnotationInLocalType -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CannotDefineDimensionExpressionsWithInit -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CannotDefineEnumInLocalType -
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
-
- CannotExtendEnum -
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
-
- CannotInvokeSuperConstructorInEnum -
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
-
- CastExpression - class org.eclipse.jdt.core.dom.CastExpression.
- Cast expression AST node type.
- CatchClause - class org.eclipse.jdt.core.dom.CatchClause.
- Catch clause AST node type.
- ChangeTypeAction - class org.eclipse.jdt.ui.actions.ChangeTypeAction.
- Action to generalize the type of a local or field declaration or the
return type of a method declaration.
- ChangeTypeAction(CompilationUnitEditor) -
Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
- Note: This constructor is for internal use only.
- ChangeTypeAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
- Creates a new
ChangeTypeAction
.
- 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
-
- CharacterLiteral - class org.eclipse.jdt.core.dom.CharacterLiteral.
- Character literal nodes.
- CheckDebugAttributes - class org.eclipse.jdt.core.CheckDebugAttributes.
- An Ant task to find out if a class file or a jar contains debug attributes.
- CheckDebugAttributes() -
Constructor for class org.eclipse.jdt.core.CheckDebugAttributes
-
- ChildListPropertyDescriptor - class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor.
- Descriptor for a child list property of an AST node.
- ChildPropertyDescriptor - class org.eclipse.jdt.core.dom.ChildPropertyDescriptor.
- Descriptor for a child property of an AST node.
- ClassExtendFinalClass -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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.
- 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.
- ClasspathContainerSourceContainer - class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.
- A source container for a classpath container.
- ClasspathContainerSourceContainer(IPath) -
Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
- Constructs a new source container for the given classpath container.
- 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.
- ClasspathVariableSourceContainer - class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer.
- A classpath variable source container contains a source container
that is the resolved value of the associated variable.
- ClasspathVariableSourceContainer(IPath) -
Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
- Constructs a new source container on the given variable and suffix.
- CodeCannotBeReached -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CodeFormatter - class org.eclipse.jdt.core.formatter.CodeFormatter.
- Specification for a generic source code formatter.
- CodeFormatter() -
Constructor for class org.eclipse.jdt.core.formatter.CodeFormatter
-
- CodeGeneration - class org.eclipse.jdt.ui.CodeGeneration.
- Class that offers access to the templates contained in the 'code templates' preference page.
- CodeSnippetMissingClass -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CodeSnippetMissingMethod -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- Comment - class org.eclipse.jdt.core.dom.Comment.
- Abstract base class for all AST nodes that represent comments.
- 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.
- CompletionContext - class org.eclipse.jdt.core.CompletionContext.
- Completion context.
- CompletionContext() -
Constructor for class org.eclipse.jdt.core.CompletionContext
-
- CompletionProposal - class org.eclipse.jdt.core.CompletionProposal.
- Completion proposal.
- CompletionProposalCollector - class org.eclipse.jdt.ui.text.java.CompletionProposalCollector.
- Java UI implementation of
CompletionRequestor
. - CompletionProposalCollector(ICompilationUnit) -
Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
- Creates a new instance ready to collect proposals.
- CompletionProposalCollector(IJavaProject) -
Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
- Creates a new instance ready to collect proposals.
- CompletionProposalComparator - class org.eclipse.jdt.ui.text.java.CompletionProposalComparator.
- Comparator for java completion proposals.
- CompletionProposalComparator() -
Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalComparator
- Creates a comparator that sorts by relevance.
- CompletionProposalLabelProvider - class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider.
- Provides labels for java content assist proposals.
- CompletionProposalLabelProvider() -
Constructor for class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
- Creates a new label provider.
- CompletionRequestor - class org.eclipse.jdt.core.CompletionRequestor.
- Abstract base class for a completion requestor which is passed completion
proposals as they are generated in response to a code assist request.
- CompletionRequestor() -
Constructor for class org.eclipse.jdt.core.CompletionRequestor
- Creates a new completion requestor.
- CompletionRequestorAdapter - class org.eclipse.jdt.core.CompletionRequestorAdapter.
- Deprecated. Subclass
CompletionRequestor
instead. - CompletionRequestorAdapter() -
Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
- Deprecated.
- ConditionalExpression - class org.eclipse.jdt.core.dom.ConditionalExpression.
- Conditional expression AST node type.
- ConflictingImport -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- 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
-
- ConstructorVarargsArgumentNeedCast -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- ContinueStatement - class org.eclipse.jdt.core.dom.ContinueStatement.
- Continue statement AST node type.
- 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.
- ConvertAnonymousToNestedAction(IWorkbenchSite) -
Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
- Creates a new
ConvertAnonymousToNestedAction
.
- 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
.
- 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.
- CorruptedSignature -
Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- CustomFiltersActionGroup - class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.
- Action group to add the filter action to a view part's tool bar
menu.
- CustomFiltersActionGroup(IViewPart, StructuredViewer) -
Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
- Creates a new
CustomFiltersActionGroup
.
- CustomFiltersActionGroup(String, StructuredViewer) -
Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
- Creates a new
CustomFiltersActionGroup
.
- canCreateJar(Shell) -
Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
- Deprecated. Checks if the JAR file can be overwritten.
- canCreateJar(Shell) -
Method in class org.eclipse.jdt.ui.jarpackager.JarWriter2
- Checks if the JAR file can be overwritten.
- canHaveChildren() -
Method in interface org.eclipse.jdt.core.jdom.IDOMNode
- Deprecated. Returns whether this node is allowed to have children.
- 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.
- 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
-
- charArrayToStringArray(char[][]) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Returns the char arrays as an array of Strings
- charToString(char[]) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Returns the char array as a String
- charValue() -
Method in class org.eclipse.jdt.core.dom.CharacterLiteral
- Returns the value of this literal node.
- chooseClassFolderEntries(Shell, IPath, IPath[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to select new class folders.
- chooseContainerEntries(Shell, IJavaProject, IClasspathEntry[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to choose new classpath container classpath entries.
- chooseExternalJAREntries(Shell) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to select new external JAR or ZIP archive entries.
- chooseJAREntries(Shell, IPath, IPath[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to select new JAR or ZIP archive entries located in the workspace.
- 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.
- chooseSourceFolderEntries(Shell, IPath, IPath[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to select new source folders.
- chooseVariableEntries(Shell, IPath[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI for selecting new variable classpath entries.
- clone() -
Method in interface org.eclipse.jdt.core.jdom.IDOMNode
- Deprecated. 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.IBuffer
- Closes the buffer.
- close() -
Method in interface org.eclipse.jdt.core.IOpenable
- Closes this element and its buffer (if any).
- close() -
Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
- Closes this reader.
- close() -
Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
- Closes this writer.
- close() -
Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
- Deprecated. Closes the archive and does all required cleanup.
- close() -
Method in class org.eclipse.jdt.ui.jarpackager.JarWriter2
- Closes the archive and does all required cleanup.
- closeArchives() -
Static method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
- Deprecated. Closes all zip files that have been opened,
and removes them from the zip file cache.
- codeComplete(int, ICodeCompletionRequestor) -
Method in interface org.eclipse.jdt.core.ICodeAssist
- Deprecated. Use
ICodeAssist.codeComplete(int, ICompletionRequestor)
instead.
- codeComplete(int, ICompletionRequestor) -
Method in interface org.eclipse.jdt.core.ICodeAssist
- Deprecated. Use
ICodeAssist.codeComplete(int, CompletionRequestor)
instead.
- codeComplete(int, CompletionRequestor) -
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(int, ICompletionRequestor, WorkingCopyOwner) -
Method in interface org.eclipse.jdt.core.ICodeAssist
- Deprecated. Use
ICodeAssist.codeComplete(int, CompletionRequestor, WorkingCopyOwner)
instead.
- codeComplete(int, CompletionRequestor, WorkingCopyOwner) -
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(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) -
Method in interface org.eclipse.jdt.core.IType
- Deprecated. Use
IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor)
instead.
- codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) -
Method in interface org.eclipse.jdt.core.IType
- Deprecated. Use
IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor,WorkingCopyOwner)
instead.
- codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor) -
Method in interface org.eclipse.jdt.core.IType
- Do code completion inside a code snippet in the context of the current type.
- codeComplete(char[], int, int, char[][], char[][], int[], boolean, CompletionRequestor, WorkingCopyOwner) -
Method in interface org.eclipse.jdt.core.IType
- Do code completion inside a code snippet in the context of the current type.
- codeComplete(String, int, ICompletionRequestor) -
Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
- Deprecated. Use
IEvaluationContext.codeComplete(String,int,CompletionRequestor)
instead.
- codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner) -
Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
- Deprecated. Use
IEvaluationContext.codeComplete(String,int,CompletionRequestor,WorkingCopyOwner)
instead.
- codeComplete(String, int, CompletionRequestor) -
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.
- codeComplete(String, int, CompletionRequestor, WorkingCopyOwner) -
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.
- codeComplete(String, int, ICodeCompletionRequestor) -
Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
- Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead
- codeSelect(int, int) -
Method in interface org.eclipse.jdt.core.ICodeAssist
- Returns the Java elements correspondiing to the given selected text in this compilation unit.
- codeSelect(int, int, WorkingCopyOwner) -
Method in interface org.eclipse.jdt.core.ICodeAssist
- Returns the Java elements correspondiing to the given selected text in this compilation unit.
- 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.
- codeSelect(String, int, int, WorkingCopyOwner) -
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.
- collectRequiredProjects(IJavaProject, ArrayList) -
Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
- Deprecated. Adds all projects required by
proj
to the list
res
- combineAccessRules() -
Method in interface org.eclipse.jdt.core.IClasspathEntry
- Returns whether the access rules of the project's exported entries should be combined with this entry's access rules.
- combineVmArgs(VMRunnerConfiguration, IVMInstall) -
Method in class org.eclipse.jdt.launching.AbstractVMRunner
- Combines and returns VM arguments specified by the runner configuration,
with those specified by the VM install, if any.
- commit(boolean, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.IWorkingCopy
- Deprecated. 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.
- commitWorkingCopy(boolean, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.ICompilationUnit
- Commits the contents of this working copy to its underlying resource.
- compare(Viewer, Object, Object) -
Method in class org.eclipse.jdt.ui.JavaElementSorter
-
- compare(Object, Object) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalComparator
-
- compareWith(char[], char[]) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Compares the contents of the two arrays array and prefix.
- compilationUnit -
Variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- completionFailure(IProblem) -
Method in class org.eclipse.jdt.core.CompletionRequestor
- Notification of failure to produce any completions.
- completionFailure(IProblem) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
- Notification of failure to produce any completions.
The problem object explains what prevented completing.
The default implementation of this method does nothing.
Clients may override to receive this kind of notice.
Subclasses may extend, but must call the super implementation.
- completionRequestor -
Variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- computeAdornmentFlags(Object) -
Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
- Note: This method is for internal use only.
- computeAdornmentFlags(Object) -
Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
- Note: This method is for internal use only.
- computeCompletionProposals(ICompilationUnit, int, int, int) -
Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
- Returns the completion proposals based on the specified location
within the compilation unit.
- computeContextInformation(ICompilationUnit, int) -
Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
- Returns information about possible contexts based on the
specified location within the compilation unit.
- 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.
- computeJavaLibraryPath(IJavaProject, boolean) -
Static method in class org.eclipse.jdt.launching.JavaRuntime
- Returns a collection of paths that should be appended to the given project's
java.library.path
system property when launched.
- computeRelevance(CompletionProposal) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
- Computes the relevance for a given
CompletionProposal
.
- computeSourceContainers(ILaunchConfiguration, IProgressMonitor) -
Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
-
- computeSourceRange(ASTNode) -
Method in class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer
- Returns the target source range of the given node.
- 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.StandardClasspathProvider
-
- 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 three 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[], 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
first 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.
- 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.
- 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.
- concatenate(Object[], Object[]) -
Static method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- Note: This method is for internal use only.
- configureContainerEntry(Shell, IClasspathEntry, IJavaProject, IClasspathEntry[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to configure a classpath container classpath entry.
- configureExternalJAREntry(Shell, IPath) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to configure an external JAR or ZIP archive.
- configureJAREntry(Shell, IPath, IPath[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI to configure a JAR or ZIP archive located in the workspace.
- 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.
- configureJavadocLocation(Shell, String, URL) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI for configuring a javadoc location.
- configureJavadocLocation(Shell, IClasspathEntry) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI for configuring a javadoc location attribute of the classpath entry.
- configureSourceAttachment(Shell, IClasspathEntry) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI for configuring source attachments.
- configureVariableEntry(Shell, IPath, IPath[]) -
Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
- Shows the UI for configuring a variable classpath entry.
- 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.
- connect(IEditorInput) -
Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
- Connects the given editor input to this manager.
- 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.
- 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.
- containerChanged() -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
- 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(IJavaElement) -
Method in interface org.eclipse.jdt.core.IRegion
- Returns whether the given element is contained in this region.
- contains(IType) -
Method in interface org.eclipse.jdt.core.ITypeHierarchy
- Returns whether the given type is part of this hierarchy.
- 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(char[], char[]) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Answers true if the array contains an occurrence of one of the characters, false otherwise.
- containsJavaResources() -
Method in interface org.eclipse.jdt.core.IPackageFragment
- Returns whether this fragment contains at least one Java resource.
- 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.
- convertCompilationUnit(int, CompilationUnitDeclaration, char[], Map, boolean, CompilationUnit, IProgressMonitor) -
Static method in class org.eclipse.jdt.core.dom.AST
- Internal method.
- 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(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.
- copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.ISourceManipulation
- Copies this element to the given container.
- 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.
- correctionEnd -
Variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- correctionRequestor -
Variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- correctionStart -
Variable in class org.eclipse.jdt.core.CorrectionEngine
- This field is not intended to be used by client.
- create(int, int) -
Static method in class org.eclipse.jdt.core.CompletionProposal
- Creates a basic completion proposal.
- 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.
- create(String, WorkingCopyOwner) -
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.
- 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(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(IWorkspaceRoot) -
Static method in class org.eclipse.jdt.core.JavaCore
- Returns the Java model.
- create(AST) -
Static method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
- Creates a new instance for describing manipulations of
the given AST.
- create(JarPackageData) -
Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
- Creates a manifest as defined by the
JarPackage
.
- create(IJavaProject, String, int) -
Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Creates a new rename support for the given
IJavaProject
.
- 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(ICompilationUnit, String, int) -
Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Creates a new rename support for the given
ICompilationUnit
.
- create(IType, String, int) -
Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Creates a new rename support for the given
IType
.
- create(IMethod, String, int) -
Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Creates a new rename support for the given
IMethod
.
- create(IField, String, int) -
Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Creates a new rename support for the given
IField
.
- create(ITypeParameter, String, int) -
Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Creates a new rename support for the given
ITypeParameter
.
- create(ILocalVariable, String, int) -
Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
- Creates a new rename support for the given
ILocalVariable
.
- createAST(IProgressMonitor) -
Method in class org.eclipse.jdt.core.dom.ASTParser
- Creates an abstract syntax tree.
- createASTs(ICompilationUnit[], String[], ASTRequestor, IProgressMonitor) -
Method in class org.eclipse.jdt.core.dom.ASTParser
- Creates ASTs for a batch of compilation units.
- createAlignmentValue(boolean, int, int) -
Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
- Create a new alignment value according to the given values.
- createAndPattern(SearchPattern, SearchPattern) -
Static method in class org.eclipse.jdt.core.search.SearchPattern
- Returns a search pattern that combines the given two patterns into an
"and" pattern.
- 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.
- createArrayTypeBindingKey(String, int) -
Static method in class org.eclipse.jdt.core.BindingKey
- Creates a new array type binding key from the given type binding key and the given array dimension.
- createBindings(IJavaElement[], IProgressMonitor) -
Method in class org.eclipse.jdt.core.dom.ASTParser
- Creates bindings for a batch of Java elements.
- createBindings(String[]) -
Method in class org.eclipse.jdt.core.dom.ASTRequestor
- Resolves bindings for the given binding keys.
- createBuffer(IOpenable) -
Method in interface org.eclipse.jdt.core.IBufferFactory
- Deprecated. Creates a buffer for the given owner.
- createBuffer(ICompilationUnit) -
Method in class org.eclipse.jdt.core.WorkingCopyOwner
- Creates a buffer for the given working copy.
- createButton(Composite, RuntimeClasspathAction) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- Creates a button for the given action.
- 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
- Deprecated.
- createClass() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. 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.
- createClassPrepareBreakpoint(IResource, String, int, int, int, boolean, Map) -
Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
- Creates and returns a class prepare breakpoint for a type with the given name.
- createCodeFormatter() -
Static method in class org.eclipse.jdt.core.ToolFactory
- Deprecated. - should use #createCodeFormatter(Map) instead. Extension point is discontinued
- createCodeFormatter(Map) -
Static method in class org.eclipse.jdt.core.ToolFactory
- Create an instance of the built-in code formatter.
- createCommentControls(Composite, int) -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Creates the controls for the preference page links.
- 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.
- createCompilationUnit() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createCompilationUnit(char[], String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createCompilationUnit(String, String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createCompilationUnit() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates and return an empty JDOM.
- createCompilationUnit(char[], String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a JDOM on the given source code.
- createCompilationUnit(String, String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a JDOM on the given source code.
- 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.AppletMainTab
-
- createControl(Composite) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
-
- createControl(Composite) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
-
- 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.JavaJRETab
-
- createControl(Composite) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
-
- createControl(Composite) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
- Deprecated.
- createControl(Composite) -
Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
- Creates the control that will be displayed on the Java > Editor > Folding
preference page.
- createControl(Composite) -
Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
- createControl(Composite) -
Method in class org.eclipse.jdt.ui.wizards.NewAnnotationWizardPage
-
- createControl(Composite) -
Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
-
- createControl(Composite) -
Method in class org.eclipse.jdt.ui.wizards.NewEnumWizardPage
-
- createControl(Composite) -
Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
-
- createControl(Composite) -
Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
- createControl(Composite) -
Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
-
- createCopyTarget(ASTNode) -
Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
- Creates and returns a placeholder node for a true copy of the given node.
- createCopyTarget(ASTNode, ASTNode) -
Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
- Creates and returns a placeholder node for a true copy of a range of nodes of the
current list.
- 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(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(IClassFile, int) -
Static method in class org.eclipse.jdt.core.ToolFactory
- Create a classfile reader onto a classfile Java element.
- 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
- Deprecated. - use #createCodeFormatter(Map) instead
- createDialogArea(Composite) -
Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
- Deprecated.
- 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(String, IJavaElement, boolean, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.IType
- Creates and returns a field in this type with the
given contents.
- createField() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createField(String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createField() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a default field document fragment.
- createField(String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a field document fragment on the given source code.
- createGroupNode(ASTNode[]) -
Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
- Creates and returns a node that represents a sequence of nodes.
- 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.
- createHierarchyScope(IType, WorkingCopyOwner) -
Static method in class org.eclipse.jdt.core.search.SearchEngine
- Returns a Java search scope limited to the hierarchy of the given type.
- createImageDescriptor(CompletionProposal) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
- Creates and returns a decorated image descriptor for a completion proposal.
- createImport(String, IJavaElement, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.ICompilationUnit
- Creates and returns an non-static import declaration in this compilation unit
with the given name.
- createImport(String, IJavaElement, int, IProgressMonitor) -
Method in interface org.eclipse.jdt.core.ICompilationUnit
- Creates and returns an import declaration in this compilation unit
with the given name.
- createImport() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createImport(String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createImport() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates an empty import document fragment.
- createImport(String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates an import document fragment on the given source code.
- 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.
- createInheritedMethods(IType, boolean, boolean, IImportsStructure, IProgressMonitor) -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Deprecated. Use createInheritedMethods(IType,boolean,boolean,IImportsManager,IProgressMonitor)
- 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.
- createInitializer() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createInitializer(String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createInitializer() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates an empty initializer document fragment.
- createInitializer(String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates an initializer document fragment from the given source code.
- createInstance(Class) -
Method in class org.eclipse.jdt.core.dom.AST
- Creates an unparented node of the given node class
(non-abstract subclass of
ASTNode
).
- createInstance(int) -
Method in class org.eclipse.jdt.core.dom.AST
- Creates an unparented node of the given node type.
- createInterface() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createInterface() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. 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(Shell) -
Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
- Creates and returns a JarExportRunnable.
- 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.
- 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.
- createJavaCompletionProposal(CompletionProposal) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
- Creates a new java completion proposal from a core proposal.
- createJavaSearchScope(IResource[]) -
Static method in class org.eclipse.jdt.core.search.SearchEngine
- Deprecated. Use
SearchEngine.createJavaSearchScope(IJavaElement[])
instead.
- 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(IJavaElement[], int) -
Static method in class org.eclipse.jdt.core.search.SearchEngine
- Returns a Java search scope limited to the given Java elements.
- createJob(IJavaElement) -
Method in class org.eclipse.jdt.ui.actions.FindDeclarationsAction
-
- createJob(IJavaElement) -
Method in class org.eclipse.jdt.ui.actions.FindDeclarationsInWorkingSetAction
-
- createJob(IJavaElement) -
Method in class org.eclipse.jdt.ui.actions.FindImplementorsInProjectAction
-
- createJob(IJavaElement) -
Method in class org.eclipse.jdt.ui.actions.FindImplementorsInWorkingSetAction
-
- createJob(IJavaElement) -
Method in class org.eclipse.jdt.ui.actions.FindReferencesInProjectAction
-
- createJob(IJavaElement) -
Method in class org.eclipse.jdt.ui.actions.FindReferencesInWorkingSetAction
-
- createJob(IJavaElement) -
Method in class org.eclipse.jdt.ui.actions.FindWriteReferencesInProjectAction
-
- createLabel(CompletionProposal) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
- Creates the display label for a given
CompletionProposal
.
- createLabelProvider() -
Method in interface org.eclipse.jdt.ui.search.IMatchPresentation
- Creates a new instance of a label provider for elements that have been contributed
to a search result by the corresponding query participant.
- 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, 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.
- 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.
- 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.
- createMethod() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createMethod(String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createMethod() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a default method document fragment.
- createMethod(String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a method document fragment on the given source code.
- 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.
- createMethodContextInformation(CompletionProposal) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
- Creates the context information for a given method reference proposal.
- 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/checkbox buttons.
- createMoveTarget(ASTNode) -
Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
- Creates and returns a placeholder node for the new locations of the given node.
- createMoveTarget(ASTNode, ASTNode) -
Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
- Creates and returns a placeholder node for a move of a range of nodes of the
current list.
- createMoveTarget(ASTNode, ASTNode, ASTNode, TextEditGroup) -
Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
- Creates and returns a placeholder node for a move of a range of nodes of the
current list.
- createOrPattern(SearchPattern, SearchPattern) -
Static method in class org.eclipse.jdt.core.search.SearchPattern
- Returns a search pattern that combines the given two patterns into an
"or" pattern.
- createOrSearchPattern(ISearchPattern, ISearchPattern) -
Static method in class org.eclipse.jdt.core.search.SearchEngine
- Deprecated. Use
SearchPattern.createOrPattern(SearchPattern, SearchPattern)
instead.
- createPackage() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createPackage(String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createPackage() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates an empty package document fragment.
- createPackage(String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a package document fragment on the given source code.
- createPackage(IProgressMonitor) -
Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
- Creates the new package using the entered field values.
- 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, 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, 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, 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.
- 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.
- 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.
- createParameterList(CompletionProposal) -
Method in class org.eclipse.jdt.ui.text.java.CompletionProposalLabelProvider
- Creates and returns a parameter list of the given method proposal
suitable for display.
- createParameterizedTypeBindingKey(String, String[]) -
Static method in class org.eclipse.jdt.core.BindingKey
- Creates a new parameterized type binding key from the given generic type binding key and the given argument type binding keys.
- createPathButtons(Composite) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- Creates the buttons to manipulate the classpath.
- createPattern(String, int, int, int) -
Static method in class org.eclipse.jdt.core.search.SearchPattern
- Returns a search pattern based on a given string pattern.
- createPattern(IJavaElement, int) -
Static method in class org.eclipse.jdt.core.search.SearchPattern
- Returns a search pattern based on a given Java element.
- createPattern(IJavaElement, int, int) -
Static method in class org.eclipse.jdt.core.search.SearchPattern
- Returns a search pattern based on a given Java element.
- createPatternBreakpoint(IResource, String, String, int, int, int, int, boolean, Map) -
Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
- Deprecated. use
createStratumBreakpoint
instead
- createProject(IProject, IPath, IProgressMonitor) -
Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
- Helper method to create and open a IProject .
- 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.
- createScanner(boolean, boolean, boolean, String) -
Static method in class org.eclipse.jdt.core.ToolFactory
- Create a scanner, indicating the level of detail requested for tokenizing.
- createScanner(boolean, boolean, boolean, String, String) -
Static method in class org.eclipse.jdt.core.ToolFactory
- Create a scanner, indicating the level of detail requested for tokenizing.
- createSearchPattern(String, int, int, boolean) -
Static method in class org.eclipse.jdt.core.search.SearchEngine
- Deprecated. Use
SearchPattern.createPattern(String, int, int, int)
instead.
- createSearchPattern(IJavaElement, int) -
Static method in class org.eclipse.jdt.core.search.SearchEngine
- Deprecated. Use
SearchPattern.createPattern(IJavaElement, int)
instead.
- createSeparator(Composite, int) -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Creates a separator line.
- createSourceContainers() -
Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
-
- createSourceContainers() -
Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
-
- createSourceContainers() -
Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
-
- createStratumBreakpoint(IResource, String, String, String, String, int, int, int, int, boolean, Map) -
Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
- Creates and returns a line breakpoint identified by its source file
name and/or path, and stratum that it is relative to.
- createStringPlaceholder(String, int) -
Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
- Creates and returns a placeholder node for a source string that is to be inserted into
the output document at the position corresponding to the placeholder.
- 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(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.
- createType() -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createType(String) -
Method in class org.eclipse.jdt.core.jdom.DOMFactory
- Deprecated.
- createType() -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a default type document fragment.
- createType(String) -
Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
- Deprecated. Creates a type document fragment on the given source code.
- createType(IProgressMonitor) -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Creates the new type using the entered field values.
- createTypeBindingKey(String) -
Static method in class org.eclipse.jdt.core.BindingKey
- Creates a new type binding key from the given type name.
- 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, 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, 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, NewTypeWizardPage.ImportsManager, IProgressMonitor) -
Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
-
- 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, IImportsStructure, IProgressMonitor) -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Deprecated. Overwrite createTypeMembers(IType, IImportsManager, IProgressMonitor) instead
- createTypeNameControls(Composite, int) -
Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- Creates the controls for the type name field.
- createTypeParameterSignature(char[], char[][]) -
Static method in class org.eclipse.jdt.core.Signature
- Creates a new type parameter signature with the given name and bounds.
- createTypeParameterSignature(String, String[]) -
Static method in class org.eclipse.jdt.core.Signature
- Creates a new type parameter signature with the given name and bounds.
- 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.
- createTypeVariableBindingKey(String, String) -
Static method in class org.eclipse.jdt.core.BindingKey
- Creates a new type variable binding key from the given type variable name and the given declaring key.
- 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.
- createWilcardTypeBindingKey(String, char) -
Static method in class org.eclipse.jdt.core.BindingKey
- Creates a new wildcard type binding key from the given type binding key and the given wildcard kind
(one of
Signature.C_STAR
, Signature.C_SUPER
, or Signature.C_EXTENDS
.
- createWorkingDirBlock() -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
-
- createWorkingDirBlock() -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
-
- createWorkspaceScope() -
Static method in class org.eclipse.jdt.core.search.SearchEngine
- Returns a Java search scope with the workspace as the only limit.
- cycleRisk() -
Method in class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
- Returns whether this property is vulnerable to cycles.
- cycleRisk() -
Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
- Returns whether this property is vulnerable to cycles.
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |