Verwendungen von Klasse
org.aspectj.ajde.ui.AbstractIcon
Packages, die AbstractIcon verwenden
-
Verwendungen von AbstractIcon in org.aspectj.ajde
Methoden in org.aspectj.ajde, die AbstractIcon zurückgebenModifizierer und TypMethodeBeschreibungprotected AbstractIconIconRegistry.createIcon(String path) IconRegistry.getStructureIcon(IProgramElement.Kind kind, IProgramElement.Accessibility accessibility) Methoden in org.aspectj.ajde mit Parametern vom Typ AbstractIcon -
Verwendungen von AbstractIcon in org.aspectj.ajde.ui
Felder in org.aspectj.ajde.ui, die deklariert sind als AbstractIconModifizierer und TypFeldBeschreibungprotected 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_FORWARDMethoden in org.aspectj.ajde.ui, die AbstractIcon zurückgebenModifizierer und TypMethodeBeschreibungprotected 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) Methoden in org.aspectj.ajde.ui mit Parametern vom Typ AbstractIconModifizierer und TypMethodeBeschreibungprotected 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. -
Verwendungen von AbstractIcon in org.aspectj.ajde.ui.swing
Methoden in org.aspectj.ajde.ui.swing, die AbstractIcon zurückgebenMethoden in org.aspectj.ajde.ui.swing mit Parametern vom Typ AbstractIconModifizierer und TypMethodeBeschreibungprotected IStructureViewNodeSwingTreeViewNodeFactory.createDeclaration(IProgramElement node, AbstractIcon icon, List children) protected IStructureViewNodeSwingTreeViewNodeFactory.createLink(IProgramElement node, AbstractIcon icon) protected IStructureViewNodeSwingTreeViewNodeFactory.createRelationship(IRelationship relationship, AbstractIcon icon) Konstruktoren in org.aspectj.ajde.ui.swing mit Parametern vom Typ AbstractIconModifiziererKonstruktorBeschreibungSwingTreeViewNode(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.