Uses of Class
com.developpez.ydisanto.swing.undo.UndoMapping

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

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

Methods in com.developpez.ydisanto.swing.undo that return UndoMapping
 UndoMapping UndoableJTextManager.getUndoMapping(javax.swing.text.JTextComponent component)
          Returns the UndoMapping associated with the specified JTextComponent.
 UndoMapping UndoableJTextManager.makesUndoable(javax.swing.text.JTextComponent component)
          Makes the specified JTextComponent undoable.
 UndoMapping UndoableJTextManager.makesUndoable(javax.swing.text.JTextComponent component, javax.swing.KeyStroke undoKeyStroke, javax.swing.KeyStroke redoKeyStroke)
          Makes the specified JTextComponent undoable.
 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.