Package jadex.base.gui.filetree
Class JarNode
- java.lang.Object
-
- All Implemented Interfaces:
ISwingTreeNode
,ITreeNode
,IFileNode
public class JarNode extends DirNode
Node for jar file.
-
-
Field Summary
-
Fields inherited from class jadex.base.gui.filetree.DirNode
factory, FILENODE_COMPARATOR
-
Fields inherited from class jadex.base.gui.filetree.FileNode
displayname, file, iconcache, lastsiblings, relative, tostring
-
Fields inherited from class jadex.base.gui.asynctree.AbstractSwingTreeNode
tree
-
Fields inherited from class jadex.base.gui.asynctree.AbstractTreeNode
childrenfuture, dirty, model, parent, recurse, searching
-
-
Constructor Summary
Constructors Constructor Description JarNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, java.io.File file, IIconCache iconcache, INodeFactory factory)
Create a new service container node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
searchChildren()
Asynchronously search for children.-
Methods inherited from class jadex.base.gui.filetree.DirNode
isDirectory, isLeaf, listFiles, refresh
-
Methods inherited from class jadex.base.gui.filetree.FileNode
convertPathToRelative, getDisplayName, getFile, getFileName, getFilePath, getFileSize, getIcon, getId, getPropertiesComponent, getRelativePath, getSwingIcon, getTooltipText, hasProperties, toString
-
Methods inherited from class jadex.base.gui.asynctree.AbstractSwingTreeNode
addChild, addChild, equals, expandChildren, getCachedChildren, getChild, getChildCount, getChildren, getIndexOfChild, getModel, getParent, getTree, removeChild, setChildren
-
Methods inherited from class jadex.base.gui.asynctree.AbstractTreeNode
checkChildren, dispose, hashCode, removeAllChildren, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jadex.base.gui.asynctree.ISwingTreeNode
getChild, getChildren, getParent
-
Methods inherited from interface jadex.base.gui.asynctree.ITreeNode
dispose, getCachedChildren, getChildCount, getIndexOfChild
-
-
-
-
Constructor Detail
-
JarNode
public JarNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, java.io.File file, IIconCache iconcache, INodeFactory factory)
Create a new service container node.
-
-
Method Detail
-
searchChildren
protected void searchChildren()
Asynchronously search for children. Should call setChildren() once children are found.- Overrides:
searchChildren
in classDirNode
-
-