Package edu.wpi.grip.ui.pipeline.input
- 
Class Summary Class Description CheckboxInputSocketController AnInputSocketControllerfor booleans that shows a checkbox for the user to turn on or off.InputSocketController<T> A JavaFX input that renders anInputSocketthat is an input to a step.InputSocketControllerFactory Factory for constructing editable controls for input sockets.ListSpinnerInputSocketController AnInputSocketControllerthat lets the user set the value with aSpinner.NumberSpinnerInputSocketController AnInputSocketControllerthat lets the user set the value of a number with aSpinner.RangeInputSocketController AnInputSocketControllerthat lets the user set a high and low value in a two-element list.SelectInputSocketController<T> AnInputSocketControllerthat shows a drop-down menu containing all of the possible values for the socket.SliderInputSocketController AnInputSocketControllerthat lets the user set the value of a number with aSlider.TextFieldInputSocketController AnInputSocketControllerthat lets the user set the value of a number with aTextField