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