Class GenericAdvPane
java.lang.Object
PamController.SettingsPane<GenericModelParams>
rawDeepLearningClassifier.dlClassification.genericModel.GenericAdvPane
The advanced pane for the generic classifier.
- Author:
- Jamie Macaulay
-
Constructor Summary
ConstructorsConstructorDescriptionGenericAdvPane(GenericDLClassifier genericClassifier) Create the generic advanced pane. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.PaneCreate the model settings pane.javafx.scene.NodeGet node for GUI change of settings.Get the DL control.getName()Get the name of the pane.getParams(GenericModelParams currParams) Get settings from the pane.voidNew settings.voidCalled when settings pane is first initialised.voidpopulateClassNameFields(int nClass) Populate the class name fields.voidpopulateClassNameFields(int nClass, GenericModelParams input) Populate the class name fields.voidsetParams(GenericModelParams input) Called whenever the pane is first shown/open to set pane to show current settings.Methods inherited from class PamController.SettingsPane
getAWTWindow, getFXWindow, getHelpPoint, getOwnerWindow, notifyChange, repackContents, setDefaults, setOwnerWindow
-
Constructor Details
-
GenericAdvPane
Create the generic advanced pane.
-
-
Method Details
-
createModelSettingsPane
public javafx.scene.layout.Pane createModelSettingsPane()Create the model settings pane.- Returns:
- the model settings pane.
-
newSettings
public void newSettings()New settings. -
populateClassNameFields
public void populateClassNameFields(int nClass) Populate the class name fields. -
populateClassNameFields
Populate the class name fields. -
getContentNode
public javafx.scene.Node getContentNode()Description copied from class:SettingsPaneGet node for GUI change of settings.- Specified by:
getContentNodein classSettingsPane<GenericModelParams>
-
getParams
Description copied from class:SettingsPaneGet settings from the pane.- Specified by:
getParamsin classSettingsPane<GenericModelParams>- Returns:
- settings class
-
setParams
Description copied from class:SettingsPaneCalled whenever the pane is first shown/open to set pane to show current settings.- Specified by:
setParamsin classSettingsPane<GenericModelParams>- Parameters:
input- - current settings class.
-
getName
Description copied from class:SettingsPaneGet the name of the pane.- Specified by:
getNamein classSettingsPane<GenericModelParams>- Returns:
- name of the pane
-
paneInitialized
public void paneInitialized()Description copied from class:SettingsPaneCalled when settings pane is first initialised. This can be used if for example, a the size of a pane is needed for a param. (Sizes are only initialised when Nodes are shown);- Specified by:
paneInitializedin classSettingsPane<GenericModelParams>
-
getCurrentParams
-
getDLControl
Get the DL control.- Returns:
- the DL control.
-