public abstract class DefaultNodeFactory extends java.lang.Object implements INodeFactory
Constructor and Description |
---|
DefaultNodeFactory() |
Modifier and Type | Method and Description |
---|---|
ISwingTreeNode |
createNode(ISwingTreeNode parent,
AsyncSwingTreeModel model,
javax.swing.JTree tree,
java.lang.Object value,
IIconCache iconcache,
jadex.bridge.IExternalAccess exta,
INodeFactory factory)
Create a new component node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFileFilter
public ISwingTreeNode createNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, java.lang.Object value, IIconCache iconcache, jadex.bridge.IExternalAccess exta, INodeFactory factory)
createNode
in interface INodeFactory