Class ActionsListFilter

java.lang.Object
com.oxygenxml.editor.editors.xml.ActionsListFilter

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

    • ActionsListFilter

      public ActionsListFilter()
  • Method Details

    • filterActions

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