Class NetworksSwing.InputFieldSelectionMapRadio<K,T>

java.lang.Object
nl.tudelft.simulation.dsol.swing.gui.inputparameters.AbstractInputField
org.opentrafficsim.demo.NetworksSwing.InputFieldSelectionMapRadio<K,T>
Type Parameters:
K - key of the selection map
T - return type of the selection map
All Implemented Interfaces:
InputField
Enclosing class:
NetworksSwing

public static class NetworksSwing.InputFieldSelectionMapRadio<K,T> extends AbstractInputField
Radio button selection map.
  • Constructor Details

    • InputFieldSelectionMapRadio

      public InputFieldSelectionMapRadio(JPanel panel, InputParameterSelectionMap<K,T> parameter)
      Create a string field on the screen.
      Parameters:
      panel - JPanel; panel to add the field to
      parameter - InputParameterSelectionMap<K,T>; the parameter
  • Method Details