Package detectiongrouplocaliser
Class GroupAnnotationHandler
java.lang.Object
annotation.handler.AnnotationHandler
annotation.handler.AnnotationChoiceHandler
detectiongrouplocaliser.GroupAnnotationHandler
-
Constructor Summary
ConstructorDescriptionGroupAnnotationHandler
(DetectionGroupControl detectionGroupControl, PamDataBlock pamDataBlock) -
Method Summary
Modifier and TypeMethodDescriptionboolean
updateAnnotation
(PamDataUnit pamDataUnit, DataAnnotationType annotationType) Update an existing annotation - or create a blank one if there isn't already one in the data unit.Methods inherited from class annotation.handler.AnnotationChoiceHandler
addSQLLogging, createAnnotationEditMenu, getNumUsedAnnotationTypes, getSelectionPanel, getUsedAnnotationTypes, loadAnnotationChoices
Methods inherited from class annotation.handler.AnnotationHandler
addAnnotation, addAnnotations, addAnnotationSqlAddons, addAnnotationType, annotateDataUnit, findAnnotationType, findAnnotationTypeFromCode, getAnnotationMenuItems, getAvailableAnnotationTypes, removeAnnotation, removeAnnotations, removeAnnotationType, updateAnnotations
-
Constructor Details
-
GroupAnnotationHandler
public GroupAnnotationHandler(DetectionGroupControl detectionGroupControl, PamDataBlock pamDataBlock)
-
-
Method Details
-
getAnnotationChoices
- Specified by:
getAnnotationChoices
in classAnnotationChoiceHandler
-
updateAnnotation
Description copied from class:AnnotationChoiceHandler
Update an existing annotation - or create a blank one if there isn't already one in the data unit.- Overrides:
updateAnnotation
in classAnnotationChoiceHandler
-