public interface ActionPresentation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the action, displayed in the status bar when the mouse
is over the toolbar button.
|
javax.swing.Icon |
getIcon()
Returns the icon for the action, displayed on the toolbar button.
|
java.lang.String |
getText()
Returns the name of the action, displayed in the tooltip for the toolbar button.
|
java.lang.String getText()
java.lang.String getDescription()
javax.swing.Icon getIcon()