Uses of Class
org.aspectj.ajde.IconRegistry

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

Uses of IconRegistry in org.aspectj.ajde
 

Methods in org.aspectj.ajde that return IconRegistry
 IconRegistry Ajde.getIconRegistry()
           
 

Methods in org.aspectj.ajde with parameters of type IconRegistry
 void Ajde.init(ICompilerConfiguration compilerConfig, IUIBuildMessageHandler uiBuildMessageHandler, IBuildProgressMonitor monitor, EditorAdapter editorAdapter, IdeUIAdapter ideUIAdapter, IconRegistry iconRegistry, java.awt.Frame rootFrame, IRuntimeProperties runtimeProperties, boolean useFileView)
          Initializes the ajde ui and sets up the compiler
 

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

Constructors in org.aspectj.ajde.ui.swing with parameters of type IconRegistry
BrowserViewPanel(IconRegistry icons, java.util.List views, StructureViewProperties.Hierarchy visibleViewHierarchy)
           
OptionsFrame(IconRegistry icons)
           
SwingTreeViewNodeFactory(IconRegistry iconRegistry)