(int command_id)
| 110 | } |
| 111 | |
| 112 | public boolean doUserKeyAction(int command_id) { |
| 113 | switch (command_id) { |
| 114 | case 55: |
| 115 | gotoBegin(); |
| 116 | return true; |
| 117 | case 56: |
| 118 | gotoEnd(); |
| 119 | return true; |
| 120 | } |
| 121 | |
| 122 | return super.doUserKeyAction(command_id); |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | //#endif |