Uses of Class
ca.odell.glazedlists.swing.UndoSupport
-
Packages that use UndoSupport Package Description ca.odell.glazedlists.swing -
-
Uses of UndoSupport in ca.odell.glazedlists.swing
Methods in ca.odell.glazedlists.swing that return UndoSupport Modifier and Type Method Description static <E> UndoSupportUndoSupport. install(javax.swing.undo.UndoManager undoManager, EventList<E> source)Installs support for undoing/redoing edits on the givensource.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.
-