![]() |
Saros
Distributed Collaborative Editing and Distributed Party Programming
|
Classes | |
| class | ContributionAnnotation |
| class | RemoteCursorAnnotation |
| class | RemoteCursorStrategy |
| class | SarosAnnotation |
| class | SelectionAnnotation |
| class | SelectionFillUpAnnotation |
| class | SelectionFillUpStrategy |
| class | ViewportAnnotation |
The Editor Annotation manages the color highlighting of text done by a user.
The Editor Annotation comprises of four classes:
the SarosAnnotation extends org.eclipse.jface.text.source.Annotation. Manages the coloring of text-highlighting.
the ContributionAnnotation used by de.fu_berlin.inf.dpp.editor.internal.ContributionAnnotationManager. Marks text contribution done by a user
the SelectionAnnotation extends SarosAnnotation. Marks selected text done by user
the ViewportAnnotation extends SarosAnnotation. Marks the viewport on the side of the editor view.