org.rosuda.deducer.widgets.param
Class ParamNumeric
java.lang.Object
org.rosuda.deducer.widgets.param.Param
org.rosuda.deducer.widgets.param.ParamNumeric
- All Implemented Interfaces:
- java.lang.Cloneable
public class ParamNumeric
- extends Param
Field Summary |
protected java.lang.Double |
defaultValue
|
protected java.lang.Double |
value
|
Fields inherited from class org.rosuda.deducer.widgets.param.Param |
labels, lowerBound, name, options, required, requiresVariableSelector, title, upperBound, view, VIEW_CHECK_BOX, VIEW_COLOR, VIEW_COMBO, VIEW_EDITABLE_COMBO, VIEW_ENTER, VIEW_ENTER_LONG, VIEW_HIDDEN, VIEW_MULTI_VARIABLE, VIEW_RFUNCTION_CHOOSER, VIEW_RFUNCTION_PANEL, VIEW_ROBJECT_COMBO, VIEW_SINGLE_VARIABLE, VIEW_TWO_VALUE_ENTER, VIEW_VECTOR_BUILDER |
Constructor Summary |
ParamNumeric()
|
ParamNumeric(java.lang.String nm)
|
ParamNumeric(java.lang.String nm,
double val)
|
ParamNumeric(java.lang.String theName,
java.lang.String theTitle,
java.lang.String theView,
java.lang.Double theValue,
java.lang.Double theDefaultValue)
|
Methods inherited from class org.rosuda.deducer.widgets.param.Param |
getLabels, getLowerBound, getName, getOptions, getTitle, getUpperBound, getView, getView, getViewType, isRequired, makeParam, requiresVariableSelector, setLabels, setLowerBound, setLowerBound, setName, setOptions, setRequired, setRequiresVariableSelector, setTitle, setUpperBound, setUpperBound, setViewType |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.lang.Double value
defaultValue
protected java.lang.Double defaultValue
ParamNumeric
public ParamNumeric()
ParamNumeric
public ParamNumeric(java.lang.String nm)
ParamNumeric
public ParamNumeric(java.lang.String nm,
double val)
ParamNumeric
public ParamNumeric(java.lang.String theName,
java.lang.String theTitle,
java.lang.String theView,
java.lang.Double theValue,
java.lang.Double theDefaultValue)
clone
public java.lang.Object clone()
- Specified by:
clone
in class Param
getParamCalls
public java.lang.String[] getParamCalls()
- Specified by:
getParamCalls
in class Param
setDefaultValue
public void setDefaultValue(java.lang.Object defaultValue)
- Specified by:
setDefaultValue
in class Param
setDefaultValue
public void setDefaultValue(double value)
getDefaultValue
public java.lang.Object getDefaultValue()
- Specified by:
getDefaultValue
in class Param
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue
in class Param
setValue
public void setValue(double value)
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in class Param
toXML
public org.w3c.dom.Element toXML()
- Overrides:
toXML
in class Param
setFromXML
public void setFromXML(org.w3c.dom.Element node)
- Overrides:
setFromXML
in class Param
hasValidEntry
public boolean hasValidEntry()
- Overrides:
hasValidEntry
in class Param