K - key of the selection mapT - return type of the selection mappublic static class NetworksSwing.InputFieldSelectionMapRadio<K,T> extends AbstractInputField
key, parameter| Constructor and Description |
|---|
InputFieldSelectionMapRadio(JPanel panel,
InputParameterSelectionMap<K,T> parameter)
Create a string field on the screen.
|
| Modifier and Type | Method and Description |
|---|---|
InputParameterSelectionMap<K,T> |
getParameter() |
T |
getValue() |
getKeypublic InputFieldSelectionMapRadio(JPanel panel, InputParameterSelectionMap<K,T> parameter)
panel - JPanel; panel to add the field toparameter - InputParameterSelectionMap<K,T>; the parameterpublic InputParameterSelectionMap<K,T> getParameter()
getParameter in interface InputFieldgetParameter in class AbstractInputFieldpublic T getValue()
Copyright © 2014–2019 Delft University of Technology. All rights reserved.