Package com.oxygenxml.editor.editors.xml
Class ActionsListFilter
java.lang.Object
com.oxygenxml.editor.editors.xml.ActionsListFilter
Access to the drop down tool item, allows configuring the set of available actions.
- Since:
- 18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
filterActions
(List<org.eclipse.jface.action.IAction> actions) Filter the list of actions.
-
Constructor Details
-
ActionsListFilter
public ActionsListFilter()
-
-
Method Details
-
filterActions
Filter the list of actions.- Parameters:
actions
- The list of actions to filter.
-