public interface IOutlineNode extends org.eclipse.core.runtime.IAdaptable, IReadAccess<org.eclipse.emf.ecore.EObject>
AbstractOutlineNode.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IOutlineNode.Extension
Allows to use
ImageDescriptors instead of Images. |
IReadAccess.Priority<P>| Modifier and Type | Method and Description |
|---|---|
List<IOutlineNode> |
getChildren() |
ITextRegion |
getFullTextRegion()
The region that triggers selection of this node when "Link with Editor" is enabled.
|
org.eclipse.swt.graphics.Image |
getImage() |
IOutlineNode |
getParent() |
ITextRegion |
getSignificantTextRegion()
The region that is selected in the editor when this node is double clicked or selected in "Link with Editor"
mode.
|
Object |
getText() |
boolean |
hasChildren() |
readOnlyObject getText()
org.eclipse.swt.graphics.Image getImage()
IOutlineNode getParent()
List<IOutlineNode> getChildren()
boolean hasChildren()
ITextRegion getFullTextRegion()
ITextRegion getSignificantTextRegion()
Copyright © 2016. All Rights Reserved.