Interface DITAMapActionsProvider
- All Superinterfaces:
ActionsProvider
,CommonActionsProvider
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface DITAMapActionsProvider
extends ActionsProvider
Provides access to actions defined in the DITA Map editor page.
- Since:
- 15.2
-
Method Summary
Modifier and TypeMethodDescriptionGet the map of DITA Map common actions (undo, redo, cut, copy, paste, etc).Methods inherited from interface ro.sync.exml.workspace.api.actions.CommonActionsProvider
addActionPerformedListener, getActionID, invokeAction, removeActionPerformedListener
-
Method Details
-
getActions
Get the map of DITA Map common actions (undo, redo, cut, copy, paste, etc).- Returns:
- The map with (action id, Action) pairs with the actions defined for working in the Author. If the standalone Oxygen implementation is used, the actions are instance of javax.swing.Action If the eclipse plugin Oxygen implementation is used, the actions are instance of org.eclipse.jface.action.Action
-