Uses of Class
org.eclipse.nebula.visualization.internal.xygraph.undo.XYGraphMemento
-
Packages that use XYGraphMemento Package Description org.eclipse.nebula.visualization.internal.xygraph.undo org.eclipse.nebula.visualization.xygraph.figures -
-
Uses of XYGraphMemento in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as XYGraphMemento Modifier and Type Field Description private XYGraphMemento
XYGraphConfigCommand. afterXYGraphMem
private XYGraphMemento
XYGraphConfigCommand. previousXYGraphMem
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return XYGraphMemento Modifier and Type Method Description static XYGraphMemento
XYGraphMementoUtil. createEmptyMemento(IXYGraph xyGraph)
Creates an empty memento given a XYGraphstatic XYGraphMemento
XYGraphMementoUtil. createMemento(IXYGraph xyGraph)
Creates a memento given a XYGraphXYGraphMemento
XYGraphConfigCommand. getAfterXYGraphMemento()
Returns the after graph mementoXYGraphMemento
XYGraphConfigCommand. getPreviousXYGraphMemento()
Returns the previous graph mementoMethods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type XYGraphMemento Modifier and Type Method Description static void
XYGraphMementoUtil. restoreXYGraphPropsFromMemento(IXYGraph xyGraph, XYGraphMemento memento)
Restores the XYGraph props from the given mementostatic void
XYGraphMementoUtil. saveXYGraphPropsToMemento(IXYGraph xyGraph, XYGraphMemento memento)
Saves props to the given mementoConstructor parameters in org.eclipse.nebula.visualization.internal.xygraph.undo with type arguments of type XYGraphMemento Constructor Description XYGraphConfigCommand(IXYGraph xyGraph, java.util.function.Supplier<? extends XYGraphMemento> mementoFactory)
Constructor with a XYGraphMementoSupplier
-
Uses of XYGraphMemento in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as XYGraphMemento Modifier and Type Field Description private XYGraphMemento
XYGraph. xyGraphMem
Save the Graph settings Send a property changed event when changedMethods in org.eclipse.nebula.visualization.xygraph.figures that return XYGraphMemento Modifier and Type Method Description XYGraphMemento
IXYGraph. getXyGraphMem()
XYGraphMemento
XYGraph. getXyGraphMem()
Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type XYGraphMemento Modifier and Type Method Description void
IXYGraph. setXyGraphMem(XYGraphMemento xyGraphMem)
void
XYGraph. setXyGraphMem(XYGraphMemento xyGraphMem)
-