Uses of Interface
com.iamsoft.util.ui.Reorderable
-
Packages that use Reorderable Package Description com.iamsoft.util.ui Random utility classes that may be useful in multiple projects.com.iamsoft.util.ui.swing Swing-related classes.com.iamsoft.util.ui.undo Undo/redo/history classes. -
-
Uses of Reorderable in com.iamsoft.util.ui
Classes in com.iamsoft.util.ui that implement Reorderable Modifier and Type Class Description class
EnhancedListModel<T>
Allow user to move items up/down within list. -
Uses of Reorderable in com.iamsoft.util.ui.swing
Subinterfaces of Reorderable in com.iamsoft.util.ui.swing Modifier and Type Interface Description interface
FullyModifiableListModel
Allow user to move items up/down within list.interface
ReorderableListModel<T>
Allow user to move items up/down within list. -
Uses of Reorderable in com.iamsoft.util.ui.undo
Classes in com.iamsoft.util.ui.undo that implement Reorderable Modifier and Type Class Description class
UndoableListModel
A list model whose updates can be undone.
-