Class RegExpTextField

    • Constructor Detail

      • RegExpTextField

        public RegExpTextField()
        Constructs a new TextField.
      • RegExpTextField

        public RegExpTextField​(String initial)
        Constructs a new TextField.
        Parameters:
        initial - the initial string
    • Method Detail

      • setRegExp

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression.
        Parameters:
        value - the regular expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the current regular expression.
        Returns:
        the regular expression