public abstract class BasicWriteAction extends BasicAction
Modifier | Constructor and Description |
---|---|
protected |
BasicWriteAction(java.lang.String actionName) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
The operation to perform when this action is triggered.
|
protected void |
lock(BasicDocument document) |
protected void |
unlock(BasicDocument document) |
actionPerformed, beep, buildIndent, getFontHeight, getIndentSizeProperty, getLastAction, getMagicCaretPosition, getName, getSmartIndentProvider, getSpaces, getTab, getTabs, getTabSizeProperty, getUseAutoIndentProperty, getUseTabsProperty, getVisibleRect, isEditable, setMagicCaretPosition, showMessage, skipLeadingIndent
augmentList, getFocusedComponent, getTextComponent
public void actionPerformed(java.awt.event.ActionEvent event)
BasicAction
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class BasicAction
event
- the action eventprotected void lock(BasicDocument document)
lock
in class BasicAction
protected void unlock(BasicDocument document)
unlock
in class BasicAction