Class RMEditorPaneMenuBar


  • public class RMEditorPaneMenuBar
    extends SwingOwner
    Menu bar for RMEditor pane.
    • Constructor Detail

      • RMEditorPaneMenuBar

        public RMEditorPaneMenuBar​(RMEditorPane anEditorPane)
        Creates a new editor pane menu bar.
    • Method Detail

      • getEditorPane

        public RMEditorPane getEditorPane()
        Returns the editor pane.
      • getEditor

        public RMEditor getEditor()
        Returns the editor pane editor.
      • getMenuBar

        public javax.swing.JMenuBar getMenuBar()
        Returns the MenuBar.
      • initUI

        protected void initUI()
        Initialize UI panel.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • initUI

        protected void initUI​(java.lang.Object anObj)
        Override to make available to package.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • resetUI

        protected void resetUI()
        Updates the editor's UI.
        Overrides:
        resetUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • respondUI

        protected void respondUI​(SwingEvent anEvent)
        Handles changes to the editor's UI controls.
        Overrides:
        respondUI in class UIOwner<SwingEvent,​javax.swing.JComponent>