Uses of Class
org.eclipse.nebula.visualization.internal.xygraph.undo.AnnotationMemento
-
Packages that use AnnotationMemento Package Description org.eclipse.nebula.visualization.internal.xygraph.undo -
-
Uses of AnnotationMemento in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo with type parameters of type AnnotationMemento Modifier and Type Field Description private java.util.List<AnnotationMemento>XYGraphMemento. annotationMementoListMethods in org.eclipse.nebula.visualization.internal.xygraph.undo that return types with arguments of type AnnotationMemento Modifier and Type Method Description java.util.List<AnnotationMemento>XYGraphMemento. getAnnotationMementoList()Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type AnnotationMemento Modifier and Type Method Description voidXYGraphMemento. addAnnotationMemento(AnnotationMemento memento)private static voidXYGraphMementoUtil. restoreAnnotationPropsFromMemento(Annotation annotation, AnnotationMemento memento)private static voidXYGraphMementoUtil. saveAnnotationPropsToMemento(Annotation annotation, AnnotationMemento memento)
-