|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> action >> [ motion overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.maddyhome.idea.vim.action.motion
Class MotionEditorAction

java.lang.ObjectEditorAction
com.maddyhome.idea.vim.action.motion.MotionEditorAction
- public abstract class MotionEditorAction
- extends EditorAction
| Field Summary | |
private com.maddyhome.idea.vim.handler.motion.MotionEditorActionHandler |
handler
|
| Constructor Summary | |
MotionEditorAction(com.maddyhome.idea.vim.handler.motion.MotionEditorActionHandler handler)
|
|
| Method Summary | |
int |
getOffset(Editor editor,
DataContext context,
int count,
int rawCount,
com.maddyhome.idea.vim.command.Argument argument)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
handler
private com.maddyhome.idea.vim.handler.motion.MotionEditorActionHandler handler
| Constructor Detail |
MotionEditorAction
public MotionEditorAction(com.maddyhome.idea.vim.handler.motion.MotionEditorActionHandler handler)
| Method Detail |
getOffset
public int getOffset(Editor editor,
DataContext context,
int count,
int rawCount,
com.maddyhome.idea.vim.command.Argument argument)
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> action >> [ motion overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
EditorAction