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

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

Methods in com.raelity.jvi that return ViTextView.TABOP
static ViTextView.TABOP ViTextView.TABOP.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViTextView.TABOP[] ViTextView.TABOP.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.TABOP
 void ViTextView.tabOperation(ViTextView.TABOP op, int count)
          move to other file tab.
For NEXT,PREV if count == 0 then neighboring tab; if count != 0 then countTh tab, where first is one
 

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

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