public static class BasicEditorKit.ReverseTabAction extends BasicEditorKit.BlockIndentOutdentAction
ReverseTabAction implementation of the action to
move the caret backwards to the previous tab stop.| Constructor and Description |
|---|
BasicEditorKit.ReverseTabAction()
Constructs this object with the appropriate action name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent event,
BasicEditorPane editor,
BasicDocument document)
The operation to perform when this action is triggered.
|
shouldPerformBlockOperationactionPerformed, lock, unlockbeep, buildIndent, getFontHeight, getIndentSizeProperty, getLastAction, getMagicCaretPosition, getName, getSmartIndentProvider, getSpaces, getTab, getTabs, getTabSizeProperty, getUseAutoIndentProperty, getUseTabsProperty, getVisibleRect, isEditable, setMagicCaretPosition, showMessage, skipLeadingIndentaugmentList, getFocusedComponent, getTextComponentpublic BasicEditorKit.ReverseTabAction()
public void actionPerformed(java.awt.event.ActionEvent event,
BasicEditorPane editor,
BasicDocument document)
actionPerformed in class BasicEditorKit.BlockIndentOutdentActionevent - the action eventeditor - the editor his action was invoked indocument - the document associated with the editor