Package edu.wpi.grip.ui
Class OperationController
- java.lang.Object
-
- edu.wpi.grip.ui.OperationController
-
- All Implemented Interfaces:
Controller
@ParametrizedController(url="Operation.fxml") public class OperationController extends java.lang.Object implements Controller
A JavaFX control that renders information about anOperation. This is used in the palette view to present the user with information on the various operations to choose from.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOperationController.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStep()OperationDescriptiongetOperationDescription()javafx.scene.layout.GridPanegetRoot()protected voidinitialize()
-
-
-
Method Detail
-
initialize
protected void initialize()
-
addStep
public void addStep()
-
getRoot
public javafx.scene.layout.GridPane getRoot()
- Specified by:
getRootin interfaceController- Returns:
- The root node of the controller.
-
getOperationDescription
public OperationDescription getOperationDescription()
-
-