Uses of Interface
com.iamsoft.util.ui.undo.ExposedCompoundEdit
-
Packages that use ExposedCompoundEdit Package Description com.iamsoft.util.ui.undo Undo/redo/history classes. -
-
Uses of ExposedCompoundEdit in com.iamsoft.util.ui.undo
Classes in com.iamsoft.util.ui.undo that implement ExposedCompoundEdit Modifier and Type Class Description class
JshiftCompoundEdit
Adds support for UndoListeners and makes a couple methods public.class
JshiftUndoManager
Adds support for UndoListeners and makes a couple methods public.Methods in com.iamsoft.util.ui.undo with parameters of type ExposedCompoundEdit Modifier and Type Method Description static SortedMap
JshiftUndoManager. decompose(ExposedCompoundEdit pCompoundEdit)
Get a map where the key is an UndoableEdit and the value is another SortedMap with an entry for each sub-edit.
-