|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectj.ajde.ui.StructureViewNodeFactory
org.aspectj.ajde.ui.swing.SwingTreeViewNodeFactory
public class SwingTreeViewNodeFactory
Constructor Summary | |
---|---|
SwingTreeViewNodeFactory(IconRegistry iconRegistry)
|
Method Summary | |
---|---|
protected IStructureViewNode |
createDeclaration(IProgramElement node,
AbstractIcon icon,
java.util.List children)
Implementors must override this method in order to create new nodes. |
protected IStructureViewNode |
createLink(IProgramElement node,
AbstractIcon icon)
Implementors must override this method in order to create link new nodes. |
protected IStructureViewNode |
createRelationship(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SwingTreeViewNodeFactory(IconRegistry iconRegistry)
Method Detail |
---|
protected IStructureViewNode createDeclaration(IProgramElement node, AbstractIcon icon, java.util.List children)
StructureViewNodeFactory
createDeclaration
in class StructureViewNodeFactory
protected IStructureViewNode createLink(IProgramElement node, AbstractIcon icon)
StructureViewNodeFactory
createLink
in class StructureViewNodeFactory
protected IStructureViewNode createRelationship(IRelationship relationship, AbstractIcon icon)
StructureViewNodeFactory
createRelationship
in class StructureViewNodeFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |