Class RMEditorPaneToolBar


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

    • RMEditorPaneToolBar

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

    • 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,JComponent>
    • resetUI

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

      protected void respondUI(SwingEvent anEvent)
      Responds to Swing UI panel control changes.
      Overrides:
      respondUI in class UIOwner<SwingEvent,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.