Package edu.wpi.grip.ui.pipeline.input
Class RangeInputSocketController
- java.lang.Object
-
- edu.wpi.grip.ui.pipeline.input.InputSocketController<java.util.List<java.lang.Number>>
-
- edu.wpi.grip.ui.pipeline.input.RangeInputSocketController
-
- All Implemented Interfaces:
Controller
public class RangeInputSocketController extends InputSocketController<java.util.List<java.lang.Number>>
AnInputSocketController
that lets the user set a high and low value in a two-element list.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RangeInputSocketController.Factory
-
Nested classes/interfaces inherited from class edu.wpi.grip.ui.pipeline.input.InputSocketController
InputSocketController.BaseInputSocketControllerFactory<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize()
void
updateSliderValue(SocketChangedEvent event)
-
Methods inherited from class edu.wpi.grip.ui.pipeline.input.InputSocketController
getContent, getHandle, getIdentifier, getRoot, getSocket, setContent
-
-
-
-
Method Detail
-
initialize
public void initialize()
- Overrides:
initialize
in classInputSocketController<java.util.List<java.lang.Number>>
-
updateSliderValue
public void updateSliderValue(SocketChangedEvent event)
-
-