Uses of Class
org.aspectj.ajde.ui.AbstractIcon
Packages that use AbstractIcon
-
Uses of AbstractIcon in org.aspectj.ajde
Methods in org.aspectj.ajde that return AbstractIconModifier and TypeMethodDescriptionprotected AbstractIconIconRegistry.createIcon(String path)IconRegistry.getStructureIcon(IProgramElement.Kind kind, IProgramElement.Accessibility accessibility)Methods in org.aspectj.ajde with parameters of type AbstractIcon -
Uses of AbstractIcon in org.aspectj.ajde.ui
Fields in org.aspectj.ajde.ui declared as AbstractIconModifier and TypeFieldDescriptionprotected AbstractIconAbstractIconRegistry.ADVICEprotected AbstractIconAbstractIconRegistry.ANNOTATIONprotected AbstractIconAbstractIconRegistry.ASPECTprotected AbstractIconAbstractIconRegistry.CLASSprotected AbstractIconAbstractIconRegistry.CODEprotected AbstractIconAbstractIconRegistry.CONSTRUCTORprotected AbstractIconAbstractIconRegistry.DECLARE_ERRORprotected AbstractIconAbstractIconRegistry.DECLARE_PARENTSprotected AbstractIconAbstractIconRegistry.DECLARE_SOFTprotected AbstractIconAbstractIconRegistry.DECLARE_WARNINGprotected AbstractIconAbstractIconRegistry.ENUMprotected AbstractIconAbstractIconRegistry.ENUM_VALUEprotected AbstractIconAbstractIconRegistry.ERRORprotected AbstractIconAbstractIconRegistry.FIELDprotected AbstractIconAbstractIconRegistry.FILEprotected AbstractIconAbstractIconRegistry.FILE_ASPECTJprotected AbstractIconAbstractIconRegistry.FILE_JAVAprotected AbstractIconAbstractIconRegistry.FILE_LSTprotected AbstractIconAbstractIconRegistry.INITIALIZERprotected AbstractIconAbstractIconRegistry.INTERFACEprotected AbstractIconAbstractIconRegistry.INTRODUCTIONprotected AbstractIconAbstractIconRegistry.METHODprotected AbstractIconAbstractIconRegistry.PACKAGEprotected AbstractIconAbstractIconRegistry.POINTCUTprotected AbstractIconAbstractIconRegistry.PROJECTprotected AbstractIconAbstractIconRegistry.RELATION_ADVICE_BACKprotected AbstractIconAbstractIconRegistry.RELATION_ADVICE_FORWARDprotected AbstractIconAbstractIconRegistry.RELATION_INHERITANCE_BACKprotected AbstractIconAbstractIconRegistry.RELATION_INHERITANCE_FORWARDprotected AbstractIconAbstractIconRegistry.RELATION_REFERENCE_BACKprotected AbstractIconAbstractIconRegistry.RELATION_REFERENCE_FORWARDMethods in org.aspectj.ajde.ui that return AbstractIconModifier and TypeMethodDescriptionprotected abstract AbstractIconAbstractIconRegistry.createIcon(String path)Implement to create platform-specific icons.AbstractIconRegistry.getIcon(IProgramElement.Kind kind)Assumes "public" visibility for the icon.AbstractIconRegistry.getIcon(IRelationship.Kind relationship)IStructureViewNode.getIcon()protected abstract AbstractIconAbstractIconRegistry.getStructureIcon(IProgramElement.Kind kind, IProgramElement.Accessibility accessibility)Methods in org.aspectj.ajde.ui with parameters of type AbstractIconModifier and TypeMethodDescriptionprotected abstract IStructureViewNodeStructureViewNodeFactory.createDeclaration(IProgramElement node, AbstractIcon icon, List children)Implementors must override this method in order to create new nodes.protected abstract IStructureViewNodeStructureViewNodeFactory.createLink(IProgramElement node, AbstractIcon icon)Implementors must override this method in order to create link new nodes.protected abstract IStructureViewNodeStructureViewNodeFactory.createRelationship(IRelationship relationship, AbstractIcon icon)Implementors must override this method in order to create new relationship nodes. -
Uses of AbstractIcon in org.aspectj.ajde.ui.swing
Methods in org.aspectj.ajde.ui.swing that return AbstractIconMethods in org.aspectj.ajde.ui.swing with parameters of type AbstractIconModifier and TypeMethodDescriptionprotected IStructureViewNodeSwingTreeViewNodeFactory.createDeclaration(IProgramElement node, AbstractIcon icon, List children)protected IStructureViewNodeSwingTreeViewNodeFactory.createLink(IProgramElement node, AbstractIcon icon)protected IStructureViewNodeSwingTreeViewNodeFactory.createRelationship(IRelationship relationship, AbstractIcon icon)Constructors in org.aspectj.ajde.ui.swing with parameters of type AbstractIconModifierConstructorDescriptionSwingTreeViewNode(IProgramElement programElement, AbstractIcon icon)Create a link.SwingTreeViewNode(IProgramElement programElement, AbstractIcon icon, List children)Create a declaration node.SwingTreeViewNode(IRelationship relationship, AbstractIcon icon)Create a relationship node.