Uses of Interface
com.raelity.jvi.ViBuffer

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

Uses of ViBuffer in com.raelity.jvi
 

Classes in com.raelity.jvi that implement ViBuffer
 class Buffer
          Buffer: structure that holds information about one file, primarily per file options.
 

Methods in com.raelity.jvi with parameters of type ViBuffer
static boolean Edit.canEdit(ViTextView tv, ViBuffer buf, int offset)
           
 String DefaultViFS.getDisplayFileName(ViBuffer buf)
           
 String ViFS.getDisplayFileName(ViBuffer buf)
           
 boolean DefaultViFS.isModified(ViBuffer buf)
           
 boolean ViFS.isModified(ViBuffer buf)
          Is the associtated document modified?
 boolean DefaultViFS.isReadOnly(ViBuffer buf)
           
 boolean ViFS.isReadOnly(ViBuffer buf)
          Is the associtated document read only?
 

Uses of ViBuffer in com.raelity.jvi.swing
 

Classes in com.raelity.jvi.swing that implement ViBuffer
 class DefaultBuffer