Package nl.tudelft.simulation.dsol.swing.gui.inputparameters
package nl.tudelft.simulation.dsol.swing.gui.inputparameters
User interface methods to allow the user to enter or change input parameters for the model.
Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
- Author:
- Alexander Verbraeck
-
ClassDescriptionAbstract InputField to avoid code duplication.InputField for entering data.Swing InputField for Boolean, using a tickbox.Swing InputField for a selection of a continuous distribution, using a ComboBox.Swing InputField for a selection of a continuous distribution, using a ComboBox.Swing InputField for Double.Swing InputField for Doubles with a unit.Swing InputField for Float.Swing InputField for Floats with a unit.Swing InputField for Integer.Swing InputField for Long.Swing InputField for a selection, using a ComboBox.Swing InputField for a selection with a map, using a ComboBox.Swing InputField for String.TabbedParameterDialog takes an InputParameterMap and displays the top selections of the tree as tabs.Test.java.