Uses of Class
org.aspectj.ajde.ui.GlobalViewProperties

Packages that use GlobalViewProperties
org.aspectj.ajde.ui   
 

Uses of GlobalViewProperties in org.aspectj.ajde.ui
 

Methods in org.aspectj.ajde.ui that return GlobalViewProperties
 GlobalViewProperties GlobalStructureView.getGlobalViewProperties()
           
 

Methods in org.aspectj.ajde.ui with parameters of type GlobalViewProperties
 GlobalStructureView StructureViewManager.createGlobalView(GlobalViewProperties properties)
           
 

Constructors in org.aspectj.ajde.ui with parameters of type GlobalViewProperties
GlobalStructureView(GlobalViewProperties viewProperties)