Gets a stored boolean from the control. Srings have usually been initialized with the setValue (String name, Object val)<\code> method. GUI controls will usually allow the user to edit the value of the parameter. @param name @return the value of the parameter
(String name)
| 119 | * @return the value of the parameter |
| 120 | */ |
| 121 | public boolean getBoolean(String name); |
| 122 | |
| 123 | /** |
| 124 | * Gets the names of all properties stored in this control. |
no outgoing calls
no test coverage detected