Interface DITAMapActionsProvider

    • Method Detail

      • getActions

        java.util.Map<java.lang.String,​java.lang.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