public class BackspaceHandler extends EditorActionHandler
| Constructor and Description | 
|---|
| BackspaceHandler(EditorActionHandler originalHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doExecute(Editor editor,
         Caret caret,
         DataContext dataContext)Executes the action in the context of given caret. | 
execute, execute, executeInCommand, getCommandGroupId, isEnabled, isEnabled, isEnabledForCaret, runForAllCaretspublic BackspaceHandler(EditorActionHandler originalHandler)
public void doExecute(Editor editor, Caret caret, DataContext dataContext)
EditorActionHandlerdoExecute in class EditorActionHandlereditor - the editor in which the action is invoked.caret - the caret for which the action is performed at the moment, or null if it's a 'one-off' action executed
                    without current contextdataContext - the data context for the action.