Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Recommenders/Attic/ExtDoc"

Line 1: Line 1:
== Editor Context ==
+
== Selection Context ==
  
 
{| border="1" cellpadding="6" cellspacing="0"
 
{| border="1" cellpadding="6" cellspacing="0"
Line 6: Line 6:
 
! style="background: #ffdead;" | AstNode
 
! style="background: #ffdead;" | AstNode
 
|-
 
|-
! style="background: #efefef;" | CompilationUnitEditor
+
! style="background: #efefef;" colspan="3" | CompilationUnitEditor
! style="background: #efefef;" |
+
! style="background: #efefef;" |  
+
 
|-
 
|-
 
| package tes
 
| package tes
Line 57: Line 55:
 
| LocalVariable
 
| LocalVariable
 
| Block
 
| Block
 +
|-
 +
| this.butto
 +
| ResolvedSourceField
 +
| Block
 +
|-
 +
! style="background: #efefef;" colspan="3" | Package Explorer / JavaElement
 +
|-
 +
| colspan="3" | JavaProject, PackageFragmentRoot, PackageFragment, CompilationUnit, SourceType, SourceField, SourceMethod
 +
|-
 +
! style="background: #efefef;" colspan="3" | Outline / JavaElement
 +
|-
 +
| colspan="3" | PackageDeclaration, ImportContainer, ImportDeclaration, SourceType, SourceField, SourceMethod
 
|}
 
|}

Revision as of 19:36, 27 May 2011

Selection Context

Selection JavaElement AstNode
CompilationUnitEditor
package tes PackageFragment PackageDeclaration
import org.eclipse.swt.widgets.But ResolvedBinaryType ImportDeclaration
import org.eclipse.swt.widg JarPackageFragment ImportDeclaration
public class Tes SourceType TypeDeclaration
public class Test extends Butto ResolvedBinaryType TypeDeclaration
private Button butto SourceField FieldDeclaration
private Butto ResolvedBinaryType FieldDeclaration
public Test(Composite arg0, int arg LocalVariable MethodDeclaration
public Test(Composit ResolvedBinaryType MethodDeclaration
public Tes SourceMethod MethodDeclaration
button.setEnabl ResolvedBinaryMethod Block
butto LocalVariable Block
this.butto ResolvedSourceField Block
Package Explorer / JavaElement
JavaProject, PackageFragmentRoot, PackageFragment, CompilationUnit, SourceType, SourceField, SourceMethod
Outline / JavaElement
PackageDeclaration, ImportContainer, ImportDeclaration, SourceType, SourceField, SourceMethod

Back to the top