Class ActionsListFilter


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public abstract class ActionsListFilter
    extends java.lang.Object
    Access to the drop down tool item, allows configuring the set of available actions.
    Since:
    18
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void filterActions​(java.util.List<org.eclipse.jface.action.IAction> actions)
      Filter the list of actions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionsListFilter

        public ActionsListFilter()
    • Method Detail

      • filterActions

        public abstract void filterActions​(java.util.List<org.eclipse.jface.action.IAction> actions)
        Filter the list of actions.
        Parameters:
        actions - The list of actions to filter.