Class RSyntaxTextAreaEditorKit.DecreaseFontSizeAction

  • 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.DecreaseFontSizeAction
    extends RTextAreaEditorKit.DecreaseFontSizeAction
    Action for decreasing the font size of all fonts in the text area.
    See Also:
    Serialized Form
    • Constructor Detail

      • DecreaseFontSizeAction

        public DecreaseFontSizeAction()
      • DecreaseFontSizeAction

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