Class RMEditorPaneToolBar


  • public class RMEditorPaneToolBar
    extends SwingOwner
    Tool bar for RMEditorPane.
    • Constructor Detail

      • RMEditorPaneToolBar

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

      • getEditorPane

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

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

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

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

        protected void respondUI​(SwingEvent anEvent)
        Responds to Swing UI panel control changes.
        Overrides:
        respondUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • fontFaceTextChanged

        public void fontFaceTextChanged()
        Called when text added or removed from font face text.
      • createToolBarTools

        protected static RMTool[] createToolBarTools()
        Creates the list of tool instances for tool bar.