Uses of Class
org.eclipse.xtend.shared.ui.editor.outlineview.OutlineElement

Packages that use OutlineElement
org.eclipse.xpand.ui.editor.outline   
org.eclipse.xtend.check.ui.editor.outline   
org.eclipse.xtend.shared.ui.editor.outlineview   
org.eclipse.xtend.ui.editor.outline   
 

Uses of OutlineElement in org.eclipse.xpand.ui.editor.outline
 

Methods in org.eclipse.xpand.ui.editor.outline that return OutlineElement
protected  OutlineElement[] XpandContentOutlinePage.getChildren(java.lang.Object parentElement)
           
 

Uses of OutlineElement in org.eclipse.xtend.check.ui.editor.outline
 

Methods in org.eclipse.xtend.check.ui.editor.outline that return OutlineElement
protected  OutlineElement[] CheckContentOutlinePage.getChildren(java.lang.Object parentElement)
           
 

Uses of OutlineElement in org.eclipse.xtend.shared.ui.editor.outlineview
 

Methods in org.eclipse.xtend.shared.ui.editor.outlineview that return OutlineElement
protected abstract  OutlineElement[] AbstractExtXptContentOutlinePage.getChildren(java.lang.Object parentElement)
           
 

Methods in org.eclipse.xtend.shared.ui.editor.outlineview that return types with arguments of type OutlineElement
protected  java.util.List<OutlineElement> AbstractExtXptContentOutlinePage.toOutlineElementsForExtensionImports(java.util.List<ExtensionImportStatement> imports)
           
protected  java.util.List<OutlineElement> AbstractExtXptContentOutlinePage.toOutlineElementsForNamespaceImports(java.util.List<NamespaceImportStatement> imports)
           
 

Uses of OutlineElement in org.eclipse.xtend.ui.editor.outline
 

Methods in org.eclipse.xtend.ui.editor.outline that return OutlineElement
protected  OutlineElement[] XtendContentOutlinePage.getChildren(java.lang.Object parentElement)