Package edu.wpi.grip.ui.pipeline.input
Class ListSpinnerInputSocketController
- java.lang.Object
-
- edu.wpi.grip.ui.pipeline.input.InputSocketController<java.util.List>
-
- edu.wpi.grip.ui.pipeline.input.ListSpinnerInputSocketController
-
- All Implemented Interfaces:
Controller
public class ListSpinnerInputSocketController extends InputSocketController<java.util.List>
AnInputSocketController
that lets the user set the value with aSpinner
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListSpinnerInputSocketController.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
updateSpinnerFromSocket(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>
-
updateSpinnerFromSocket
public void updateSpinnerFromSocket(SocketChangedEvent event)
-
-