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.
|
shouldPerformBlockOperation
actionPerformed, lock, unlock
beep, buildIndent, getFontHeight, getIndentSizeProperty, getLastAction, getMagicCaretPosition, getName, getSmartIndentProvider, getSpaces, getTab, getTabs, getTabSizeProperty, getUseAutoIndentProperty, getUseTabsProperty, getVisibleRect, isEditable, setMagicCaretPosition, showMessage, skipLeadingIndent
augmentList, getFocusedComponent, getTextComponent
public BasicEditorKit.ReverseTabAction()
public void actionPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document)
actionPerformed
in class BasicEditorKit.BlockIndentOutdentAction
event
- the action eventeditor
- the editor his action was invoked indocument
- the document associated with the editor