public class VirtualOutlineNode
extends org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode
| Modifier | Constructor and Description |
|---|---|
protected |
VirtualOutlineNode(org.eclipse.xtext.ui.editor.outline.IOutlineNode parent,
org.eclipse.swt.graphics.Image image,
java.lang.Object text,
boolean isLeaf)
The constructor of a virtual outline node.
|
addChild, getAdapter, getChildren, getDocument, getEObjectURI, getFullTextRegion, getImage, getImageDescriptor, getParent, getSignificantTextRegion, getText, getTreeProvider, hasChildren, readOnly, removeChild, setImage, setImageDescriptor, setParent, setText, setTextRegion, toStringprotected VirtualOutlineNode(org.eclipse.xtext.ui.editor.outline.IOutlineNode parent,
org.eclipse.swt.graphics.Image image,
java.lang.Object text,
boolean isLeaf)
parent - The parent-node of this node.image - The image of this node displayed in the outline view.text - The text of this node diyplayed in the outline view.isLeaf - True if this node is a leaf. False otherwise.Copyright © 2009 - 2018 SSE. All Rights Reserved.