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. annotationMementoList
Methods 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 void
XYGraphMemento. addAnnotationMemento(AnnotationMemento memento)
private static void
XYGraphMementoUtil. restoreAnnotationPropsFromMemento(Annotation annotation, AnnotationMemento memento)
private static void
XYGraphMementoUtil. saveAnnotationPropsToMemento(Annotation annotation, AnnotationMemento memento)
-