public class RemoteDirNode extends RemoteFileNode
Modifier and Type | Field and Description |
---|---|
protected INodeFactory |
factory
The factory.
|
exta, file, iconcache
tree
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, 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
protected 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 RemoteFileNode
public boolean isLeaf()
isLeaf
in interface jadex.base.gui.asynctree.ITreeNode
isLeaf
in class AbstractSwingTreeNode
protected jadex.commons.future.ISubscriptionIntermediateFuture<jadex.bridge.service.types.filetransfer.FileData> listFiles()