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

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

Uses of AbstractIcon in org.aspectj.ajde
 

Methods in org.aspectj.ajde that return AbstractIcon
 AbstractIcon IconRegistry.getStructureIcon(IProgramElement.Kind kind, IProgramElement.Accessibility accessibility)
           
 

Methods in org.aspectj.ajde with parameters of type AbstractIcon
 javax.swing.Icon IconRegistry.convertToSwingIcon(AbstractIcon iconAdapter)
           
 

Uses of AbstractIcon in org.aspectj.ajde.ui
 

Methods in org.aspectj.ajde.ui that return AbstractIcon
 AbstractIcon IStructureViewNode.getIcon()
           
 AbstractIcon AbstractIconRegistry.getIcon(IProgramElement.Kind kind)
          Assumes "public" visibility for the icon.
 AbstractIcon AbstractIconRegistry.getIcon(IRelationship.Kind relationship)
           
 

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

Methods in org.aspectj.ajde.ui.swing that return AbstractIcon
 AbstractIcon SwingTreeViewNode.getIcon()
           
 

Constructors in org.aspectj.ajde.ui.swing with parameters of type AbstractIcon
SwingTreeViewNode(IProgramElement programElement, AbstractIcon icon)
          Create a link.
SwingTreeViewNode(IProgramElement programElement, AbstractIcon icon, java.util.List children)
          Create a declaration node.
SwingTreeViewNode(IRelationship relationship, AbstractIcon icon)
          Create a relationship node.