Uses of Class
com.raelity.jvi.ViManager.OsVersion

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

Uses of ViManager.OsVersion in com.raelity.jvi
 

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