All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants
Direct Known Subclasses:
EntitySearchField, NumberField

public class HintTextField extends JTextField
A text field which displays a hint text when it is not the focus owner and contains no text. The hint text foreground color is a simplistic average of the text field background and foreground color.
See Also:
  • Constructor Details

    • HintTextField

      public HintTextField(Document document)
      Parameters:
      document - the document
    • HintTextField

      public HintTextField(String hintText)
      Parameters:
      hintText - the hint text
    • HintTextField

      public HintTextField(Document document, String hintText)
      Parameters:
      document - the document
      hintText - the hint text
  • Method Details