Package org.jjazz.midi.spi
Class KeyMapProvider.Util
java.lang.Object
org.jjazz.midi.spi.KeyMapProvider.Util
- Enclosing interface:
- KeyMapProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DrumKit.KeyMap
Search for a matching KeyMap with specified name in all KeyMaps of all KeyMapProviders.static List<KeyMapProvider>
Get all the KeyMapProviders present in the global lookup.static List<DrumKit.KeyMap>
Get all the KeyMaps from all the KeyMapProviders.
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
getKeyMap
Search for a matching KeyMap with specified name in all KeyMaps of all KeyMapProviders.- Parameters:
name
-- Returns:
- Null if not found.
-
getKeyMaps
Get all the KeyMaps from all the KeyMapProviders.- Returns:
-
getKeyMapProviders
Get all the KeyMapProviders present in the global lookup.- Returns:
- Can be empty
-