Class TreeModelUndoAdapter<E>

java.lang.Object
org.jhotdraw8.fxbase.tree.TreeModelUndoAdapter<E>
Type Parameters:
E - the element type of the tree

public class TreeModelUndoAdapter<E> extends Object
This adapter can be bound to a TextInputControl to support undo/redo with a FXUndoManager.

This text filter can be added to multiple tree models. If you do this, make sure that you add the FXUndoManager only once as a listener.