Class RangeTextField

    • Constructor Detail

      • RangeTextField

        public RangeTextField()
        Constructs a new TextField. A default model is created, the initial string is first-last, and the number of columns is set to 0.
      • RangeTextField

        public RangeTextField​(String range)
        Constructs a new TextField. A default model is created and the number of columns is set to 0.
        Parameters:
        range - the initial string
    • Method Detail

      • getHelpText

        public String getHelpText()
        The help string (can be HTML) to use as tool tip.
        Overrides:
        getHelpText in class CheckedTextField
        Returns:
        the tool tip, null if none available