Class ActionPresentation

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

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

    • ActionPresentation Link icon

      public ActionPresentation(WorkbenchWindow window)
      ActionPresentation constructor comment.
      Parameters:
      window - the workbench window to manage actions for
  • Method Details Link icon

    • clearActionSets Link icon

      public void clearActionSets()
      Remove all action sets.
    • removeActionSet Link icon

      public void removeActionSet(org.eclipse.ui.internal.registry.IActionSetDescriptor desc)
      Destroy an action set.
      Parameters:
      desc - an actions set to destroy
    • setActionSets Link icon

      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 Link icon

      public org.eclipse.ui.internal.registry.IActionSet[] getActionSets()
      Returns:
      the list of visible action set