Package jmri.jmrit.automat
Class AbstractAutomaton.MsgFrame
java.lang.Object
jmri.jmrit.automat.AbstractAutomaton.MsgFrame
- All Implemented Interfaces:
Runnable
- Enclosing class:
- AbstractAutomaton
Internal class to show a Frame
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
MsgFrame
public MsgFrame()
-
-
Method Details
-
hide
-
show
Show a message in the message frame, and optionally wait for the user to acknowledge.- Parameters:
pMessage- the message to showpPause- true if this automaton should wait for user acknowledgment; false otherwise
-
run
-
format
Abstract method to handle formatting of the text on a show
-