Class Welcome


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

      • Welcome

        public Welcome()
    • Method Detail

      • 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,​javax.swing.JComponent>
      • open

        public void open​(java.lang.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.