|
Eclipse JDT Release 3.1 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences"
).
"org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences"
).
"org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file"
).
"org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set"
).
"org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace"
).
"org.eclipse.jdt.ui.edit.text.java.select.enclosing"
).
"org.eclipse.jdt.ui.edit.text.java.select.last"
).
"org.eclipse.jdt.ui.edit.text.java.select.next"
).
"org.eclipse.jdt.ui.edit.text.java.select.previous"
).
"org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field"
).
"org.eclipse.jdt.ui.actions.SelfEncapsulateField"
).
"org.eclipse.jdt.ui.actions.ShiftLeft"
).
"org.eclipse.jdt.ui.actions.ShiftRight"
).
short
0
) indicating that the label should show
the basic images only.
"org.eclipse.jdt.ui.edit.text.java.show.in.navigator.view"
).
"org.eclipse.jdt.ui.actions.ShowInNaviagtorView"
).
"org.eclipse.jdt.ui.edit.text.java.show.in.package.view"
).
"org.eclipse.jdt.ui.actions.ShowInPackagesView"
).
"org.eclipse.jdt.ui.edit.text.java.show.javadoc"
).
"org.eclipse.jdt.ui.actions.ShowJavaDoc"
).
ITextEditorActionDefinitionIds.GOTO_NEXT_ANNOTATION
"org.eclipse.jdt.ui.edit.text.java.show.outline"
).
ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION
SimpleName
.
SimpleType
.
SingleMemberAnnotation
.
SingleVariableDeclaration
.
"org.eclipse.jdt.ui.edit.text.java.sort.members"
).
"org.eclipse.jdt.ui.actions.SortMembers"
).
DefaultCodeFormatterConstants.FORMATTER_TAB_CHAR
SpellingService.PREFERENCE_SPELLING_ENABLED
and SpellingService.PREFERENCE_SPELLING_ENGINE
Modifier.STATIC
.
Modifier.STRICTFP
.
StringLiteral
.
java.lang.String
SuperConstructorInvocation
.
SuperFieldAccess
.
SuperMethodInvocation
.
"org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch"
).
"org.eclipse.jdt.ui.actions.SurroundWithTryCatch"
).
SwitchCase
.
SwitchStatement
.
Modifier.SYNCHRONIZED
.
SynchronizedStatement
.
SearchEngine
searches for Java elements following a search pattern.
SearchEngine.SearchEngine(ICompilationUnit[])
instead.
IAction#run()
and the
ISelectionChangedListener#selectionChanged
according to the type of the selection.
SelfEncapsulateFieldAction
.
ShowActionGroup
.
ShowActionGroup
.
ShowInNavigatorViewAction
.
ShowInPackageViewAction
.
SortMembersAction
.
StandardJavaElementContentProvider.StandardJavaElementContentProvider(boolean)
instead.
Since 3.0 compilation unit children are always provided as working copies. The Java Model
does not support the 'original' mode anymore.
StandardJavaElementContentProvider
.
equals
.
ASTNode.subtreeMatch
.
AST.subtreeMatch
.
SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor)
instead.
querySpecification
.
SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, TypeNameRequestor, int, IProgressMonitor)
instead
SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor)
instead
SearchEngine.searchDeclarationsOfAccessedFields(IJavaElement, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.searchDeclarationsOfReferencedTypes(IJavaElement, SearchRequestor, IProgressMonitor)
instead.
SearchEngine.searchDeclarationsOfSentMessages(IJavaElement, SearchRequestor, IProgressMonitor)
instead.
null
if none (or not recorded).
IClasspathContainer
).
tags
.
String
.
null
if none.
null
if none.
createImage()
.
SearchEngine.createJavaSearchScope(IJavaElement[])
with the package fragment roots that correspond to the binaries instead.
SearchEngine.createJavaSearchScope(IJavaElement[])
with a Java project instead.
null
if none.
BodyDeclaration.modifiers()
which contains a list of a Modifier
nodes.
SingleVariableDeclaration.modifiers()
which contains a list of a Modifier
nodes.
VariableDeclarationExpression.modifiers()
which contains a list of a Modifier
nodes.
VariableDeclarationStatement.modifiers()
which contains a list of a Modifier
nodes.
null
if none.
ClassInstanceCreation.setType(Type)
, which expects a Type
instead of
a Name
.
IDOMCompilationNode
refinement of this IDOMNode
method has no effect (the name is computed from the types declared within it).
IDOMField
refinement of this IDOMNode
method sets the name of this field.
IDOMImport
refinement of this IDOMNode
method sets the name of this import.
IDOMInitializer
refinement of this IDOMNode
method does nothing.
IDOMMethod
refinement of this IDOMNode
method sets the name of this method.
IDOMPackage
refinement of this IDOMNode
method sets the name of this package declaration.
IDOMType
refinement of this IDOMNode
method sets the name of this type.
null
to clear it.
MethodDeclaration.setReturnType2(Type)
, which accepts null
.
null
if a new entry should be created.
null
if none.
null
if this classpath entry has no
source attachment.
TypeDeclaration.setSuperclassType(Type)
, which expects a
Type
instead of a Name
.
TypeDeclarationStatement.setDeclaration(AbstractTypeDeclaration)
which takes
AbstractTypeDeclaration
instead of
TypeDeclaration
.
null
.
IVMInstall2
when possible
Map
that contains String name/value pairs that represent
VM-specific attributes.
null
means the primary owner.
CompilationUnitSorter.sort(AST.JLS3, compilationUnit, positions, comparator, options, monitor)
instead of using this method.
TypeDeclaration.superInterfaceTypes()
.
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |