Package org.eclipse.ui.internal
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 SummaryModifier and TypeMethodDescriptionReturns the action set id.voidsetActionSetId(String newActionSetId) Sets the action set id.
- 
Method Details- 
getActionSetIdString getActionSetId()Returns the action set id.
- 
setActionSetIdSets the action set id.
 
-