public class SwingTreeViewNodeFactory extends StructureViewNodeFactory
Constructor and Description |
---|
SwingTreeViewNodeFactory(IconRegistry iconRegistry) |
Modifier and Type | Method and Description |
---|---|
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.
|
acceptNode, createNode, createNode
public SwingTreeViewNodeFactory(IconRegistry iconRegistry)
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