Class DelphinUI
java.lang.Object
rawDeepLearningClassifier.dlClassification.delphinID.DelphinUI
- All Implemented Interfaces:
DLCLassiferModelUI
DelphinID user interface components.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
getIcon()
Get an icon for the model.List<javafx.stage.FileChooser.ExtensionFilter>
If using a file dialog to search forvoid
Get the parameters for the classifiersGet the settings pane for the classifier.Get a side panel specific to the classifier.void
Set the parameters for the settings pane.
-
Constructor Details
-
DelphinUI
-
-
Method Details
-
getSettingsPane
Description copied from interface:DLCLassiferModelUI
Get the settings pane for the classifier.- Specified by:
getSettingsPane
in interfaceDLCLassiferModelUI
- Returns:
- the settings pane.
-
getParams
public void getParams()Description copied from interface:DLCLassiferModelUI
Get the parameters for the classifiers- Specified by:
getParams
in interfaceDLCLassiferModelUI
-
setParams
public void setParams()Description copied from interface:DLCLassiferModelUI
Set the parameters for the settings pane.- Specified by:
setParams
in interfaceDLCLassiferModelUI
-
getModelFileExtensions
Description copied from interface:DLCLassiferModelUI
If using a file dialog to search for- Specified by:
getModelFileExtensions
in interfaceDLCLassiferModelUI
- Returns:
- the file extensions (if any) for this type of classifier
-
getSidePanel
Description copied from interface:DLCLassiferModelUI
Get a side panel specific to the classifier.- Specified by:
getSidePanel
in interfaceDLCLassiferModelUI
- Returns:
- the side panel.
-
getIcon
public javafx.scene.Node getIcon()Description copied from interface:DLCLassiferModelUI
Get an icon for the model. Note that this can be null in which case the icon in the UI will be a label with the mdoel name.- Specified by:
getIcon
in interfaceDLCLassiferModelUI
- Returns:
- teh model icon.
-