Package jadex.base.gui.filetree
Interface IFileNode
-
- All Superinterfaces:
ISwingTreeNode,ITreeNode
- All Known Implementing Classes:
DirNode,FileNode,JarNode,RemoteDirNode,RemoteFileNode,RemoteJarNode,RIDNode
public interface IFileNode extends ISwingTreeNode
Common interface for all nodes of the file tree (except the invisible root node). Provides unified access to local and remote files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFileName()Get the file name.java.lang.StringgetFilePath()Get the file path.longgetFileSize()Get the file size.booleanisDirectory()Check if the file is a directory.-
Methods inherited from interface jadex.base.gui.asynctree.ISwingTreeNode
getChild, getChildren, getParent, getPropertiesComponent, getSwingIcon
-
Methods inherited from interface jadex.base.gui.asynctree.ITreeNode
dispose, getCachedChildren, getChildCount, getIcon, getId, getIndexOfChild, getTooltipText, hasProperties, isLeaf, refresh
-
-