Class ActionPresentation

java.lang.Object
org.eclipse.ui.internal.ActionPresentation

public class ActionPresentation extends Object
Manage the configurable actions for one window.
  • Constructor Details

    • ActionPresentation

      public ActionPresentation(WorkbenchWindow window)
      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