public class JarNode extends DirNode
factory, FILENODE_COMPARATOR
displayname, file, iconcache, lastsiblings, relative, tostring
tree
Constructor and Description |
---|
JarNode(ISwingTreeNode parent,
AsyncSwingTreeModel model,
javax.swing.JTree tree,
java.io.File file,
IIconCache iconcache,
INodeFactory factory)
Create a new service container node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
searchChildren()
Asynchronously search for children.
|
isDirectory, isLeaf, listFiles, refresh
convertPathToRelative, getDisplayName, getFile, getFileName, getFilePath, getFileSize, getIcon, getId, getPropertiesComponent, getRelativePath, getSwingIcon, getTooltipText, hasProperties, toString
addChild, addChild, equals, expandChildren, getCachedChildren, getChild, getChildCount, getChildren, getIndexOfChild, getModel, getParent, getTree, removeChild, setChildren
checkChildren, dispose, hashCode, removeAllChildren, setParent
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getChild, getChildren, getParent
public JarNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, java.io.File file, IIconCache iconcache, INodeFactory factory)
protected void searchChildren()
searchChildren
in class DirNode