Package com.biglybt.pif.ui.components
Interface UITextField
- All Superinterfaces:
UIComponent
- All Known Implementing Classes:
UITextFieldImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.biglybt.pif.ui.components.UIComponent
UIComponent.RefreshListener
-
Field Summary
Fields inherited from interface com.biglybt.pif.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_SELECTED, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
-
Method Summary
Methods inherited from interface com.biglybt.pif.ui.components.UIComponent
addPropertyChangeListener, addRefreshListener, getEnabled, getProperty, getVisible, refresh, removePropertyChangeListener, removeRefreshListener, setEnabled, setProperty, setVisible
-
Method Details
-
setText
Setting values results in a PT_VALUE property change with a String value- Parameters:
precentage
-
-
getText
String getText()
-