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