| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl
org.gudy.azureus2.pluginsimpl.local.ui.components.UITextAreaImpl
public class UITextAreaImpl
| Nested Class Summary | |
|---|---|
protected  class | 
UITextAreaImpl.PoopWriter
 | 
| Field Summary | 
|---|
| Fields inherited from class org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl | 
|---|
listeners, properties | 
| Fields inherited from interface org.gudy.azureus2.plugins.ui.components.UITextArea | 
|---|
DEFAULT_MAX_SIZE | 
| Fields inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent | 
|---|
PT_ENABLED, PT_HEIGHT_HINT, PT_VALUE, PT_VISIBLE, PT_WIDTH_HINT | 
| Constructor Summary | |
|---|---|
UITextAreaImpl()
 | 
|
| Method Summary | |
|---|---|
 void | 
addPropertyChangeListener(UIPropertyChangeListener l)
 | 
 void | 
appendText(java.lang.String text)
Appends the supplied text to the existing text value  | 
protected  void | 
delayAppend()
 | 
 java.lang.String | 
getText()
 | 
 void | 
setMaximumSize(int _max_size)
Limits the maximum size of text held by the area.  | 
 void | 
setText(java.lang.String text)
Setting values results in a PT_VALUE property change with a String value  | 
| Methods inherited from class org.gudy.azureus2.pluginsimpl.local.ui.components.UIComponentImpl | 
|---|
getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.gudy.azureus2.plugins.ui.components.UIComponent | 
|---|
getEnabled, getProperty, getVisible, removePropertyChangeListener, setEnabled, setProperty, setVisible | 
| Constructor Detail | 
|---|
public UITextAreaImpl()
| Method Detail | 
|---|
public void setText(java.lang.String text)
UITextArea
setText in interface UITextAreapublic void appendText(java.lang.String text)
UITextArea
appendText in interface UITextAreaprotected void delayAppend()
public java.lang.String getText()
getText in interface UITextAreapublic void setMaximumSize(int _max_size)
UITextArea
setMaximumSize in interface UITextAreapublic void addPropertyChangeListener(UIPropertyChangeListener l)
addPropertyChangeListener in interface UIComponentaddPropertyChangeListener in class UIComponentImpl
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||