Class ActionSetsEvent

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

public final class ActionSetsEvent extends Object

An event indicating changes to the action sets in a particular workbench window.

This class is only intended for internal use within org.eclipse.ui.workbench.

PROVISIONAL. This class or interface has been added as part of a work in progress. There is a guarantee neither that this API will work nor that it will remain the same. Please do not use this API without consulting with the Platform/UI team.

This class is eventually intended to exist in org.eclipse.jface.menus.

Since:
3.2
  • Method Details

    • getNewActionSets

      public org.eclipse.ui.internal.registry.IActionSetDescriptor[] getNewActionSets()
      Returns the currently active action sets.
      Returns:
      The action sets that are now active; may be null.