Interface IActionSetContributionItem

All Known Implementing Classes:
ActionSetContributionItem, ActionSetSeparator, PluginActionCoolBarContributionItem, WWinPluginAction, WWinPluginPulldown

public interface IActionSetContributionItem
This interface should be implemented by all contribution items defined by an action set.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Returns the action set id.
    void
    setActionSetId(String newActionSetId)
    Sets the action set id.
  • Method Details Link icon

    • getActionSetId Link icon

      String getActionSetId()
      Returns the action set id.
    • setActionSetId Link icon

      void setActionSetId(String newActionSetId)
      Sets the action set id.