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
Constructor Summary |
InfoParameter(org.eclipse.swt.widgets.Composite composite,
java.lang.String name)
|
InfoParameter(org.eclipse.swt.widgets.Composite composite,
java.lang.String name,
java.lang.String defaultValue)
|
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,
java.lang.String name)
InfoParameter
public InfoParameter(org.eclipse.swt.widgets.Composite composite,
java.lang.String name,
java.lang.String defaultValue)
setValue
public void setValue(java.lang.String value)
setLayoutData
public void setLayoutData(java.lang.Object layoutData)
getValue
public java.lang.String getValue()
getControl
public org.eclipse.swt.widgets.Control getControl()
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue
in class Parameter
getValueObject
public java.lang.Object getValueObject()
- Overrides:
getValueObject
in class Parameter