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>
AnInputSocketController
that lets the user set the value of a number with aTextField
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TextFieldInputSocketController.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
updateTextFieldFromSocket(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.String>
-
updateTextFieldFromSocket
public void updateTextFieldFromSocket(SocketChangedEvent event)
-
-