| |
|
| java.lang.Object newprocess.diagram.cust.annotations.dialogs.AnnotationList
AnnotationList | public class AnnotationList (Code) | | Class that plays the role of the domain model in the NewAnnotationDialog
author: sh |
AnnotationList | public AnnotationList(EditPart selectedEditPart, String projectName)(Code) | | Constructor
|
addAnnotation | public void addAnnotation()(Code) | | Add a new annotation to the collection of annotations
|
annotationChanged | public void annotationChanged(Annotation annotation)(Code) | | does the changes in the model
Parameters: annotation - |
linkToAnnotation | public void linkToAnnotation()(Code) | | link to an existing Annotation
|
moveAnnotationDown | public void moveAnnotationDown(Annotation annotation)(Code) | | moves the current annotation downwards
|
moveAnnotationUp | public void moveAnnotationUp(Annotation annotation)(Code) | | moves the current annotation upwards
|
removeAnnotation | public void removeAnnotation(Annotation annotation)(Code) | | Removes an Annotation
Parameters: annotation - |
|
|
|