Class RSyntaxTextAreaEditorKit.IncreaseFontSizeAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
    Enclosing class:
    RSyntaxTextAreaEditorKit

    public static class RSyntaxTextAreaEditorKit.IncreaseFontSizeAction
    extends RTextAreaEditorKit.IncreaseFontSizeAction
    Action for increasing the font size of all fonts in the text area.
    See Also:
    Serialized Form
    • Constructor Detail

      • IncreaseFontSizeAction

        public IncreaseFontSizeAction()
      • IncreaseFontSizeAction

        public IncreaseFontSizeAction​(java.lang.String name,
                                      javax.swing.Icon icon,
                                      java.lang.String desc,
                                      java.lang.Integer mnemonic,
                                      javax.swing.KeyStroke accelerator)