|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ msg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.msg
Class VFSUpdate

java.lang.Objectorg.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.VFSUpdate
- public class VFSUpdate
- extends org.gjt.sp.jedit.EBMessage
Message sent when a file or directory changes.
- Since:
- jEdit 2.6pre4
- Version:
- $Id: VFSUpdate.java,v 1.3 2002/05/14 07:34:55 spestov Exp $
| Nested Class Summary |
| Nested classes inherited from class org.gjt.sp.jedit.EBMessage |
org.gjt.sp.jedit.EBMessage.NonVetoable |
| Field Summary | |
private java.lang.String |
path
|
| Fields inherited from class org.gjt.sp.jedit.EBMessage |
|
| Constructor Summary | |
VFSUpdate(java.lang.String path)
Creates a VFS update message. |
|
| Method Summary | |
java.lang.String |
getPath()
Returns the path that changed. |
java.lang.String |
paramString()
Returns a string representation of this message's parameters. |
| Methods inherited from class org.gjt.sp.jedit.EBMessage |
getSource, isVetoed, toString, veto |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
path
private java.lang.String path
| Constructor Detail |
VFSUpdate
public VFSUpdate(java.lang.String path)
- Creates a VFS update message.
| Method Detail |
getPath
public java.lang.String getPath()
- Returns the path that changed.
paramString
public java.lang.String paramString()
- Description copied from class:
org.gjt.sp.jedit.EBMessage - Returns a string representation of this message's parameters.
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ msg overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC