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 Details

    • getActions

      Map<String,Object> 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