Method Summary |
|
void | setDescription(String description) A description of the AlertParameter for display in the UI to tell
a user what and why he is seeing it. |
void | setEditable(boolean newEditable) |
void | setParameter(Object param) An object whose contents would be meaningful to a UI user who must
respond to the Alert that this AlertParameter is part of. |
void | setResponse(Object responseToAlert) The answer to the question posed by this AlertParameter. |
void | setVisible(boolean newVisible) |