Package edu.wpi.grip.ui.pipeline
-
Interface Summary Interface Description AddSourceButton.Factory OutputSocketController.Factory SocketHandleView.Factory StepController.Factory Used for assisted injects. -
Class Summary Class Description AddSourceButton A box of buttons that let the user add different kinds ofSource
s.ConnectionView A JavaFX shape that renders itself as a curve connecting two sockets.OutputSocketController A JavaFX control that renders anOutputSocket
that is the output of a step.PipelineController A JavaFX controller for the pipeline.SocketHandleView The bubble next to each socket that connections go in and out of This class handles the drag-and-drop events that allow users to add and remove connections.SocketHandleView.SocketDragService Provides a singleton object to assign the socket being dragged from during dragging to allow for a connection to be made.StepController A JavaFX control that shows a step in the pipeline.