Package org.eclipse.ui.internal
Class PluginActionCoolBarContributionItem
java.lang.Object
org.eclipse.jface.action.ContributionItem
org.eclipse.jface.action.ActionContributionItem
org.eclipse.ui.internal.PluginActionContributionItem
org.eclipse.ui.internal.PluginActionCoolBarContributionItem
- All Implemented Interfaces:
- IContributionItem,- IActivityManagerListener,- IIdentifierListener,- IActionSetContributionItem
public class PluginActionCoolBarContributionItem
extends PluginActionContributionItem
implements IActionSetContributionItem
Contribution item for actions provided by plugins via workbench action
 extension points.
- 
Field SummaryFields inherited from class org.eclipse.jface.action.ActionContributionItemMODE_FORCE_TEXT
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new contribution item from the given action.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the action set id.protected voidMark the parent dirty if we have a parent.voidsetActionSetId(String id) Sets the action set id.Methods inherited from class org.eclipse.ui.internal.PluginActionContributionItemactivityManagerChanged, dispose, getSelection, identifierChanged, isVisible, setParentMethods inherited from class org.eclipse.jface.action.ActionContributionItemequals, fill, fill, fill, getAction, getMode, getUseColorIconsInToolbars, getWidget, hashCode, isDynamic, isEnabled, isEnabledAllowed, setMode, setUseColorIconsInToolbars, shortenText, update, updateMethods inherited from class org.eclipse.jface.action.ContributionItemfill, getId, getParent, isDirty, isGroupMarker, isSeparator, saveWidgetState, setId, setVisible, toString
- 
Constructor Details- 
PluginActionCoolBarContributionItemCreates a new contribution item from the given action. The id of the action is used as the id of the item.- Parameters:
- action- the action
 
 
- 
- 
Method Details- 
getActionSetIdDescription copied from interface:IActionSetContributionItemReturns the action set id.- Specified by:
- getActionSetIdin interface- IActionSetContributionItem
 
- 
setActionSetIdDescription copied from interface:IActionSetContributionItemSets the action set id.- Specified by:
- setActionSetIdin interface- IActionSetContributionItem
 
- 
invalidateParentprotected void invalidateParent()Description copied from class:PluginActionContributionItemMark the parent dirty if we have a parent.- Overrides:
- invalidateParentin class- PluginActionContributionItem
 
 
-