Uses of Interface
com.raelity.jvi.ViOptionBag

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

Uses of ViOptionBag in com.raelity.jvi
 

Subinterfaces of ViOptionBag in com.raelity.jvi
 interface ViTextView
          The information needed by vim when running on a GUI.
 

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

Uses of ViOptionBag in com.raelity.jvi.swing
 

Classes in com.raelity.jvi.swing that implement ViOptionBag
 class DefaultBuffer
           
 class TextView
          Presents a swing editor interface for use with vi.