Class AbstractAutomaton.MsgFrame

java.lang.Object
jmri.jmrit.automat.AbstractAutomaton.MsgFrame
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractAutomaton

public class AbstractAutomaton.MsgFrame extends Object implements Runnable
Internal class to show a Frame
  • Field Details

  • Constructor Details

  • Method Details

    • hide

      public void hide()
    • show

      public void show(String pMessage, boolean pPause)
      Show a message in the message frame, and optionally wait for the user to acknowledge.
      Parameters:
      pMessage - the message to show
      pPause - true if this automaton should wait for user acknowledgment; false otherwise
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • format

      protected void format()
      Abstract method to handle formatting of the text on a show