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

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

    • getActionSetId

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

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