Uses of Interface
ca.odell.glazedlists.UndoRedoSupport.Edit
-
Packages that use UndoRedoSupport.Edit Package Description ca.odell.glazedlists ca.odell.glazedlists.swing -
-
Uses of UndoRedoSupport.Edit in ca.odell.glazedlists
Methods in ca.odell.glazedlists with parameters of type UndoRedoSupport.Edit Modifier and Type Method Description voidUndoRedoSupport.Listener. undoableEditHappened(UndoRedoSupport.Edit edit)Notified of each undoable edit applied to the given EventList. -
Uses of UndoRedoSupport.Edit in ca.odell.glazedlists.swing
Method parameters in ca.odell.glazedlists.swing with type arguments of type UndoRedoSupport.Edit Modifier and Type Method Description static <E> UndoSupportUndoSupport. install(javax.swing.undo.UndoManager undoManager, EventList<E> source, FunctionList.Function<UndoRedoSupport.Edit,javax.swing.undo.UndoableEdit> editAdapter)Installs support for undoing/redoing edits on the givensource.
-