org.eclipse.xtext.xtext.ui.editor.outline
Class RuleNode

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.xtext.xtext.ui.editor.outline.RuleNode
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, IOutlineNode, IReadAccess<org.eclipse.emf.ecore.EObject>

public class RuleNode
extends EObjectNode

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
RuleNode(org.eclipse.emf.ecore.EObject eObject, IOutlineNode parent, org.eclipse.swt.graphics.Image image, java.lang.Object text, boolean isLeaf)
           
 
Method Summary
 org.eclipse.jface.viewers.StyledString getFullText()
           
 void setFullText(org.eclipse.jface.viewers.StyledString fullText)
           
 
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

RuleNode

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

setFullText

public void setFullText(org.eclipse.jface.viewers.StyledString fullText)

getFullText

public org.eclipse.jface.viewers.StyledString getFullText()