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

Packages that use ViTextView.JLOP
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.JLOP in com.raelity.jvi
 

Methods in com.raelity.jvi that return ViTextView.JLOP
static ViTextView.JLOP ViTextView.JLOP.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViTextView.JLOP[] ViTextView.JLOP.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.JLOP
 void ViTextView.jumpList(ViTextView.JLOP op, int count)
          Jump list handling
 

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

Methods in com.raelity.jvi.swing with parameters of type ViTextView.JLOP
 void TextView.jumpList(ViTextView.JLOP op, int count)