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, isEnabled
actionPerformed, getAccelerator, getDescription, getIcon, getMnemonic, getName, isRecordable, setAccelerator, setMnemonic, setMnemonic, setName, setProperties, setRecordable, setShortDescription
public RSyntaxTextAreaEditorKit.InsertBreakAction()
public void actionPerformedImpl(java.awt.event.ActionEvent e, RTextArea textArea)
RecordableTextAction
actionPerformedImpl
在类中 RTextAreaEditorKit.InsertBreakAction
e
- 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.