Modifier and Type | Interface and Description |
---|---|
interface |
PdfAnnotation
A representation of the model object 'Pdf Annotation'
|
interface |
TxtAnnotation
A representation of the model object 'Txt Annotation'
|
Modifier and Type | Class and Description |
---|---|
class |
FileAnnotationImpl
An implementation of the model object 'File Annotation'
|
class |
PdfAnnotationImpl
An implementation of the model object 'Pdf Annotation'
|
class |
TxtAnnotationImpl
An implementation of the model object 'Txt Annotation'
|
Modifier and Type | Method and Description |
---|---|
T |
AnnotationModelSwitch.caseFileAnnotation(FileAnnotation object)
Returns the result of interpreting the object as an instance of 'File Annotation'
|
Modifier and Type | Method and Description |
---|---|
FileAnnotation |
MarkingEditor.createSelectedAnnotation() |
FileAnnotation |
IMarkingEditorComponent.createSelectedAnnotation()
Returns a new file annotation object for selection
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FileAnnotation> |
MarkingEditor.getSelectedAnnotations() |
java.util.List<FileAnnotation> |
IMarkingEditorComponent.getSelectedAnnotations()
Returns a given file annotation object for selection
|
Modifier and Type | Method and Description |
---|---|
void |
MarkingEditor.addMarkings(FileAnnotation anAnnotation)
Add Markings
|
void |
IMarkingEditorComponent.addMarkings(FileAnnotation anAnnotation)
Command to add the markings
|
void |
MarkingEditor.removeMarkings(FileAnnotation anAnnotation) |
void |
IMarkingEditorComponent.removeMarkings(FileAnnotation anAnnotation)
Command to remove the markings
|
void |
MarkingEditor.selectAnnotation(FileAnnotation selection) |
void |
AnnotationEditor.selectAnnotation(FileAnnotation selection)
Selects the given annotation in the file.
|
void |
IMarkingEditorComponent.selectAnnotation(FileAnnotation selection)
Select the given annotation.
|
void |
IAnnotationEditor.selectAnnotation(FileAnnotation selection)
Select the annotation
|
Modifier and Type | Method and Description |
---|---|
void |
MarkingEditor.addMarkings(java.util.List<FileAnnotation> someAnnotations) |
void |
IMarkingEditorComponent2.addMarkings(java.util.List<FileAnnotation> annotations)
Command to add the markings
|
void |
AnnotationEditor.handleSelectedAnnotation(java.util.List<FileAnnotation> annotations)
Handles the selected File Annotations to be shown in the Annotation View
|
void |
IAnnotationEditor.handleSelectedAnnotation(java.util.List<FileAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationView.setSelection(java.util.List<FileAnnotation> annotations) |