Package repast.simphony.ui.parameters
Class ReadOnlyParameterBinder
java.lang.Object
repast.simphony.ui.parameters.AbstractParameterBinder
repast.simphony.ui.parameters.ReadOnlyParameterBinder
- All Implemented Interfaces:
ParameterBinder
ParameterBinder for read-only parameters
- Author:
- Nick Collier
-
Field Summary
Fields inherited from class repast.simphony.ui.parameters.AbstractParameterBinder
displayName, name, order, params, typeMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetComponent
(Parameters params) Creates a JComponent for a parameter in the parameters.void
Resets the JComponent to the default value of its parameter.void
Updates the parameter that this is a binder for with the latest value from the created component.toXML()
Gets the parameter xml representation of this ParameterBinder.Methods inherited from class repast.simphony.ui.parameters.AbstractParameterBinder
getDisplayOrder, getLabel, getName, setDisplayOrder, toXML
-
Constructor Details
-
ReadOnlyParameterBinder
-
-
Method Details
-
getComponent
Description copied from interface:ParameterBinder
Creates a JComponent for a parameter in the parameters.- Returns:
- the created JComponent.
-
toParameter
public void toParameter()Description copied from interface:ParameterBinder
Updates the parameter that this is a binder for with the latest value from the created component. -
resetToDefault
public void resetToDefault()Description copied from interface:ParameterBinder
Resets the JComponent to the default value of its parameter. -
toXML
Description copied from interface:ParameterBinder
Gets the parameter xml representation of this ParameterBinder.- Returns:
- the parameter xml representation of this ParameterBinder.
-