Uses of Class
com.raelity.jvi.ViTextView.TAGOP

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

Uses of ViTextView.TAGOP in com.raelity.jvi
 

Methods in com.raelity.jvi that return ViTextView.TAGOP
static ViTextView.TAGOP ViTextView.TAGOP.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViTextView.TAGOP[] ViTextView.TAGOP.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.raelity.jvi with parameters of type ViTextView.TAGOP
 void ViFactory.tagStack(ViTextView.TAGOP op, int count)
           
 

Uses of ViTextView.TAGOP in com.raelity.jvi.swing
 

Methods in com.raelity.jvi.swing with parameters of type ViTextView.TAGOP
 void DefaultViFactory.tagStack(ViTextView.TAGOP op, int count)