public class MoveElementLeftRightActionHandler extends EditorWriteActionHandler
Constructor and Description |
---|
MoveElementLeftRightActionHandler(boolean isLeft) |
Modifier and Type | Method and Description |
---|---|
void |
executeWriteAction(Editor editor,
Caret caret,
DataContext dataContext) |
protected boolean |
isEnabledForCaret(Editor editor,
Caret caret,
DataContext dataContext)
Implementations can override this method to define whether handler is enabled for a specific caret in a given editor.
|
doExecute, executeWriteAction
execute, execute, executeInCommand, getCommandGroupId, isEnabled, isEnabled, runForAllCarets
public MoveElementLeftRightActionHandler(boolean isLeft)
protected boolean isEnabledForCaret(Editor editor, Caret caret, DataContext dataContext)
EditorActionHandler
isEnabledForCaret
in class EditorActionHandler
public void executeWriteAction(Editor editor, Caret caret, DataContext dataContext)
executeWriteAction
in class EditorWriteActionHandler