public static class RSyntaxTextAreaEditorKit.InsertBreakAction extends RTextAreaEditorKit.InsertBreakAction
| 构造器和说明 |
|---|
RSyntaxTextAreaEditorKit.InsertBreakAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
The actual meat of the action.
|
protected void |
handleInsertBreak(RSyntaxTextArea textArea,
boolean noSelection)
Actually inserts the newline into the document, and auto-indents
if appropriate.
|
getMacroID, isEnabledactionPerformed, getAccelerator, getDescription, getIcon, getMnemonic, getName, isRecordable, setAccelerator, setMnemonic, setMnemonic, setName, setProperties, setRecordable, setShortDescriptionpublic RSyntaxTextAreaEditorKit.InsertBreakAction()
public void actionPerformedImpl(java.awt.event.ActionEvent e,
RTextArea textArea)
RecordableTextActionactionPerformedImpl 在类中 RTextAreaEditorKit.InsertBreakActione - The action being performed.textArea - The text area "receiving" the action.RecordableTextAction.actionPerformed(java.awt.event.ActionEvent)protected void handleInsertBreak(RSyntaxTextArea textArea, boolean noSelection)
textArea - noSelection - Whether there is no selection.