Uses of Class
com.iamsoft.util.ui.EnhancedListModel
-
Packages that use EnhancedListModel Package Description com.iamsoft.util.ui.swing Swing-related classes.com.iamsoft.util.ui.undo Undo/redo/history classes. -
-
Uses of EnhancedListModel in com.iamsoft.util.ui.swing
Methods in com.iamsoft.util.ui.swing that return EnhancedListModel Modifier and Type Method Description EnhancedListModel
BtnPanel. getActions()
Respective Actions associated with each button. -
Uses of EnhancedListModel in com.iamsoft.util.ui.undo
Subclasses of EnhancedListModel in com.iamsoft.util.ui.undo Modifier and Type Class Description class
UndoableListModel
A list model whose updates can be undone.
-