Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.undo
Undo/redo/history classes.
-
Interface Summary Interface Description ExposedCompoundEdit Allows public access togetEdit
.UndoOrRedoListener Listens for either an undo or a redo. -
Class Summary Class Description GoToSnapshotAction Go to snapshot in 'Undo' history.HistoryAction View undo/redo history.HistoryList Displays undo history for active editor.HistoryListModel Displays undo history for undo manager at front of a list model.HistoryListPopupMenu Provides context sensitive options for undo history list.HistoryPalette Dialog holding undo history.IamsoftUndoManager List model implementation of undo manager.JshiftCompoundEdit Adds support for UndoListeners and makes a couple methods public.JshiftUndoManager Adds support for UndoListeners and makes a couple methods public.RedoAction Redo a single action.UndoableListModel A list model whose updates can be undone.UndoAction Undo a single action. -
Enum Summary Enum Description UndoableListModel.UndoOrRedo Enum describing whether action is being undone or redone.