Package qupath.process.gui.commands.ml
Class ProjectClassifierBindings
java.lang.Object
qupath.process.gui.commands.ml.ProjectClassifierBindings
Class to help with formatting text fields for entering pixel and object classifier names.
- Author:
- Pete Bankhead
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bindObjectClassifierNameInput
(TextField textField, ObjectExpression<Project<BufferedImage>> project) Set styling for a text field to use object classifier names for the current project.static void
bindPixelClassifierNameInput
(TextField textField, ObjectExpression<Project<BufferedImage>> project) Set styling for a text field to use pixel classifier names for the current project.
-
Constructor Details
-
ProjectClassifierBindings
public ProjectClassifierBindings()
-
-
Method Details
-
bindPixelClassifierNameInput
public static void bindPixelClassifierNameInput(TextField textField, ObjectExpression<Project<BufferedImage>> project) Set styling for a text field to use pixel classifier names for the current project.- Parameters:
textField
-project
-
-
bindObjectClassifierNameInput
public static void bindObjectClassifierNameInput(TextField textField, ObjectExpression<Project<BufferedImage>> project) Set styling for a text field to use object classifier names for the current project.- Parameters:
textField
-project
-
-