|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.VFSPathSelected
public class VFSPathSelected
Message sent when a file system tree node, or a ProjectViewer tree node, is selected.
Constructor Summary | |
---|---|
VFSPathSelected(View source,
java.lang.String path)
|
Method Summary | |
---|---|
java.lang.String |
getPath()
|
View |
getView()
|
Methods inherited from class org.gjt.sp.jedit.EBMessage |
---|
getSource, paramString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VFSPathSelected(View source, java.lang.String path)
source
- the View that is considered the "source" of this eventpath
- The selected path.Method Detail |
---|
public View getView()
public java.lang.String getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |