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 8: Line 8:
 
! style="background: #efefef;" colspan="3" | CompilationUnitEditor
 
! style="background: #efefef;" colspan="3" | CompilationUnitEditor
 
|-
 
|-
| package tes
+
| package tes↓t;
 
| PackageFragment
 
| PackageFragment
 
| PackageDeclaration
 
| PackageDeclaration
 
|-
 
|-
| import org.eclipse.swt.widgets.But
+
| import org.eclipse.swt.widgets.But↓ton;
 
| ResolvedBinaryType
 
| ResolvedBinaryType
 
| ImportDeclaration
 
| ImportDeclaration
 
|-
 
|-
| import org.eclipse.swt.widg
+
| import org.eclipse.swt.widg↓ets.Button;
 
| JarPackageFragment
 
| JarPackageFragment
 
| ImportDeclaration
 
| ImportDeclaration
 
|-
 
|-
| public class Tes
+
| public class Tes↓t extends Button
 
| SourceType
 
| SourceType
 
| TypeDeclaration
 
| TypeDeclaration
 
|-
 
|-
| public class Test extends Butto
+
| public class Test extends Butto↓n
 
| ResolvedBinaryType
 
| ResolvedBinaryType
 
| TypeDeclaration
 
| TypeDeclaration
 
|-
 
|-
| private Button butto
+
| private Button butto↓n;
 
| SourceField
 
| SourceField
 
| FieldDeclaration
 
| FieldDeclaration
 
|-
 
|-
| private Butto
+
| private Butto↓n button;
 
| ResolvedBinaryType
 
| ResolvedBinaryType
 
| FieldDeclaration
 
| FieldDeclaration
 
|-
 
|-
| public Test(Composite arg0, int arg
+
| public Test(Composite arg0, int arg↓1)
 
| LocalVariable
 
| LocalVariable
 
| MethodDeclaration
 
| MethodDeclaration
 
|-
 
|-
| public Test(Composit
+
| public Test(Composit↓e arg0, int arg1)
 
| ResolvedBinaryType
 
| ResolvedBinaryType
 
| MethodDeclaration
 
| MethodDeclaration
 
|-
 
|-
| public Tes
+
| public Tes↓t(Composite arg0, int arg1)
 
| SourceMethod
 
| SourceMethod
 
| MethodDeclaration
 
| MethodDeclaration
 
|-
 
|-
| button.setEnabl
+
| button.setEnabl↓e()
 
| ResolvedBinaryMethod
 
| ResolvedBinaryMethod
 
| Block
 
| Block
 
|-
 
|-
| butto
+
| butto↓n.setEnable()
 
| LocalVariable
 
| LocalVariable
 
| Block
 
| Block
 
|-
 
|-
| this.butto
+
| this.butto↓n.setEnable()
 
| ResolvedSourceField
 
| ResolvedSourceField
 
| Block
 
| Block

Revision as of 07:48, 28 May 2011

Selection Context

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

Back to the top