public interface StructureViewRenderer
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
setActiveNode(IStructureViewNode node)
Highlights and selects the given node as active.
|
void |
setActiveNode(IStructureViewNode activeNode,
int lineOffset)
Same behavior as
setActiveNode(StructureViewNode) but
highlights a particular line within the span of the node. |
void |
updateView(StructureView structureView)
Implementors should updated the display of the corresponding
file structure view.
|
void updateView(StructureView structureView)
void setActiveNode(IStructureViewNode node)
void setActiveNode(IStructureViewNode activeNode, int lineOffset)
setActiveNode(StructureViewNode)
but
highlights a particular line within the span of the node.lineOffset
- number of lines after the begin and before the
end line of the corresponding StructureNode
.