Retrieves the menu item text associated with the verb.
public String getText()
Returns the menu item text, which is determined by calling toString on the verb's data. If the verb has no associated data, this method returns null.
See Also getData