Uses of Interface
com.raelity.jvi.ViOutputStream

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

Uses of ViOutputStream in com.raelity.jvi
 

Classes in com.raelity.jvi that implement ViOutputStream
 class OutputStreamAdaptor
          Use this class instead of the interface, to make it easier to augment the interface in a compatible way.
 

Methods in com.raelity.jvi that return ViOutputStream
static ViOutputStream ViManager.createOutputStream(ViTextView tv, Object type, Object info)
           
 ViOutputStream ViFactory.createOutputStream(ViTextView tv, Object type, Object info, int priority)
          create an output stream for some kind of results.
static ViOutputStream ViManager.createOutputStream(ViTextView tv, Object type, Object info, int priority)
           
 

Uses of ViOutputStream in com.raelity.jvi.swing
 

Classes in com.raelity.jvi.swing that implement ViOutputStream
 class DefaultOutputStream
           
 

Methods in com.raelity.jvi.swing that return ViOutputStream
 ViOutputStream DefaultViFactory.createOutputStream(ViTextView tv, Object type, Object info, int priority)