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
-
-
Field Summary
-
Fields inherited from class com.biglybt.pifimpl.local.ui.components.UIComponentImpl
listeners, properties
-
Fields inherited from interface com.biglybt.pif.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_SELECTED, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
-
-
Constructor Summary
Constructors Constructor Description UITextFieldImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
void
setText(java.lang.String text)
Setting values results in a PT_VALUE property change with a String value-
Methods inherited from class com.biglybt.pifimpl.local.ui.components.UIComponentImpl
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.biglybt.pif.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
-
-
-
-
Method Detail
-
setText
public void setText(java.lang.String text)
Description copied from interface:UITextField
Setting values results in a PT_VALUE property change with a String value- Specified by:
setText
in interfaceUITextField
-
getText
public java.lang.String getText()
- Specified by:
getText
in interfaceUITextField
-
-