NiceShortcutManager class
Manages and provides information about registered shortcuts.
Properties
-
all
→ List<
NiceShortcutInfo> -
Get all registered shortcuts.
no setter
-
byCategory
→ Map<
String, List< NiceShortcutInfo> > -
Get shortcuts by category.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String id) → NiceShortcutInfo? - Get a specific shortcut by ID.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
String id, NiceShortcutInfo info) → void - Register a shortcut for documentation/help purposes.
-
registerDefaults(
) → void - Register all default ERP shortcuts.
-
toString(
) → String -
A string representation of this object.
inherited
-
unregister(
String id) → void - Unregister a shortcut.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → NiceShortcutManager
-
final