Class TextUndoManager

java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
javax.swing.undo.UndoManager
groovy.ui.text.TextUndoManager
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.swing.event.UndoableEditListener, javax.swing.undo.UndoableEdit

@Deprecated
public class TextUndoManager
extends javax.swing.undo.UndoManager
Deprecated.
To use this, simply drop this as an UndoableEditListener into your document, and then create actions to call undo/redo as needed (checking can undo/redo first, of course).
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class javax.swing.undo.CompoundEdit

    edits

    Fields inherited from class javax.swing.undo.AbstractUndoableEdit

    RedoName, UndoName
  • Constructor Summary

    Constructors
    Constructor Description
    TextUndoManager()
    Deprecated.
    Creates a new instance of TextUndoManager.
  • Method Summary

    Modifier and Type Method Description
    void addPropertyChangeListener​(java.beans.PropertyChangeListener pcl)
    Deprecated.
     
    void die()
    Deprecated.
     
    void discardAllEdits()
    Deprecated.
     
    protected void firePropertyChangeEvent​(java.lang.String name, boolean oldValue, boolean newValue)
    Deprecated.
     
    boolean hasChanged()
    Deprecated.
     
    void redo()
    Deprecated.
     
    protected void redoTo​(javax.swing.undo.UndoableEdit edit)
    Deprecated.
     
    void removePropertyChangeListener​(java.beans.PropertyChangeListener pcl)
    Deprecated.
     
    void reset()
    Deprecated.
     
    protected void trimEdits​(int from, int to)
    Deprecated.
     
    void undo()
    Deprecated.
     
    void undoableEditHappened​(javax.swing.event.UndoableEditEvent uee)
    Deprecated.
     

    Methods inherited from class javax.swing.undo.UndoManager

    addEdit, canRedo, canUndo, canUndoOrRedo, editToBeRedone, editToBeUndone, end, getLimit, getRedoPresentationName, getUndoOrRedoPresentationName, getUndoPresentationName, setLimit, toString, trimForLimit, undoOrRedo, undoTo

    Methods inherited from class javax.swing.undo.CompoundEdit

    getPresentationName, isInProgress, isSignificant, lastEdit

    Methods inherited from class javax.swing.undo.AbstractUndoableEdit

    replaceEdit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TextUndoManager

      public TextUndoManager()
      Deprecated.
      Creates a new instance of TextUndoManager.
  • Method Details

    • addPropertyChangeListener

      public void addPropertyChangeListener​(java.beans.PropertyChangeListener pcl)
      Deprecated.
    • die

      public void die()
      Deprecated.
      Specified by:
      die in interface javax.swing.undo.UndoableEdit
      Overrides:
      die in class javax.swing.undo.CompoundEdit
    • discardAllEdits

      public void discardAllEdits()
      Deprecated.
      Overrides:
      discardAllEdits in class javax.swing.undo.UndoManager
    • firePropertyChangeEvent

      protected void firePropertyChangeEvent​(java.lang.String name, boolean oldValue, boolean newValue)
      Deprecated.
    • hasChanged

      public boolean hasChanged()
      Deprecated.
    • redo

      public void redo() throws javax.swing.undo.CannotRedoException
      Deprecated.
      Specified by:
      redo in interface javax.swing.undo.UndoableEdit
      Overrides:
      redo in class javax.swing.undo.UndoManager
      Throws:
      javax.swing.undo.CannotRedoException
    • redoTo

      protected void redoTo​(javax.swing.undo.UndoableEdit edit)
      Deprecated.
      Overrides:
      redoTo in class javax.swing.undo.UndoManager
    • removePropertyChangeListener

      public void removePropertyChangeListener​(java.beans.PropertyChangeListener pcl)
      Deprecated.
    • reset

      public void reset()
      Deprecated.
    • trimEdits

      protected void trimEdits​(int from, int to)
      Deprecated.
      Overrides:
      trimEdits in class javax.swing.undo.UndoManager
    • undo

      public void undo() throws javax.swing.undo.CannotUndoException
      Deprecated.
      Specified by:
      undo in interface javax.swing.undo.UndoableEdit
      Overrides:
      undo in class javax.swing.undo.UndoManager
      Throws:
      javax.swing.undo.CannotUndoException
    • undoableEditHappened

      public void undoableEditHappened​(javax.swing.event.UndoableEditEvent uee)
      Deprecated.
      Specified by:
      undoableEditHappened in interface javax.swing.event.UndoableEditListener
      Overrides:
      undoableEditHappened in class javax.swing.undo.UndoManager