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.
|
Modifier and Type | Class and Description |
---|---|
class |
EnhancedListModel<T>
Allow user to move items up/down within list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FullyModifiableListModel
Allow user to move items up/down within list.
|
Constructor and Description |
---|
ReorderListPanel(ReorderableListModel pModel) |
ReorderListPanel(ReorderableListModel pModel,
String pTitle)
Actions should update list model but needn't change list's selection indices.
|
Modifier and Type | Class and Description |
---|---|
class |
UndoableListModel
A list model whose updates can be undone.
|
Copyright © 2023. All rights reserved.