Class IndexTextField

    • Constructor Detail

      • IndexTextField

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

        public IndexTextField​(String index)
        Constructs a new TextField. A default model is created and the number of columns is set to 0.
        Parameters:
        index - 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