File
Doc
Category
Size
Date
Package
UITextFieldImpl.java
API Doc
Azureus 3.0.3.4
1391
Thu Feb 09 19:43:06 GMT 2006
org.gudy.azureus2.pluginsimpl.local.ui.components
UITextFieldImpl
java.lang.Object
UIComponentImpl
public class UITextFieldImpl extends UIComponentImpl implements UITextField
author
parg
Fields Summary
Constructors Summary
public UITextFieldImpl
()
setText("");
Methods Summary
public
java.lang.String
getText
()
return((String)getProperty( PT_VALUE ));
public void
setText
(
java.lang.String
text)
setProperty( PT_VALUE, text );
Java Code Source