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"

(Removing all content from page)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Selection Context ==
 
  
{| border="1" cellpadding="6" cellspacing="0"
 
! style="background: #ffdead;" | Selection
 
! style="background: #ffdead;" | JavaElement
 
! style="background: #ffdead;" | AstNode
 
|-
 
! style="background: #efefef;" colspan="3" | 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
 
|-
 
! 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
 
|}
 

Latest revision as of 02:30, 26 September 2013

Back to the top