Package org.opencms.ui.apps
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 TypeMethodDescriptionReturns the shortcut actions.
-
Method Details
-
getShortcutActions
Map<com.vaadin.event.Action,Runnable> getShortcutActions()Returns the shortcut actions.- Returns:
- the shortcut actions
-