org.gudy.azureus2.ui.swt.config
Class TextAreaParameter
java.lang.Object
org.gudy.azureus2.ui.swt.config.Parameter
org.gudy.azureus2.ui.swt.config.TextAreaParameter
- All Implemented Interfaces:
- UIPropertyChangeListener, IParameter
public class TextAreaParameter
- extends Parameter
- implements UIPropertyChangeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextAreaParameter
public TextAreaParameter(org.eclipse.swt.widgets.Composite composite,
UITextAreaImpl _ui_text_area)
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