net.datacrow.console.components
Class DcUndoListenerer

java.lang.Object
  extended by net.datacrow.console.components.DcUndoListenerer

public class DcUndoListenerer
extends java.lang.Object


Nested Class Summary
 class DcUndoListenerer.RedoAction
           
 class DcUndoListenerer.UndoAction
           
protected  class DcUndoListenerer.UndoEditListener
           
 
Constructor Summary
DcUndoListenerer(javax.swing.text.JTextComponent component)
           
 
Method Summary
 DcUndoListenerer.RedoAction getRedoAction()
           
 DcUndoListenerer.UndoAction getUndoAction()
           
 void redo()
           
 void undo()
           
protected  void updateRedoState()
           
protected  void updateUndoState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcUndoListenerer

public DcUndoListenerer(javax.swing.text.JTextComponent component)
Method Detail

getUndoAction

public DcUndoListenerer.UndoAction getUndoAction()

getRedoAction

public DcUndoListenerer.RedoAction getRedoAction()

redo

public void redo()

updateRedoState

protected void updateRedoState()

undo

public void undo()

updateUndoState

protected void updateUndoState()