Uses of Interface
com.developpez.ydisanto.swing.event.UndoListener

Packages that use UndoListener
com.developpez.ydisanto.swing.undo   
 

Uses of UndoListener in com.developpez.ydisanto.swing.undo
 

Methods in com.developpez.ydisanto.swing.undo with parameters of type UndoListener
 void UndoMapping.addUndoListener(UndoListener listener)
          Registers UndoListener so that it will receive ActionEvents when "undo" or "redo" Action are performed.
 UndoMapping UndoableJTextManager.makesUndoable(javax.swing.text.JTextComponent component, javax.swing.KeyStroke undoKeyStroke, javax.swing.KeyStroke redoKeyStroke, UndoListener listener)
          Makes the specified JTextComponent undoable.
 UndoMapping UndoableJTextManager.makesUndoable(javax.swing.text.JTextComponent component, UndoListener listener)
          Makes the specified JTextComponent undoable.
 void UndoMapping.removeUndoListener(UndoListener listener)
          Unregisters UndoListener so that it will no longer receive ActionEvents.