Package com.biglybt.pif.ui.components
Interface UITextField
-
- All Superinterfaces:
UIComponent
- All Known Implementing Classes:
UITextFieldImpl
public interface UITextField extends UIComponent
-
-
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
All Methods Instance Methods Abstract 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 interface com.biglybt.pif.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
-
-