org.gudy.azureus2.ui.swt.config
Class InfoParameter
java.lang.Object
org.gudy.azureus2.ui.swt.config.Parameter
org.gudy.azureus2.ui.swt.config.InfoParameter
- All Implemented Interfaces:
- IParameter
public class InfoParameter
- extends Parameter
- Author:
- parg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfoParameter
public InfoParameter(org.eclipse.swt.widgets.Composite composite,
String name)
InfoParameter
public InfoParameter(org.eclipse.swt.widgets.Composite composite,
String name,
String defaultValue)
setValue
public void setValue(String value)
setLayoutData
public void setLayoutData(Object layoutData)
getValue
public String getValue()
getControl
public org.eclipse.swt.widgets.Control getControl()
setValue
public void setValue(Object value)
- Specified by:
setValue
in class Parameter
getValueObject
public Object getValueObject()
- Overrides:
getValueObject
in class Parameter