Package org.aspectj.ajde.ui.swing
Class SwingTreeViewNodeFactory
java.lang.Object
org.aspectj.ajde.ui.StructureViewNodeFactory
org.aspectj.ajde.ui.swing.SwingTreeViewNodeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IStructureViewNodecreateDeclaration(IProgramElement node, AbstractIcon icon, List children) Implementors must override this method in order to create new nodes.protected IStructureViewNodecreateLink(IProgramElement node, AbstractIcon icon) Implementors must override this method in order to create link new nodes.protected IStructureViewNodecreateRelationship(IRelationship relationship, AbstractIcon icon) Implementors must override this method in order to create new relationship nodes.Methods inherited from class org.aspectj.ajde.ui.StructureViewNodeFactory
acceptNode, createNode, createNode
-
Constructor Details
-
SwingTreeViewNodeFactory
-
-
Method Details
-
createDeclaration
protected IStructureViewNode createDeclaration(IProgramElement node, AbstractIcon icon, List children) Description copied from class:StructureViewNodeFactoryImplementors must override this method in order to create new nodes.- Specified by:
createDeclarationin classStructureViewNodeFactory
-
createLink
Description copied from class:StructureViewNodeFactoryImplementors must override this method in order to create link new nodes.- Specified by:
createLinkin classStructureViewNodeFactory
-
createRelationship
Description copied from class:StructureViewNodeFactoryImplementors must override this method in order to create new relationship nodes. If returned node is null it will not be added to the tree.- Specified by:
createRelationshipin classStructureViewNodeFactory
-