Package jadex.base.gui.filetree
Interface INodeFactory
-
- All Known Implementing Classes:
DefaultNodeFactory
public interface INodeFactory
The node factory interface.
-
-
Method Summary
All Methods Instance Methods Abstract 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.IAsyncFilter
getFileFilter()
Get the current file filter.
-
-
-
Method Detail
-
createNode
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.
-
getFileFilter
IAsyncFilter getFileFilter()
Get the current file filter.
-
-