public static class RSyntaxTextAreaEditorKit.InsertQuoteAction extends RSyntaxTextAreaEditorKit.InsertPairedCharacterAction
| Modifier and Type | Class and Description |
|---|---|
static class |
RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType
The type of quote to insert.
|
| Constructor and Description |
|---|
InsertQuoteAction(java.lang.String actionName,
RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType quoteType) |
| 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 InsertQuoteAction(java.lang.String actionName,
RSyntaxTextAreaEditorKit.InsertQuoteAction.QuoteType quoteType)
public void actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
RecordableTextActionactionPerformedImpl in class RSyntaxTextAreaEditorKit.InsertPairedCharacterActione - The action being performed.textArea - The text area "receiving" the action.RecordableTextAction.actionPerformed(java.awt.event.ActionEvent)