org.gudy.azureus2.pluginsimpl.local.ui.components
Class UITextFieldImpl
java.lang.Object
  
org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl
      
org.gudy.azureus2.pluginsimpl.local.ui.components.UITextFieldImpl
- All Implemented Interfaces: 
 - UIComponent, UITextField
 
public class UITextFieldImpl
- extends UIComponentImpl
- implements UITextField
  
 
 
 
 
| 
Method Summary | 
 String | 
getText()
 
            | 
 void | 
setText(String text)
 
          Setting values results in a PT_VALUE property change with a String value | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
UITextFieldImpl
public UITextFieldImpl()
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