org.gudy.azureus2.ui.swt.config.generic
Class GenericFloatParameter
java.lang.Object
org.gudy.azureus2.ui.swt.config.generic.GenericFloatParameter
public class GenericFloatParameter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericFloatParameter
public GenericFloatParameter(GenericParameterAdapter adapter,
org.eclipse.swt.widgets.Composite composite,
String name)
GenericFloatParameter
public GenericFloatParameter(GenericParameterAdapter adapter,
org.eclipse.swt.widgets.Composite composite,
String name,
float minValue,
float maxValue,
boolean allowZero,
int digitsAfterDecimal)
initialize
public void initialize(GenericParameterAdapter adapter,
org.eclipse.swt.widgets.Composite composite,
String name)
setValue
public void setValue(float value)
getValue
public float getValue()
refresh
public void refresh()
setLayoutData
public void setLayoutData(Object layoutData)
getControl
public org.eclipse.swt.widgets.Control getControl()