Package org.opentrafficsim.demo
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:
- nl.tudelft.simulation.dsol.swing.gui.inputparameters.InputField
- Enclosing class:
- NetworksSwing
public static class NetworksSwing.InputFieldSelectionMapRadio<K,T> 
extends nl.tudelft.simulation.dsol.swing.gui.inputparameters.AbstractInputField
Radio button selection map.
- 
Field SummaryFields inherited from class nl.tudelft.simulation.dsol.swing.gui.inputparameters.AbstractInputFieldkey, parameter
- 
Constructor SummaryConstructorsConstructorDescriptionInputFieldSelectionMapRadio(JPanel panel, nl.tudelft.simulation.dsol.model.inputparameters.InputParameterSelectionMap<K, T> parameter) Create a string field on the screen.
- 
Method SummaryMethods inherited from class nl.tudelft.simulation.dsol.swing.gui.inputparameters.AbstractInputFieldgetKey
- 
Constructor Details
- 
Method Details- 
getParameterpublic nl.tudelft.simulation.dsol.model.inputparameters.InputParameterSelectionMap<K,T> getParameter()- Specified by:
- getParameterin interface- nl.tudelft.simulation.dsol.swing.gui.inputparameters.InputField
- Overrides:
- getParameterin class- nl.tudelft.simulation.dsol.swing.gui.inputparameters.AbstractInputField
 
- 
getValue- Returns:
- the mapped value of the field in the gui, selected by the key's toString() value.
 
 
-