UndoRedoManager

public class UndoRedoManager

Class UndoRedoManager. Provides undoredomanager functionality for the Hytale server.

java.lang.Object > UndoRedoManager

Field Summary

No fields documented.

Method Detail

UndoRedoManager

public public UndoRedoManager ()

Method UndoRedoManager.

getOrCreateUndoRedoStack

public AssetUndoRedoInfo getOrCreateUndoRedoStack (final AssetPath path)

Method getOrCreateUndoRedoStack.

Parameters:
final AssetPath path

AssetUndoRedoInfo

public new AssetUndoRedoInfo ()

Method AssetUndoRedoInfo.

getUndoRedoStack

public AssetUndoRedoInfo getUndoRedoStack (final AssetPath path)

Method getUndoRedoStack.

Parameters:
final AssetPath path

putUndoRedoStack

public void putUndoRedoStack (final AssetPath path, final AssetUndoRedoInfo undoRedoInfo)

Method putUndoRedoStack.

Parameters:
final AssetPath path
final AssetUndoRedoInfo undoRedoInfo

clearUndoRedoStack

public AssetUndoRedoInfo clearUndoRedoStack (final AssetPath path)

Method clearUndoRedoStack.

Parameters:
final AssetPath path