Package edu.wpi.grip.ui
Class OperationListController
- java.lang.Object
-
- edu.wpi.grip.ui.OperationListController
-
@ParametrizedController(url="OperationList.fxml") public class OperationListController extends java.lang.Object
Controller for a VBox ofOperationController
s. The user data for this should be what category it shows, and the filterText property allows for fuzzy searching the operations.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
FILTER_TEXT
-
Constructor Summary
Constructors Constructor Description OperationListController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
initialize()
void
onOperationAdded(OperationAddedEvent event)
-
-
-
Field Detail
-
FILTER_TEXT
protected static final java.lang.String FILTER_TEXT
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
protected void initialize()
-
onOperationAdded
public void onOperationAdded(OperationAddedEvent event)
-
-