Package org.aspectj.ajde.ui
Klasse StructureView
java.lang.Object
org.aspectj.ajde.ui.StructureView
- Bekannte direkte Unterklassen:
FileStructureView
- Autor:
- Mik Kersten
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StructureViewRendererprotected StructureViewProperties -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungSearches 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)
-
Felddetails
-
viewProperties
-
renderer
-
-
Konstruktordetails
-
StructureView
public StructureView()
-
-
Methodendetails
-
getViewProperties
-
getRootNode
-
setRootNode
-
setViewProperties
-
setRenderer
-
notifyViewUpdated
protected void notifyViewUpdated() -
getActiveNode
- Gibt zurück:
- 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.- Gibt zurück:
- the first match
-
setActiveNode
-
setActiveNode
-