Package edu.wpi.grip.ui.pipeline.input
Class CheckboxInputSocketController
- java.lang.Object
-
- edu.wpi.grip.ui.pipeline.input.InputSocketController<java.lang.Boolean>
-
- edu.wpi.grip.ui.pipeline.input.CheckboxInputSocketController
-
- All Implemented Interfaces:
Controller
public class CheckboxInputSocketController extends InputSocketController<java.lang.Boolean>
AnInputSocketController
for booleans that shows a checkbox for the user to turn on or off.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CheckboxInputSocketController.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
updateCheckboxFromSocket(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.lang.Boolean>
-
updateCheckboxFromSocket
public void updateCheckboxFromSocket(SocketChangedEvent event)
-
-