Class ReadOnlyParameterBinder

java.lang.Object
repast.simphony.ui.parameters.AbstractParameterBinder
repast.simphony.ui.parameters.ReadOnlyParameterBinder
All Implemented Interfaces:
ParameterBinder

public class ReadOnlyParameterBinder extends AbstractParameterBinder
ParameterBinder for read-only parameters
Author:
Nick Collier
  • Constructor Details

    • ReadOnlyParameterBinder

      public ReadOnlyParameterBinder(String name, String displayName)
  • Method Details

    • getComponent

      public JComponent getComponent(Parameters params)
      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

      public String toXML()
      Description copied from interface: ParameterBinder
      Gets the parameter xml representation of this ParameterBinder.
      Returns:
      the parameter xml representation of this ParameterBinder.