Package org.eclipse.ui.internal
Class ActionPresentation
java.lang.Object
org.eclipse.ui.internal.ActionPresentation
Manage the configurable actions for one window.
-
Constructor Summary
ConstructorDescriptionActionPresentation
(WorkbenchWindow window) ActionPresentation constructor comment. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Remove all action sets.org.eclipse.ui.internal.registry.IActionSet[]
void
removeActionSet
(org.eclipse.ui.internal.registry.IActionSetDescriptor desc) Destroy an action set.void
setActionSets
(org.eclipse.ui.internal.registry.IActionSetDescriptor[] newArray) Sets the list of visible action set.
-
Constructor Details
-
ActionPresentation
ActionPresentation constructor comment.- Parameters:
window
- the workbench window to manage actions for
-
-
Method Details
-
clearActionSets
public void clearActionSets()Remove all action sets. -
removeActionSet
public void removeActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor desc) Destroy an action set.- Parameters:
desc
- an actions set to destroy
-
setActionSets
public void setActionSets(org.eclipse.ui.internal.registry.IActionSetDescriptor[] newArray) Sets the list of visible action set.- Parameters:
newArray
- the list of visible action set
-
getActionSets
public org.eclipse.ui.internal.registry.IActionSet[] getActionSets()- Returns:
- the list of visible action set
-