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 interface
OperationController.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addStep()
OperationDescription
getOperationDescription()
javafx.scene.layout.GridPane
getRoot()
protected void
initialize()
-
-
-
Method Detail
-
initialize
protected void initialize()
-
addStep
public void addStep()
-
getRoot
public javafx.scene.layout.GridPane getRoot()
- Specified by:
getRoot
in interfaceController
- Returns:
- The root node of the controller.
-
getOperationDescription
public OperationDescription getOperationDescription()
-
-