|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.sp.jedit.EBMessage
The base class of all EditBus messages.
Message classes extending this class typically add other data members and methods to provide subscribers with whatever is needed to handle the message appropriately.
Message types sent by jEdit can be found in the org.gjt.sp.jedit.msg package.
Nested Class Summary | |
static class |
EBMessage.NonVetoable
Deprecated. Subclass EBMessage instead. |
Constructor Summary | |
EBMessage(EBComponent source)
Creates a new message. |
Method Summary | |
EBComponent |
getSource()
Returns the sender of this message. |
boolean |
isVetoed()
Deprecated. Returns false. |
java.lang.String |
paramString()
Returns a string representation of this message's parameters. |
java.lang.String |
toString()
Returns a string representation of this message. |
void |
veto()
Deprecated. Does nothing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EBMessage(EBComponent source)
source
- The message sourceMethod Detail |
public EBComponent getSource()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String paramString()
public void veto()
public boolean isVetoed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |