Class StructureView
java.lang.Object
org.aspectj.ajde.ui.StructureView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StructureViewRendererprotected StructureViewProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSearches from the root node of the view down in order to find matches.protected voidvoidsetActiveNode(IStructureViewNode activeNode) voidsetActiveNode(IStructureViewNode activeNode, int sourceLine) voidsetRenderer(StructureViewRenderer renderer) voidsetRootNode(IStructureViewNode rootNode) voidsetViewProperties(StructureViewProperties viewProperties)
-
Field Details
-
viewProperties
-
renderer
-
-
Constructor Details
-
StructureView
public StructureView()
-
-
Method Details
-
getViewProperties
-
getRootNode
-
setRootNode
-
setViewProperties
-
setRenderer
-
notifyViewUpdated
protected void notifyViewUpdated() -
getActiveNode
- Returns:
- the view node corresponding to the active ProgramElementNode or null
-
findCorrespondingViewNode
Searches from the root node of the view down in order to find matches.- Returns:
- the first match
-
setActiveNode
-
setActiveNode
-