Class FXUndoManager

java.lang.Object
org.jhotdraw8.fxbase.undo.FXUndoManager
All Implemented Interfaces:
EventListener, UndoableEditListener

public class FXUndoManager extends Object implements UndoableEditListener
  • Property Details

  • Constructor Details

    • FXUndoManager

      public FXUndoManager()
  • Method Details

    • undoPresentationNameProperty

      public javafx.beans.property.StringProperty undoPresentationNameProperty()
      Returns:
      the undoPresentationName property
    • redoPresentationNameProperty

      public javafx.beans.property.StringProperty redoPresentationNameProperty()
      Returns:
      the redoPresentationName property
    • undoableEditHappened

      public void undoableEditHappened(UndoableEditEvent e)
      Specified by:
      undoableEditHappened in interface UndoableEditListener
    • undoableProperty

      public javafx.beans.property.BooleanProperty undoableProperty()
      Returns:
      the undoable property
    • redoableProperty

      public javafx.beans.property.BooleanProperty redoableProperty()
      Returns:
      the redoable property
    • redo

      public void redo()
    • undo

      public void undo()
    • canUndo

      public boolean canUndo()
    • canRedo

      public boolean canRedo()
    • discardAllEdits

      public void discardAllEdits()