Uses of Class
com.raelity.jvi.IntegerOption

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

Uses of IntegerOption in com.raelity.jvi
 

Fields in com.raelity.jvi declared as IntegerOption
static IntegerOption G.dbgFlow
           
protected  IntegerOption IntegerOption.Validator.opt
           
static IntegerOption G.p_bs
           
static IntegerOption G.p_mls
           
static IntegerOption G.p_report
           
static IntegerOption G.p_so
           
 

Methods in com.raelity.jvi that return IntegerOption
static IntegerOption Options.createIntegerOption(String name, int defaultValue)
           
static IntegerOption Options.createIntegerOption(String name, int defaultValue, IntegerOption.Validator valid)