|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface Choices
Provides choices of what a parameter's value can be. Used by the GUI to show specific values to the user.
| Optional Element Summary | |
|---|---|
String[] |
choices
Defines a list of choices that will be shown to the user. |
String |
defaultValue
Defines the initial selected choice. |
String |
file
Choices will be loaded from the specified text file. |
public abstract String[] choices
public abstract String file
public abstract String defaultValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||