@return the text label that the menu entry has assigned
()
| 255 | * @return the text label that the menu entry has assigned |
| 256 | */ |
| 257 | public |
| 258 | String getText() { |
| 259 | return text; |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Specifies the new text to set for a menu entry |
no outgoing calls
no test coverage detected