Uses of Class
com.iamsoft.util.ui.undo.IamsoftUndoManager
-
Packages that use IamsoftUndoManager Package Description com.iamsoft.util.ui.swing.mdi Classes for toggling between a JDesktopPane and a series of nested JSplitPanes.com.iamsoft.util.ui.undo Undo/redo/history classes. -
-
Uses of IamsoftUndoManager in com.iamsoft.util.ui.swing.mdi
Methods in com.iamsoft.util.ui.swing.mdi that return IamsoftUndoManager Modifier and Type Method Description IamsoftUndoManager
DocModel. getUndoMgr()
-
Uses of IamsoftUndoManager in com.iamsoft.util.ui.undo
Methods in com.iamsoft.util.ui.undo that return types with arguments of type IamsoftUndoManager Modifier and Type Method Description protected ListModel<? extends IamsoftUndoManager>
HistoryListModel. getUndoMgrListModel()
Constructors in com.iamsoft.util.ui.undo with parameters of type IamsoftUndoManager Constructor Description HistoryListModel(IamsoftUndoManager pUndoMgr)
Constructor parameters in com.iamsoft.util.ui.undo with type arguments of type IamsoftUndoManager Constructor Description HistoryListModel(ListModel<? extends IamsoftUndoManager> pUndoMgrListModel)
-