Package annotation.handler
Class ManualAnnotationHandler
java.lang.Object
annotation.handler.AnnotationHandler
annotation.handler.AnnotationChoiceHandler
annotation.handler.OneStopAnnotationHandler
annotation.handler.ManualAnnotationHandler
- All Implemented Interfaces:
PamSettings
,SettingsNameProvider
-
Constructor Summary
ConstructorDescriptionManualAnnotationHandler
(SettingsNameProvider settingsNameProvider, PamDataBlock dataBlock) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add some annotation types for the annotation handlerMethods inherited from class annotation.handler.OneStopAnnotationHandler
checkSQLLogging, getAnnotationChoices, getDialogMenuItem, getDialogMenuItem, getSettingsReference, getSettingsVersion, getUnitName, getUnitType, restoreSettings, showDialog
Methods inherited from class annotation.handler.AnnotationChoiceHandler
addSQLLogging, createAnnotationEditMenu, getNumUsedAnnotationTypes, getSelectionPanel, getUsedAnnotationTypes, loadAnnotationChoices, updateAnnotation
Methods inherited from class annotation.handler.AnnotationHandler
addAnnotation, addAnnotations, addAnnotationSqlAddons, addAnnotationType, annotateDataUnit, findAnnotationType, findAnnotationTypeFromCode, getAnnotationMenuItems, getAvailableAnnotationTypes, removeAnnotation, removeAnnotations, removeAnnotationType, updateAnnotations
-
Constructor Details
-
ManualAnnotationHandler
-
-
Method Details
-
createAnnotationTypes
public void createAnnotationTypes()Description copied from class:OneStopAnnotationHandler
Add some annotation types for the annotation handler- Specified by:
createAnnotationTypes
in classOneStopAnnotationHandler
-