com.raelity.jvi
Class WCursor

java.lang.Object
  extended by com.raelity.jvi.FPOS
      extended by com.raelity.jvi.WCursor
All Implemented Interfaces:
ViFPOS, Cloneable, Comparable

public class WCursor
extends FPOS


Constructor Summary
WCursor()
           
 
Method Summary
 void setPosition(int line, int column)
          This is optional, may throw an UnsupportedOperationException
 
Methods inherited from class com.raelity.jvi.FPOS
compareTo, copy, equals, getColumn, getLine, getOffset, setCursor, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WCursor

public WCursor()
Method Detail

setPosition

public void setPosition(int line,
                        int column)
Description copied from interface: ViFPOS
This is optional, may throw an UnsupportedOperationException

Specified by:
setPosition in interface ViFPOS
Overrides:
setPosition in class FPOS