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 classJshiftCompoundEditAdds support for UndoListeners and makes a couple methods public.classJshiftUndoManagerAdds 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 SortedMapJshiftUndoManager. 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.
-