Package edu.wpi.grip.ui.pipeline.input
Class SelectInputSocketController<T>
- java.lang.Object
-
- edu.wpi.grip.ui.pipeline.input.InputSocketController<T>
-
- edu.wpi.grip.ui.pipeline.input.SelectInputSocketController<T>
-
- All Implemented Interfaces:
Controller
public class SelectInputSocketController<T> extends InputSocketController<T>
AnInputSocketController
that shows a drop-down menu containing all of the possible values for the socket.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SelectInputSocketController.Factory<T>
-
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
updateChoiceBoxFromSocket(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<T>
-
updateChoiceBoxFromSocket
public void updateChoiceBoxFromSocket(SocketChangedEvent event)
-
-