Class UITextFieldImpl

java.lang.Object
com.biglybt.pifimpl.local.ui.components.UIComponentImpl
com.biglybt.pifimpl.local.ui.components.UITextFieldImpl
All Implemented Interfaces:
UIComponent, UITextField

public class UITextFieldImpl extends UIComponentImpl implements UITextField
  • Constructor Details

    • UITextFieldImpl

      public UITextFieldImpl()
  • Method Details

    • setText

      public void setText(String text)
      Description copied from interface: UITextField
      Setting values results in a PT_VALUE property change with a String value
      Specified by:
      setText in interface UITextField
    • getText

      public String getText()
      Specified by:
      getText in interface UITextField