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)
 
(14 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
 
| 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
 
|-
 
! 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