Gets a stored integer value from the control. GUI controls will usually allow the user to edit the value of the parameter. @param name @return the value of the parameter
(String name)
| 79 | * @return the value of the parameter |
| 80 | */ |
| 81 | public int getInt(String name); |
| 82 | |
| 83 | /** |
| 84 | * Gets a stored double value from the control. GUI controls will usually allow the |
no outgoing calls
no test coverage detected