org.gudy.azureus2.plugins.ui.components
Interface UITextField

All Superinterfaces:
UIComponent
All Known Implementing Classes:
UITextFieldImpl

public interface UITextField
extends UIComponent

Author:
parg

Field Summary
 
Fields inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent
PT_ENABLED, PT_HEIGHT_HINT, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT
 
Method Summary
 String getText()
           
 void setText(String text)
          Setting values results in a PT_VALUE property change with a String value
 
Methods inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent
addPropertyChangeListener, getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible
 

Method Detail

setText

void setText(String text)
Setting values results in a PT_VALUE property change with a String value

Parameters:
precentage -

getText

String getText()