Class Welcome


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

    • Welcome

      public Welcome()
  • Method Details

    • getShared

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

      public boolean isEnabled()
      Returns whether welcome panel is enabled.
    • setEnabled

      public void setEnabled(boolean aValue)
      Sets whether welcome panel is enabled.
    • runWelcome

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

      public void close()
      Close welcome.
    • initUI

      protected void initUI()
      Initializes the UI panel.
      Overrides:
      initUI in class UIOwner<SwingEvent,JComponent>
    • respondUI

      public void respondUI(SwingEvent anEvent)
      Respond to UI panel controls.
      Overrides:
      respondUI in class UIOwner<SwingEvent,JComponent>
    • open

      public void open(String aPath)
      Opens a document. If pathName is null, the open panel will be run.
    • newEditorPane

      public RMEditorPane newEditorPane()
      Creates a new editor for new or opened documents.