Package PamModel.parametermanager.swing
Class DoubleParameterComponents
java.lang.Object
PamModel.parametermanager.swing.NumericParameterComponents
PamModel.parametermanager.swing.DoubleParameterComponents
- All Implemented Interfaces:
 PamParameterComponents
- 
Constructor Summary
ConstructorsConstructorDescriptionDoubleParameterComponents(PamParameterData pamParameterData, String textFormat)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetField()Get the text in the field and use it to set the parameter valueMethods inherited from class PamModel.parametermanager.swing.NumericParameterComponents
getAllComponents, getDataField, getPamParameterData, getPostTitle, getTextFormat, getTitle, setField 
- 
Constructor Details
- 
DoubleParameterComponents
 
 - 
 - 
Method Details
- 
getField
public boolean getField()Description copied from interface:PamParameterComponentsGet the text in the field and use it to set the parameter value- Returns:
 - true if the text was read correctly and set as a parameter
 
 
 -