Uses of Class
warnings.PamWarning
Packages that use PamWarning
Package
Description
-
Uses of PamWarning in clickTrainDetector.layout.warnings
Methods in clickTrainDetector.layout.warnings that return types with arguments of type PamWarningMethods in clickTrainDetector.layout.warnings with parameters of type PamWarningModifier and TypeMethodDescriptionvoid
CTWarningManager.addWarning
(PamWarning pamWarning) Add a warning to the click train detector. -
Uses of PamWarning in PamView.paneloverlay.overlaymark
Methods in PamView.paneloverlay.overlaymark that return PamWarning -
Uses of PamWarning in rawDeepLearningClassifier.dlClassification
Methods in rawDeepLearningClassifier.dlClassification that return types with arguments of type PamWarningModifier and TypeMethodDescriptionstatic ArrayList<PamWarning>
StandardClassifierModel.checkSettingsOK
(StandardModelParams genericModelParams, DLControl dlControl) Deprecated. -
Uses of PamWarning in rawDeepLearningClassifier.layoutFX
Methods in rawDeepLearningClassifier.layoutFX that return PamWarningModifier and TypeMethodDescriptionstatic PamWarning
DLSettingsPane.statusToWarnings
(DLStatus dlStatus) Methods in rawDeepLearningClassifier.layoutFX with parameters of type PamWarningModifier and TypeMethodDescriptionvoid
DLSettingsPane.showWarning
(PamWarning dlWarning) Show a warning dialog.Method parameters in rawDeepLearningClassifier.layoutFX with type arguments of type PamWarningModifier and TypeMethodDescriptionvoid
DLSettingsPane.showWarning
(ArrayList<PamWarning> dlWarnings) Show a warning dialog. -
Uses of PamWarning in warnings
Methods in warnings that return PamWarningModifier and TypeMethodDescriptionWarningSystem.getLastWarning()
Get the last listed warningWarningSystem.getWarning
(int warningIndex) Get a specified warningMethods in warnings that return types with arguments of type PamWarningModifier and TypeMethodDescriptionWarningSystem.getListIterator()
Get an iterator over the warnings list.Methods in warnings with parameters of type PamWarningModifier and TypeMethodDescriptionvoid
WarningSystem.addWarning
(PamWarning warning) Add a warning, will remove first if the same one is already in there.boolean
WarningSystem.removeWarning
(PamWarning warning) Remove a warningvoid
WarningSystem.updateWarning
(PamWarning warning) Update an existing warning