java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.VFSPathSelected
Message sent when a file system tree node,
or a ProjectViewer tree node, is selected.
- Since:
- jEdit 4.3pre11
-
Constructor Summary
-
Method Summary
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, paramString, toString
-
Constructor Details
-
VFSPathSelected
- Parameters:
source
- the View that is considered the "source" of this eventisDirectory
- true if the path is pointing to a folder, false if it's a regular filepath
- The selected path.
-
-
Method Details
-
getView
-
getPath
- Returns:
- The selected URL (or file path).
-
isDirectory
public boolean isDirectory()- Returns:
- true if this is a directory node
-