Interface I_CmsHasShortcutActions

All Known Implementing Classes:
CmsEditor, CmsFileExplorer, CmsMessageBundleEditor, CmsSourceEditor

public interface I_CmsHasShortcutActions
To provide shortcut actions an app may implement this intreface.

  • Method Summary

    Modifier and Type
    Method
    Description
    Map<com.vaadin.event.Action,Runnable>
    Returns the shortcut actions.
  • Method Details