org.gudy.azureus2.ui.swt.config
Class TextAreaParameter

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.config.Parameter
      extended by org.gudy.azureus2.ui.swt.config.TextAreaParameter
All Implemented Interfaces:
UIPropertyChangeListener, IParameter

public class TextAreaParameter
extends Parameter
implements UIPropertyChangeListener


Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.config.Parameter
change_listeners, config_adapter
 
Constructor Summary
TextAreaParameter(org.eclipse.swt.widgets.Composite composite, UITextAreaImpl _ui_text_area)
           
 
Method Summary
 org.eclipse.swt.widgets.Control getControl()
           
 void propertyChanged(UIPropertyChangeEvent ev)
           
 void setLayoutData(Object layoutData)
           
 void setValue(Object value)
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.config.Parameter
addChangeListener, getControls, getValueObject, isDisposed, isInitialised, removeChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaParameter

public TextAreaParameter(org.eclipse.swt.widgets.Composite composite,
                         UITextAreaImpl _ui_text_area)
Method Detail

setLayoutData

public void setLayoutData(Object layoutData)
Specified by:
setLayoutData in interface IParameter

getControl

public org.eclipse.swt.widgets.Control getControl()
Specified by:
getControl in interface IParameter

setValue

public void setValue(Object value)
Specified by:
setValue in class Parameter

propertyChanged

public void propertyChanged(UIPropertyChangeEvent ev)
Specified by:
propertyChanged in interface UIPropertyChangeListener