Class InputMappingClient


  • public class InputMappingClient
    extends java.lang.Object
    An interface for setting and clearing the current InputMappingProvider.
    • Method Detail

      • setInputMappingProvider

        public void setInputMappingProvider​(InputMappingProvider inputMappingProvider)
        Sets the current InputMappingProvider that provides the input mappings
        Parameters:
        inputMappingProvider -
      • clearInputMappingProvider

        public void clearInputMappingProvider()
        Clears the current InputMappingProvider
      • getInputMappingProvider

        public InputMappingProvider getInputMappingProvider()
        Returns the current input mapping provider
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object