Creates a new instance of SelectStatus
()
| 57 | * Creates a new instance of SelectStatus |
| 58 | */ |
| 59 | public AlertProfile() { |
| 60 | super(SR.MS_ALERT_PROFILE); |
| 61 | enableListWrapping(true); |
| 62 | int p = cf.profile; |
| 63 | defp = cf.def_profile; |
| 64 | |
| 65 | moveCursorTo(p); |
| 66 | } |
| 67 | |
| 68 | public void commandState() { |
| 69 | menuCommands.removeAllElements(); |
nothing calls this directly
no test coverage detected