Class KeyMapProvider.Util

java.lang.Object
org.jjazz.midi.spi.KeyMapProvider.Util
Enclosing interface:
KeyMapProvider

public static class KeyMapProvider.Util extends Object
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • getKeyMap

      public static DrumKit.KeyMap getKeyMap(String name)
      Search for a matching KeyMap with specified name in all KeyMaps of all KeyMapProviders.
      Parameters:
      name -
      Returns:
      Null if not found.
    • getKeyMaps

      public static List<DrumKit.KeyMap> getKeyMaps()
      Get all the KeyMaps from all the KeyMapProviders.
      Returns:
    • getKeyMapProviders

      public static List<KeyMapProvider> getKeyMapProviders()
      Get all the KeyMapProviders present in the global lookup.
      Returns:
      Can be empty