public static class RSyntaxTextAreaEditorKit.InsertPairedCharacterAction extends RTextAreaEditorKit.DefaultKeyTypedAction
| Constructor and Description |
|---|
InsertPairedCharacterAction(java.lang.String actionName,
char ch,
char pairedCh) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
The actual meat of the action.
|
getMacroIDactionPerformed, getAccelerator, getDescription, getIcon, getMnemonic, getName, getShortDescription, isRecordable, setAccelerator, setMnemonic, setMnemonic, setName, setProperties, setRecordable, setShortDescriptionaugmentList, getFocusedComponent, getTextComponentpublic InsertPairedCharacterAction(java.lang.String actionName,
char ch,
char pairedCh)
public void actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
RecordableTextActionactionPerformedImpl in class RTextAreaEditorKit.DefaultKeyTypedActione - The action being performed.textArea - The text area "receiving" the action.RecordableTextAction.actionPerformed(java.awt.event.ActionEvent)