Overview | Methods | This Package | All Packages
Retrieves the menu item text associated with the verb.
Syntax
public String getText()
Return Value
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