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 TypeMethodDescriptionvoidCTWarningManager.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 PamWarningDLSettingsPane.statusToWarnings(DLStatus dlStatus) Methods in rawDeepLearningClassifier.layoutFX with parameters of type PamWarningModifier and TypeMethodDescriptionvoidDLWarningDialog.showWarning(PamWarning dlWarning) 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 TypeMethodDescriptionvoidWarningSystem.addWarning(PamWarning warning) Add a warning, will remove first if the same one is already in there.booleanWarningSystem.removeWarning(PamWarning warning) Remove a warningvoidWarningSystem.updateWarning(PamWarning warning) Update an existing warning