|
Eclipse JDT Release 3.5 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
org.eclipse.core.runtime.OperationCanceledException
if the underlying indexer has not finished indexing the workspace.
IEvaluationRunnable
supports termination.
true
if this container initializer can be requested to perform updates
on its own container values.
SearchPattern.R_CASE_SENSITIVE
as a matchRule instead.
SearchPattern.R_CASE_SENSITIVE
as a matchRule instead.
CastExpression
.
CatchClause
.
"categoryId"
)
CCPActionGroup
.
CCPActionGroup
.
CCPActionGroup
.
org.eclipse.jdt.ui.change.method.signature
).
"org.eclipse.jdt.ui.edit.text.java.change.type"
).
"org.eclipse.jdt.ui.actions.ChangeType"
).
ChangeMethodSignatureArguments.Parameter
are used to describe the new parameters
after a change method signature refactoring.ChangeMethodSignatureArguments.Parameter
.
ChangeMethodSignatureArguments.ThrownException
are used to describe the new thrown
exceptions after a change method signature refactoring.ChangeMethodSignatureArguments.ThrownException
.
ChangeTypeAction
.
char
CharacterLiteral
.
compilationUnits
in project
unless the result of checkPreConditions
contains a fatal error
null
to cancel.
CodeGeneration.getTypeBody(String, ICompilationUnit, String, String)
to get the code template used
for a new class type body.
ClassInstanceCreation
.
-Djava.library.path
system property.
"classpathFileFormat"
).
ClasspathAttributeConfiguration
specifies how a class path attribute
is presented and configured
in the Java build path dialog.org.eclipse.jdt.ui.classpathFixProcessors
."org.eclipse.jdt.ui.edit.text.java.clean.up"
).
"org.eclipse.jdt.ui.actions.CleanUp"
).
PreferenceConstants.CODEASSIST_SORTER
instead
JFacePreferences.CONTENT_ASSIST_BACKGROUND_COLOR
,
JFacePreferences.CONTENT_ASSIST_FOREGROUND_COLOR
,
IEvaluationContext.codeComplete(String,int,CompletionRequestor)
instead.
IEvaluationContext.codeComplete(String,int,CompletionRequestor,WorkingCopyOwner)
instead.
ICodeAssist.codeComplete(int, ICompletionRequestor)
instead.
ICodeAssist.codeComplete(int, CompletionRequestor)
instead.
ICodeAssist.codeComplete(int, CompletionRequestor, WorkingCopyOwner)
instead.
IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor)
instead.
IType.codeComplete(char[],int,int,char[][],char[][],int[],boolean,CompletionRequestor,WorkingCopyOwner)
instead.
Boolean
.
true
if header comments should be collapsed.
true
if import containers should be collapsed.
true
if inner types should be collapsed.
true
if javadoc comments should be collapsed.
true
if methods should be collapsed.
proj
to the list
res
"org.eclipse.jdt.ui.edit.text.java.comment"
).
"org.eclipse.jdt.ui.actions.Comment"
).
Javadoc.TAGS_PROPERTY
in the JLS3 API.
ICompilationUnit.commitWorkingCopy(boolean, IProgressMonitor)
instead.
Comparator.compare(Object, Object)
but with
completion proposals as parameters.
AbstractProposalSorter.compare(ICompletionProposal, ICompletionProposal)
and may
be removed if the class is ever converted to extend
Comparator<ICompletionProposal>
.
CompilationUnit
.
BatchCompiler
to report progress during compilation.TextFileChange
that operates on an ICompilationUnit
in the workspace.CompilationUnitChange
.
'assert'
Identifier.
char[]
Expressions in String Concatenations.
'enum'
Identifier.
JavaCore.COMPILER_PB_NULL_REFERENCE
instead.
@Deprecated
Annotation.
@Override
Annotation.
@SuppressWarnings
.
@SuppressWarnings
.
JavaCore.COMPILER_PB_UNCHECKED_TYPE_OPERATION
instead.
@SuppressWarnings
.
JavaCore.COMPILER_TASK_PRIORITIES
: "HIGH".
JavaCore.COMPILER_TASK_PRIORITIES
: "LOW".
JavaCore.COMPILER_TASK_PRIORITIES
: "NORMAL".
CompletionRequestor
.CompletionRequestor
instead.java element
.
Character.isJavaIdentifierPart(char)
) that
immediately precedes the invocation offset.
java.library.path
system property when launched.
null
if none is specified.
null
if none.
ISourceReference
.
CompletionProposal
.
ConditionalExpression
.
ConstructorInvocation
.
IJavaElement
whose
resource is the given resource or a non-Java resource which is the given resource.
PropertyDialogAction
).
ContributionItemFactory.VIEWS_SHOW_IN
).
"org.eclipse.jdt.ui.actions.ContentAssist"
).
"org.eclipse.jdt.ui.edit.text.java.complete.prefix"
).
ContinueStatement
.
org.eclipse.jdt.ui.convert.anonymous
).
"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.promote.temp
).
org.eclipse.jdt.ui.move.inner
).
"org.eclipse.jdt.ui.actions.MoveInnerToTop"
).
ConvertAnonymousToNestedAction
.
ConvertingSelectionProvider
to convert from a given selection provider
using the default mechanism.
MoveInnerToTopAction
.
IResource.copy(IPath, int, IProgressMonitor)
but excluding nested source folders.
org.eclipse.jdt.ui.copy
).
"org.eclipse.jdt.ui.CopyProcessor"
).
ITextEditorActionDefinitionIds.QUICK_ASSIST
ImportRewrite
from a ICompilationUnit
.
ImportRewrite
from a an AST (CompilationUnit
).
IJavaElement.getHandleIdentifier()
, or
null
if unable to create the associated element.
IJavaElement.getHandleIdentifier()
, or
null
if unable to create the associated element.
null
if unable to associate the given file
with a Java element.
null
if unable to associate the given folder with a Java element.
null
if unable to associate the given resource
with a Java element.
JarPackage
.
RenameJavaElementDescriptor
.
IJavaProject
.
IPackageFragmentRoot
.
IPackageFragment
.
ICompilationUnit
.
IType
.
IMethod
.
IField
.
ITypeParameter
.
ILocalVariable
.
"org.eclipse.jdt.ui.edit.text.java.create.delegate.methods"
).
"org.eclipse.jdt.ui.edit.text.java.create.getter.setter"
).
CompilationUnitChange
which can be applied on a document to
fix one or more problems in a compilation unit.
.class
file.
ToolFactory.createCodeFormatter(Map)
instead. Extension point is discontinued
aligned
region.
Java-like extensions
).
ToolFactory.createDefaultClassFileBytesDisassembler()
instead
ToolFactory.createCodeFormatter(Map)
instead
ICleanUpFix
which fixes all problems in context
or
null
if nothing to fix.
ImportRewrite
using ImportRewrite.create(ICompilationUnit, boolean)
and
configures the rewriter with the settings as specified in the JDT UI preferences.
ImportRewrite
using ImportRewrite.create(CompilationUnit, boolean)
and
configures the rewriter with the settings as specified in the JDT UI preferences.
ASTNode
).
JarPackageData.createJarDescriptionWriter(OutputStream, String)
instead
JarPackageData.createJarWriter3(Shell)
instead
JarPackageData.createPlainJarBuilder()
instead
SearchEngine.createJavaSearchScope(IJavaElement[])
instead.
CompletionProposal
.
main
method.
main
method.
aligned
region.
SearchPattern.createOrPattern(SearchPattern, SearchPattern)
instead.
createStratumBreakpoint
instead
JavaCapabilityConfigurationPage.createProject(IProject, URI, IProgressMonitor)
instead.
SearchPattern.createPattern(String, int, int, int)
instead.
SearchPattern.createPattern(IJavaElement, int)
instead.
CompletionProposal
.
createType
to support adding of
unanticipated methods, fields, and inner types to the created type.
Signature.C_STAR
, Signature.C_SUPER
, or Signature.C_EXTENDS
the given bound type binding key and the given rank.
CustomFiltersActionGroup
.
CustomFiltersActionGroup
.
"cycleDetected"
).
|
Eclipse JDT Release 3.5 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |