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.String
getFileName()
Get the file name.java.lang.String
getFilePath()
Get the file path.long
getFileSize()
Get the file size.boolean
isDirectory()
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
-
-