protected class AbstractJFlexCTokenMaker.CStyleInsertBreakAction extends RSyntaxTextAreaEditorKit.InsertBreakAction
Modifier | Constructor and Description |
---|---|
protected |
CStyleInsertBreakAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
The actual meat of the action.
|
handleInsertBreak
getMacroID, isEnabled
actionPerformed, getAccelerator, getDescription, getIcon, getMnemonic, getName, isRecordable, setAccelerator, setMnemonic, setMnemonic, setName, setProperties, setRecordable, setShortDescription
augmentList, getFocusedComponent, getTextComponent
public void actionPerformedImpl(java.awt.event.ActionEvent e, RTextArea textArea)
RecordableTextAction
actionPerformedImpl
in class RSyntaxTextAreaEditorKit.InsertBreakAction
e
- The action being performed.textArea
- The text area "receiving" the action.RecordableTextAction.actionPerformed(java.awt.event.ActionEvent)