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, skipLeadingIndentaugmentList, getFocusedComponent, getTextComponentpublic void actionPerformed(java.awt.event.ActionEvent event)
BasicActionactionPerformed in interface java.awt.event.ActionListeneractionPerformed in class BasicActionevent - the action eventprotected void lock(BasicDocument document)
lock in class BasicActionprotected void unlock(BasicDocument document)
unlock in class BasicAction