Interface Action

  • All Known Implementing Classes:
    ActionImpl

    public interface Action
    A reference to an action provided by a plugin
    • 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