public class RemoteDirNode extends RemoteFileNode
| Modifier and Type | Field and Description |
|---|---|
protected INodeFactory |
factory
The factory.
|
exta, file, iconcachetree| Constructor and Description |
|---|
RemoteDirNode(ISwingTreeNode parent,
AsyncSwingTreeModel model,
javax.swing.JTree tree,
jadex.bridge.service.types.filetransfer.FileData file,
IIconCache iconcache,
jadex.bridge.IExternalAccess exta,
INodeFactory factory)
Create a new service container node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeaf()
Check if the node is a leaf.
|
protected jadex.commons.future.ISubscriptionIntermediateFuture<jadex.bridge.service.types.filetransfer.FileData> |
listFiles()
Get a file filter according to current file type settings.
|
protected void |
searchChildren()
Asynchronously search for children.
|
getFileName, getFilePath, getFileSize, getIcon, getId, getPropertiesComponent, getRemoteFile, getSwingIcon, getTooltipText, hasProperties, isDirectory, refresh, toStringaddChild, addChild, equals, expandChildren, getCachedChildren, getChild, getChildCount, getChildren, getIndexOfChild, getModel, getParent, getTree, removeChild, setChildrencheckChildren, dispose, hashCode, removeAllChildren, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetChild, getChildren, getParentprotected INodeFactory factory
public RemoteDirNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, jadex.bridge.service.types.filetransfer.FileData file, IIconCache iconcache, jadex.bridge.IExternalAccess exta, INodeFactory factory)
protected void searchChildren()
searchChildren in class RemoteFileNodepublic boolean isLeaf()
isLeaf in interface jadex.base.gui.asynctree.ITreeNodeisLeaf in class AbstractSwingTreeNodeprotected jadex.commons.future.ISubscriptionIntermediateFuture<jadex.bridge.service.types.filetransfer.FileData> listFiles()