FileDocCategorySizeDatePackage
UITextArea.javaAPI DocAzureus 3.0.3.41760Thu Feb 09 19:43:08 GMT 2006org.gudy.azureus2.plugins.ui.components

UITextArea

public interface UITextArea implements UIComponent
author
parg

Fields Summary
public static final int
DEFAULT_MAX_SIZE
Constructors Summary
Methods Summary
public voidappendText(java.lang.String text)
Appends the supplied text to the existing text value

param
text

public java.lang.StringgetText()

public voidsetMaximumSize(int max_size)
Limits the maximum size of text held by the area. When then size is exceeded the text will be truncated (text at the start of the string is removed, NOT the end) All areas have a default max size as defined by the constant above

public voidsetText(java.lang.String text)
Setting values results in a PT_VALUE property change with a String value

param
precentage