|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.klafbang.tincpn.animation.plugin.ShowString
@Note(value="This was previously called ShowModal") public class ShowString
ShowString allows you to display short string messages to the user.
Constructor Summary | |
---|---|
ShowString(java.lang.String header,
java.lang.String id)
Constructs a ShowString object. |
Method Summary | |
---|---|
void |
displayMessage(java.lang.String message)
Show a message to the user. |
void |
reset()
Noop. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShowString(java.lang.String header, java.lang.String id)
header
- a header that can be displayed with the stringid
- Method Detail |
---|
public void displayMessage(java.lang.String message)
message
- the message to showpublic void reset()
|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |