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

Recommenders/Attic/ExtDoc

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