public static class RSyntaxTextAreaEditorKit.DecreaseFontSizeAction extends RTextAreaEditorKit.DecreaseFontSizeAction
decreaseAmount, MINIMUM_SIZE
Constructor and Description |
---|
DecreaseFontSizeAction() |
DecreaseFontSizeAction(java.lang.String name,
javax.swing.Icon icon,
java.lang.String desc,
java.lang.Integer mnemonic,
javax.swing.KeyStroke accelerator) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
The actual meat of the action.
|
getMacroID, initialize
actionPerformed, getAccelerator, getDescription, getIcon, getMnemonic, getName, isRecordable, setAccelerator, setMnemonic, setMnemonic, setName, setProperties, setRecordable, setShortDescription
augmentList, getFocusedComponent, getTextComponent
public DecreaseFontSizeAction()
public DecreaseFontSizeAction(java.lang.String name, javax.swing.Icon icon, java.lang.String desc, java.lang.Integer mnemonic, javax.swing.KeyStroke accelerator)
public void actionPerformedImpl(java.awt.event.ActionEvent e, RTextArea textArea)
RecordableTextAction
actionPerformedImpl
in class RTextAreaEditorKit.DecreaseFontSizeAction
e
- The action being performed.textArea
- The text area "receiving" the action.RecordableTextAction.actionPerformed(java.awt.event.ActionEvent)