Package org.eclipse.ui.internal
Class ActionPresentation
java.lang.Object
org.eclipse.ui.internal.ActionPresentation
Manage the configurable actions for one window.
- 
Constructor SummaryConstructorsConstructorDescriptionActionPresentation(WorkbenchWindow window) ActionPresentation constructor comment.
- 
Method SummaryModifier and TypeMethodDescriptionvoidRemove all action sets.org.eclipse.ui.internal.registry.IActionSet[]voidremoveActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor desc) Destroy an action set.voidsetActionSets(org.eclipse.ui.internal.registry.IActionSetDescriptor[] newArray) Sets the list of visible action set.
- 
Constructor Details- 
ActionPresentationActionPresentation constructor comment.- Parameters:
- window- the workbench window to manage actions for
 
 
- 
- 
Method Details- 
clearActionSetspublic void clearActionSets()Remove all action sets.
- 
removeActionSetpublic void removeActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor desc) Destroy an action set.- Parameters:
- desc- an actions set to destroy
 
- 
setActionSetspublic void setActionSets(org.eclipse.ui.internal.registry.IActionSetDescriptor[] newArray) Sets the list of visible action set.- Parameters:
- newArray- the list of visible action set
 
- 
getActionSetspublic org.eclipse.ui.internal.registry.IActionSet[] getActionSets()- Returns:
- the list of visible action set
 
 
-