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

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

Methods in com.raelity.jvi that return ViTextView.NLOP
static ViTextView.NLOP ViTextView.NLOP.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViTextView.NLOP[] ViTextView.NLOP.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.NLOP
 boolean ViTextView.openNewLine(ViTextView.NLOP op)
          Open line is like insertNewLine, but is does autoindent dance
 

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

Methods in com.raelity.jvi.swing with parameters of type ViTextView.NLOP
 boolean TextView.openNewLine(ViTextView.NLOP op)
           Create an empty line, autoindented, either before or after current line.