public class TimeMachine
extends java.lang.Object
| Constructor and Description |
|---|
TimeMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
createSnapshot(java.util.Collection<javafx.beans.property.Property> properties) |
void |
reset() |
void |
resetAndCreateSnapshot(java.util.Collection<javafx.beans.property.Property> properties) |
void |
rollback() |
void |
undo() |
public void resetAndCreateSnapshot(java.util.Collection<javafx.beans.property.Property> properties)
public void createSnapshot(java.util.Collection<javafx.beans.property.Property> properties)
public void undo()
public void rollback()
public void reset()