(int index)
| 4167 | /// |
| 4168 | /// the command at the given index |
| 4169 | public Command getCommand(int index) { |
| 4170 | return menuBar.getCommand(index); |
| 4171 | } |
| 4172 | |
| 4173 | /// Adds a command to the menu bar softkeys. |
| 4174 | /// The Commands are placed in the order they are added. |
no outgoing calls