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 XYGraphMementoXYGraphConfigCommand. afterXYGraphMemprivate XYGraphMementoXYGraphConfigCommand. previousXYGraphMemMethods in org.eclipse.nebula.visualization.internal.xygraph.undo that return XYGraphMemento Modifier and Type Method Description static XYGraphMementoXYGraphMementoUtil. createEmptyMemento(IXYGraph xyGraph)Creates an empty memento given a XYGraphstatic XYGraphMementoXYGraphMementoUtil. createMemento(IXYGraph xyGraph)Creates a memento given a XYGraphXYGraphMementoXYGraphConfigCommand. getAfterXYGraphMemento()Returns the after graph mementoXYGraphMementoXYGraphConfigCommand. 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 voidXYGraphMementoUtil. restoreXYGraphPropsFromMemento(IXYGraph xyGraph, XYGraphMemento memento)Restores the XYGraph props from the given mementostatic voidXYGraphMementoUtil. 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 XYGraphMementoXYGraph. xyGraphMemSave 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 XYGraphMementoIXYGraph. getXyGraphMem()XYGraphMementoXYGraph. getXyGraphMem()Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type XYGraphMemento Modifier and Type Method Description voidIXYGraph. setXyGraphMem(XYGraphMemento xyGraphMem)voidXYGraph. setXyGraphMem(XYGraphMemento xyGraphMem)
-