Interface KeyboardShortcuts<T extends Enum<T> & KeyboardShortcuts.Shortcut>

Type Parameters:
T - the shortcut key type

public interface KeyboardShortcuts<T extends Enum<T> & KeyboardShortcuts.Shortcut>
Holds mutable keyboard shortcut keyStrokes, mapped to enum based shortcut keys.
See Also: