Class CatalystSearchParametersDialog
java.lang.Object
javafx.scene.control.Dialog
application.controller.dialogs.search.SearchParametersDialog
application.controller.dialogs.search.CatalystSearchParametersDialog
- All Implemented Interfaces:
javafx.event.EventTarget
public class CatalystSearchParametersDialog extends SearchParametersDialog
-
Property Summary
-
Field Summary
Fields inherited from class application.controller.dialogs.search.SearchParametersDialog
grid, numThreads, searchParameters, spinnerThreads -
Constructor Summary
Constructors Constructor Description CatalystSearchParametersDialog(Rule rule, Grid target, java.util.List<Coordinate> coordinateList) -
Method Summary
Modifier and Type Method Description booleanconfirmParameters()Updates the search parameters based on the inputted parametersCatalystSearchParametersgetSearchParameters()Gets the search parametersMethods inherited from class application.controller.dialogs.search.SearchParametersDialog
getNumThreadsMethods inherited from class javafx.scene.control.Dialog
buildEventDispatchChain, close, contentTextProperty, dialogPaneProperty, getContentText, getDialogPane, getGraphic, getHeaderText, getHeight, getModality, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOwner, getResult, getResultConverter, getTitle, getWidth, getX, getY, graphicProperty, headerTextProperty, heightProperty, hide, initModality, initOwner, initStyle, isResizable, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, resizableProperty, resultConverterProperty, resultProperty, setContentText, setDialogPane, setGraphic, setHeaderText, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setResizable, setResult, setResultConverter, setTitle, setWidth, setX, setY, show, showAndWait, showingProperty, titleProperty, widthProperty, xProperty, yProperty
-
Constructor Details
-
CatalystSearchParametersDialog
public CatalystSearchParametersDialog(Rule rule, Grid target, java.util.List<Coordinate> coordinateList)
-
-
Method Details
-
confirmParameters
public boolean confirmParameters()Description copied from class:SearchParametersDialogUpdates the search parameters based on the inputted parameters- Overrides:
confirmParametersin classSearchParametersDialog- Returns:
- Returns true if successful, false otherwise
-
getSearchParameters
Description copied from class:SearchParametersDialogGets the search parameters- Overrides:
getSearchParametersin classSearchParametersDialog- Returns:
- Returns the search parameters
-