Package jadex.base.gui.filetree
Class DefaultNodeFactory
- java.lang.Object
-
- jadex.base.gui.filetree.DefaultNodeFactory
-
- All Implemented Interfaces:
INodeFactory
public abstract class DefaultNodeFactory extends java.lang.Object implements INodeFactory
Default factory for creating nodes.
-
-
Constructor Summary
Constructors Constructor Description DefaultNodeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISwingTreeNode
createNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, java.lang.Object value, IIconCache iconcache, IExternalAccess exta, INodeFactory factory)
Create a new component node.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadex.base.gui.filetree.INodeFactory
getFileFilter
-
-
-
-
Method Detail
-
createNode
public ISwingTreeNode createNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, java.lang.Object value, IIconCache iconcache, IExternalAccess exta, INodeFactory factory)
Create a new component node.- Specified by:
createNode
in interfaceINodeFactory
-
-