Interface Action
-
- All Known Implementing Classes:
ActionImpl
public interface ActionA reference to an action provided by a plugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetIconName()java.lang.StringgetId()java.lang.StringgetTitle()
-
-
-
Method Detail
-
getId
java.lang.String getId()
- Returns:
- action ID, or '-' to result in a divider among a list
-
getTitle
java.lang.String getTitle()
- Returns:
- Title for the action (shown in the button/link)
-
getDescription
java.lang.String getDescription()
- Returns:
- description
-
getIconName
java.lang.String getIconName()
- Returns:
- name of an icon to use, or null
-
-