Package edu.wpi.grip.ui
Interface Controller
-
- All Known Implementing Classes:
CameraSourceController,CheckboxInputSocketController,ClassifierSourceController,HttpSourceController,InputSocketController,ListSpinnerInputSocketController,MultiImageFileSourceController,NumberSpinnerInputSocketController,OperationController,OutputSocketController,RangeInputSocketController,SelectInputSocketController,SliderInputSocketController,SourceController,StepController,TextFieldInputSocketController,VideoFileSourceController
public interface ControllerA controller should always provide a method to get the root node that it is controlling. This allows the controllers root node to be added to other UI components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javafx.scene.NodegetRoot()
-