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 classEnhancedListModel<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 interfaceFullyModifiableListModelAllow user to move items up/down within list.interfaceReorderableListModel<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 classUndoableListModelA list model whose updates can be undone.
-