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

Quick Search    Search Deep

com.maddyhome.idea.vim.ex.handler
Class MoveTextHandler  view MoveTextHandler download MoveTextHandler.java

java.lang.Object
  extended bycom.maddyhome.idea.vim.ex.CommandHandler
      extended bycom.maddyhome.idea.vim.ex.handler.MoveTextHandler

public class MoveTextHandler
extends com.maddyhome.idea.vim.ex.CommandHandler


Field Summary
 
Fields inherited from class com.maddyhome.idea.vim.ex.CommandHandler
argFlags, ARGUMENT_FORBIDDEN, ARGUMENT_OPTIONAL, ARGUMENT_REQUIRED, DONT_SAVE_LAST, names, optFlags, RANGE_FORBIDDEN, RANGE_IS_COUNT, RANGE_OPTIONAL, RANGE_REQUIRED, READ_ONLY, WRITABLE
 
Constructor Summary
MoveTextHandler()
           
 
Method Summary
 boolean execute(Editor editor, DataContext context, com.maddyhome.idea.vim.ex.ExCommand cmd)
          Performs the action of the handler.
 
Methods inherited from class com.maddyhome.idea.vim.ex.CommandHandler
getArgFlags, getNames, getOptFlags, getOptional, getRequired, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveTextHandler

public MoveTextHandler()
Method Detail

execute

public boolean execute(Editor editor,
                       DataContext context,
                       com.maddyhome.idea.vim.ex.ExCommand cmd)
                throws com.maddyhome.idea.vim.ex.ExException
Description copied from class: com.maddyhome.idea.vim.ex.CommandHandler
Performs the action of the handler.