Class SimpleFilterAndReplaceKeyPressHandler

    • Constructor Detail

      • SimpleFilterAndReplaceKeyPressHandler

        public SimpleFilterAndReplaceKeyPressHandler​(Set<Character> pallowedCharacters,
                                                     boolean pallowCopyAndPast)
        constructor initializing fields.
        Parameters:
        pallowedCharacters - characters which are allowed to add
        pallowCopyAndPast - is copy and paste allowed?
      • SimpleFilterAndReplaceKeyPressHandler

        public SimpleFilterAndReplaceKeyPressHandler​(String pallowedCharacters,
                                                     boolean pallowCopyAndPast)
        constructor initializing fields.
        Parameters:
        pallowedCharacters - characters which are allowed to add
        pallowCopyAndPast - is copy and paste allowed?