Package com.oxygenxml.editor.editors.xml
Interface IDropDownToolItem
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface IDropDownToolItem
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 void
addActionsListFilter(ActionsListFilter filter)
Add an actions list filter.void
removeActionsListFilter(ActionsListFilter filter)
Remove an actions list filter.
-
-
-
Method Detail
-
addActionsListFilter
void addActionsListFilter(ActionsListFilter filter)
Add an actions list filter.- Parameters:
filter
- The filter.
-
removeActionsListFilter
void removeActionsListFilter(ActionsListFilter filter)
Remove an actions list filter.- Parameters:
filter
- The filter to remove.
-
-