Package PamModel.parametermanager.swing
Class IntParameterComponents
java.lang.Object
PamModel.parametermanager.swing.NumericParameterComponents
PamModel.parametermanager.swing.IntParameterComponents
- All Implemented Interfaces:
 PamParameterComponents
- 
Constructor Summary
ConstructorsConstructorDescriptionIntParameterComponents(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
- 
IntParameterComponents
 
 - 
 - 
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
 
 
 -