|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) public @interface UI
A annotation that allows configuration options to assist the graphical user interface in displaying components associated with the method.
| Optional Element Summary | |
|---|---|
String |
label
Specifies what will be displayed as the name of the method in the GUI. |
int |
order
Defines the order in which the method will be shown in the GUI. |
public abstract String label
public abstract int order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||