|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StructureViewRenderer
View renderers get notified of structure view update events and should update the display of the structure view accordingly.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |