Class Welcome

java.lang.Object
com.reportmill.Welcome

public class Welcome extends Object
This class provides the welcome panel for RM.
  • Constructor Details

    • Welcome

      public Welcome()
      Creates a new Welcome panel.
  • Method Details

    • getShared

      public static Welcome getShared()
      Returns the shared instance of the welcome panel.
    • runWelcome

      public void runWelcome()
      Brings up the welcome panel.
    • close

      public void close()
      Close welcome.
    • getUI

      public RJPanel getUI()
      Returns the Swing UI panel.
    • resetUI

      public void resetUI()
      Reset UI from data.
    • respondUI

      public void respondUI(Object anObj)
      Respond to UI.
    • newEditorUI

      public RMEditorUI newEditorUI()
      Creates a new editor for new or opened documents.