Package repast.simphony.ui.parameters
Class RandomSeedParameterBinder
java.lang.Object
repast.simphony.ui.parameters.AbstractParameterBinder
repast.simphony.ui.parameters.DefaultParameterBinder
repast.simphony.ui.parameters.RandomSeedParameterBinder
- All Implemented Interfaces:
ParameterBinder
ParameterBinder for the random seed.
- Author:
- Nick Collier
-
Field Summary
Fields inherited from class repast.simphony.ui.parameters.DefaultParameterBinder
converter, field, model
Fields inherited from class repast.simphony.ui.parameters.AbstractParameterBinder
displayName, name, order, params, typeMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Resets the JComponent to the default value of its parameter.toXML()
Gets the parameter xml representation of this ParameterBinder.Methods inherited from class repast.simphony.ui.parameters.DefaultParameterBinder
getComponent, toParameter
Methods inherited from class repast.simphony.ui.parameters.AbstractParameterBinder
getDisplayOrder, getLabel, getName, setDisplayOrder, toXML
-
Constructor Details
-
RandomSeedParameterBinder
-
-
Method Details
-
resetToDefault
public void resetToDefault()Description copied from interface:ParameterBinder
Resets the JComponent to the default value of its parameter.- Specified by:
resetToDefault
in interfaceParameterBinder
- Overrides:
resetToDefault
in classDefaultParameterBinder
-
toXML
Description copied from interface:ParameterBinder
Gets the parameter xml representation of this ParameterBinder.- Specified by:
toXML
in interfaceParameterBinder
- Overrides:
toXML
in classDefaultParameterBinder
- Returns:
- the parameter xml representation of this ParameterBinder.
-