Uses of Interface
org.aspectj.ajde.ui.StructureViewRenderer

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

Uses of StructureViewRenderer in org.aspectj.ajde.ui
 

Methods in org.aspectj.ajde.ui with parameters of type StructureViewRenderer
 void StructureView.setRenderer(StructureViewRenderer renderer)
           
 

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

Classes in org.aspectj.ajde.ui.swing that implement StructureViewRenderer
 class BrowserViewPanel
          Represents the configuration of a structure view of the system, rendered by the StructureTreeManager.
 class StructureViewPanel
          Represents the configuration of a structure view of the system, rendered by the StructureTreeManager.