Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.maddyhome.idea.vim.action.motion
Class MotionEditorAction  view MotionEditorAction download MotionEditorAction.java

java.lang.Object
  extended byEditorAction
      extended bycom.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)