|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Options.InsertPos | |
---|---|
org.apache.empire.commons | This package contains various common classes for error handling, specific data types and data type conversion. |
Uses of Options.InsertPos in org.apache.empire.commons |
---|
Methods in org.apache.empire.commons that return Options.InsertPos | |
---|---|
static Options.InsertPos |
Options.InsertPos.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Options.InsertPos[] |
Options.InsertPos.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.empire.commons with parameters of type Options.InsertPos | |
---|---|
void |
Options.set(Object value,
String text,
Options.InsertPos pos)
Sets or Adds an option at a certain position |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |