Package annotation.dummy
Class DummyAnnotationType
-
Field Summary
Fields inherited from class annotation.DataAnnotationType
SHORTIDCODELENGTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canAnnotate
(Class dataUnitType) Find out whether or not a particular type of data can be annotatedGet an optional AnnotationBinaryHandler which can be used to add the annotation information for binary files and also read data back from them.Methods inherited from class annotation.DataAnnotationType
autoAnnotate, canAutoAnnotate, getAnnotationOptions, getDataSelector, getDialogPanel, getSettingsPanel, getShortIdCode, getSQLLoggingAddon, getSymbolModifier, getTargetDataBlock, hasSettingsPanel, isAnnotating, setAnnotationOptions, setTargetDataBlock, toString, toString
-
Constructor Details
-
DummyAnnotationType
public DummyAnnotationType()
-
-
Method Details
-
getAnnotationName
- Specified by:
getAnnotationName
in classDataAnnotationType<DummyAnnotation>
-
getAnnotationClass
- Specified by:
getAnnotationClass
in classDataAnnotationType<DummyAnnotation>
- Returns:
- Class type for the annotations
-
canAnnotate
Description copied from class:DataAnnotationType
Find out whether or not a particular type of data can be annotated- Specified by:
canAnnotate
in classDataAnnotationType<DummyAnnotation>
- Parameters:
dataUnitType
- Class of a type of data unit. Can be null in which case annotation can be stand alone.- Returns:
- true if the data unit Class can be annotated.
-
getBinaryHandler
Description copied from class:DataAnnotationType
Get an optional AnnotationBinaryHandler which can be used to add the annotation information for binary files and also read data back from them.- Overrides:
getBinaryHandler
in classDataAnnotationType<DummyAnnotation>
- Returns:
- handler for binary data i/o.
-