|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpicedt.graphic.event.HelpMessageEvent
public class HelpMessageEvent
A class that allows an EditorKit to post help-messages (or tooltips) that make sense with the current operation being performed. This may be used e.g. by the UI machinery.
Constructor Summary | |
---|---|
HelpMessageEvent(EditorKit source,
String message)
contruct a new event |
Method Summary | |
---|---|
String |
getMessage()
Return the help-message. |
EditorKit |
getSource()
Return the editor kit that sourced this event. |
String |
toString()
Return a String representation of this event for debugging purpose. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HelpMessageEvent(EditorKit source, String message)
source
- the editorkit that sourced the eventmessage
- the help-messageMethod Detail |
---|
public EditorKit getSource()
public String getMessage()
public String toString()
toString
in class Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |