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 Summary
Modifier and TypeMethodDescriptionReturns the action set id.void
setActionSetId
(String newActionSetId) Sets the action set id.
-
Method Details
-
getActionSetId
String getActionSetId()Returns the action set id. -
setActionSetId
Sets the action set id.
-