Uses of Class
org.aspectj.ajde.ui.swing.StructureViewPanel

Packages that use StructureViewPanel
org.aspectj.ajde   
org.aspectj.ajde.ui.swing   
 

Uses of StructureViewPanel in org.aspectj.ajde
 

Methods in org.aspectj.ajde that return StructureViewPanel
 StructureViewPanel Ajde.getFileStructurePanel()
           
 

Uses of StructureViewPanel in org.aspectj.ajde.ui.swing
 

Methods in org.aspectj.ajde.ui.swing that return StructureViewPanel
 StructureViewPanel BrowserViewManager.getBrowserPanel()
           
 

Constructors in org.aspectj.ajde.ui.swing with parameters of type StructureViewPanel
BrowserStructureViewToolPanel(java.util.List structureViews, StructureView currentView, StructureViewPanel viewPanel)
           
MultiStructureViewPanel(StructureViewPanel topPanel, StructureViewPanel bottomPanel)