org.eclipse.xtend.ide.outline
Class XtendFeatureNode

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
      extended by org.eclipse.xtext.ui.editor.outline.impl.EObjectNode
          extended by org.eclipse.xtend.ide.outline.XtendFeatureNode
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, IOutlineNode, IReadAccess<org.eclipse.emf.ecore.EObject>

public class XtendFeatureNode
extends EObjectNode

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
XtendFeatureNode(org.eclipse.emf.ecore.EObject eObject, IOutlineNode parent, org.eclipse.swt.graphics.Image image, java.lang.Object text, boolean isLeaf)
           
 
Method Summary
 boolean isDispatch()
           
 boolean isStatic()
           
 boolean isSynthetic()
           
 void setDispatch(boolean isDispatch)
           
 void setStatic(boolean isStatic)
           
 void setSynthetic(boolean isSynthetic)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.outline.impl.EObjectNode
getAdapter, getEClass, getEObject, getEObjectURI, getSignificantTextRegion, setShortTextRegion
 
Methods inherited from class org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
addChild, getChildren, getDocument, getFullTextRegion, getImage, getParent, getText, getTreeProvider, hasChildren, readOnly, removeChild, setImage, setParent, setText, setTextRegion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XtendFeatureNode

public XtendFeatureNode(org.eclipse.emf.ecore.EObject eObject,
                        IOutlineNode parent,
                        org.eclipse.swt.graphics.Image image,
                        java.lang.Object text,
                        boolean isLeaf)
Method Detail

setDispatch

public void setDispatch(boolean isDispatch)

isDispatch

public boolean isDispatch()

setStatic

public void setStatic(boolean isStatic)

isStatic

public boolean isStatic()

setSynthetic

public void setSynthetic(boolean isSynthetic)

isSynthetic

public boolean isSynthetic()