| java.lang.Object org.gjt.sp.jedit.EBMessage org.gjt.sp.jedit.msg.VFSPathSelected
VFSPathSelected | public class VFSPathSelected extends EBMessage (Code) | | Message sent when a file system tree node,
or a ProjectViewer tree node, is selected.
since: jEdit 4.3pre11 |
VFSPathSelected | public VFSPathSelected(View source, String path, boolean isDirectory)(Code) | | Parameters: source - the View that is considered the "source" of this event Parameters: isDirectory - true if the path is pointing to a folder, false if it's a regular file Parameters: path - The selected path. |
getPath | public String getPath()(Code) | | The selected URL (or file path). |
isDirectory | public boolean isDirectory()(Code) | | true if this is a directory node |
|
|