Class FormatterTextField<T>

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

public class FormatterTextField<T> extends PromptedTextField
See Also:
  • Field Details

    • VALIDATED_VALUE

      public static final String VALIDATED_VALUE
  • Constructor Details

    • FormatterTextField

      public FormatterTextField(Formatter<T> formatter)
  • Method Details

    • createTextField

      public static <K> FormatterTextField<K> createTextField(Class<K> type)
    • validateText

      public boolean validateText()
    • getValue

      public T getValue()
    • setValue

      public void setValue(T val)