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 final AbstractIconAbstractIconRegistry.ADVICEprotected final AbstractIconAbstractIconRegistry.ANNOTATIONprotected final AbstractIconAbstractIconRegistry.ASPECTprotected final AbstractIconAbstractIconRegistry.CLASSprotected final AbstractIconAbstractIconRegistry.CODEprotected final AbstractIconAbstractIconRegistry.CONSTRUCTORprotected final AbstractIconAbstractIconRegistry.DECLARE_ERRORprotected final AbstractIconAbstractIconRegistry.DECLARE_PARENTSprotected final AbstractIconAbstractIconRegistry.DECLARE_SOFTprotected final AbstractIconAbstractIconRegistry.DECLARE_WARNINGprotected final AbstractIconAbstractIconRegistry.ENUMprotected final AbstractIconAbstractIconRegistry.ENUM_VALUEprotected final AbstractIconAbstractIconRegistry.ERRORprotected final AbstractIconAbstractIconRegistry.FIELDprotected final AbstractIconAbstractIconRegistry.FILEprotected final AbstractIconAbstractIconRegistry.FILE_ASPECTJprotected final AbstractIconAbstractIconRegistry.FILE_JAVAprotected final AbstractIconAbstractIconRegistry.FILE_LSTprotected final AbstractIconAbstractIconRegistry.INITIALIZERprotected final AbstractIconAbstractIconRegistry.INTERFACEprotected final AbstractIconAbstractIconRegistry.INTRODUCTIONprotected final AbstractIconAbstractIconRegistry.METHODprotected final AbstractIconAbstractIconRegistry.PACKAGEprotected final AbstractIconAbstractIconRegistry.POINTCUTprotected final AbstractIconAbstractIconRegistry.PROJECTprotected final AbstractIconAbstractIconRegistry.RELATION_ADVICE_BACKprotected final AbstractIconAbstractIconRegistry.RELATION_ADVICE_FORWARDprotected final AbstractIconAbstractIconRegistry.RELATION_INHERITANCE_BACKprotected final AbstractIconAbstractIconRegistry.RELATION_INHERITANCE_FORWARDprotected final AbstractIconAbstractIconRegistry.RELATION_REFERENCE_BACKprotected final 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.