()
| 1347 | /// |
| 1348 | /// the number of softbuttons |
| 1349 | public final int getSoftButtonCount() { |
| 1350 | return menuBar.getSoftButtons().length; |
| 1351 | } |
| 1352 | |
| 1353 | /// Returns the button representing the softbutton, this allows modifying softbutton |
| 1354 | /// attributes and behavior programmatically rather than by using the command API. |
no test coverage detected