@return the text label that the menu entry has assigned
()
| 47 | * @return the text label that the menu entry has assigned |
| 48 | */ |
| 49 | public |
| 50 | String getText() { |
| 51 | return text; |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Specifies the new text to set for a menu entry |
no outgoing calls
no test coverage detected