|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Options.Category | |
---|---|
com.raelity.jvi | This is the main package of the jVi editor; it contains the primary editing engine. |
Uses of Options.Category in com.raelity.jvi |
---|
Methods in com.raelity.jvi that return Options.Category | |
---|---|
static Options.Category |
Options.Category.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Options.Category[] |
Options.Category.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 Options.Category | |
---|---|
static List<String> |
Options.getOptionList(Options.Category category)
|
static void |
Options.setupOptionDesc(Options.Category category,
String name,
String displayName,
String desc)
|
Constructors in com.raelity.jvi with parameters of type Options.Category | |
---|---|
OptionsBeanBase(Class clazz,
String displayName,
Options.Category category)
Creates a new instance of OptionsBeanBase |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |