Uses of Interface
com.raelity.jvi.ViFPOS

Packages that use ViFPOS
com.raelity.jvi This is the main package of the jVi editor; it contains the primary editing engine. 
com.raelity.jvi.swing   
 

Uses of ViFPOS in com.raelity.jvi
 

Subinterfaces of ViFPOS in com.raelity.jvi
 interface ViMark
          A Mark represents a position within a document.
 

Classes in com.raelity.jvi that implement ViFPOS
 class FPOS
          File position, accessable as line number, 1 based, and column, 0 based.
static class ViFPOS.abstractFPOS
           
 

Fields in com.raelity.jvi declared as ViFPOS
static ViFPOS G.VIsual
           
 

Methods in com.raelity.jvi that return ViFPOS
 ViFPOS FPOS.copy()
           
 ViFPOS ViFPOS.copy()
          Make a copy
 ViFPOS ViTextView.getWCursor()
           
 ViFPOS Window.XXXgetWCursor()
          The current location of the cursor in this window.
 

Methods in com.raelity.jvi with parameters of type ViFPOS
static boolean Misc.coladvance(ViFPOS fpos, int wcol)
          advance the fpos, note it may be the cursor
 int ViFPOS.abstractFPOS.compareTo(ViFPOS p)
           
static void Misc.getvcol(Buffer buf, ViFPOS fpos, MutableInt start, MutableInt cursor, MutableInt end)
           
static void Misc.getvcol(ViTextView tv, ViFPOS fpos, MutableInt start, MutableInt cursor, MutableInt end)
          Get virtual column number of pos.
 void Buffer.VisualBounds.init(char visMode, ViFPOS startPos, ViFPOS cursorPos, boolean wantMax)
           
 void ViFPOS.set(ViFPOS fpos)
          This is a convenience for set(fpos.getLine(), fpos.getColumn());
 void ViFPOS.abstractFPOS.set(ViFPOS fpos)
           
 void ViMark.setMark(ViFPOS fpos)
          Set mark to position
 void Window.setWCursor(ViFPOS p)
          Set the current location of the cursor in this window.
 

Uses of ViFPOS in com.raelity.jvi.swing
 

Methods in com.raelity.jvi.swing that return ViFPOS
 ViFPOS TextViewCache.getCursor()
           
 ViFPOS TextView.getWCursor()