Package edu.wpi.grip.ui.pipeline.input
Class TextFieldInputSocketController
- java.lang.Object
-
- edu.wpi.grip.ui.pipeline.input.InputSocketController<java.lang.String>
-
- edu.wpi.grip.ui.pipeline.input.TextFieldInputSocketController
-
- All Implemented Interfaces:
Controller
public class TextFieldInputSocketController extends InputSocketController<java.lang.String>
AnInputSocketControllerthat lets the user set the value of a number with aTextField
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTextFieldInputSocketController.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 voidinitialize()voidupdateTextFieldFromSocket(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:
initializein classInputSocketController<java.lang.String>
-
updateTextFieldFromSocket
public void updateTextFieldFromSocket(SocketChangedEvent event)
-
-