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
Modifier and TypeMethodDescriptionvoid
Add an actions list filter.void
Remove an actions list filter.
-
Method Details
-
addActionsListFilter
Add an actions list filter.- Parameters:
filter
- The filter.
-
removeActionsListFilter
Remove an actions list filter.- Parameters:
filter
- The filter to remove.
-