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 SummaryConstructors Constructor Description DefaultNodeFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ISwingTreeNodecreateNode(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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.base.gui.filetree.INodeFactorygetFileFilter
 
- 
 
- 
- 
- 
Method Detail- 
createNodepublic 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:
- createNodein interface- INodeFactory
 
 
- 
 
-