Uses of Class
com.levigo.jadice.web.client.undo.EventListUndoTracker
Packages that use EventListUndoTracker
-
Uses of EventListUndoTracker in com.levigo.jadice.web.client.undo
Methods in com.levigo.jadice.web.client.undo that return EventListUndoTrackerModifier and TypeMethodDescriptionstatic EventListUndoTracker<Page> DocumentUndoSupport.createTracker(Document document) Return an EventListUndoTracker tracking changes to the document's page list.static <E> EventListUndoTracker<E> EventListUndoTracker.startTracking(org.jadice.util.glazedlists.EventList<E> list, UndoManager undoManager) Install anEventListUndoTrackeron the given event list.