Package | Description |
---|---|
com.iamsoft.util.ui |
Random utility classes that may be useful in multiple projects.
|
Modifier and Type | Method and Description |
---|---|
static EnhancedListModel.Direction |
EnhancedListModel.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnhancedListModel.Direction[] |
EnhancedListModel.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EnhancedListModel.move(Object pObject,
EnhancedListModel.Direction pDir)
Move specified object up or down.
|
void |
EnhancedListModel.moveAll(Collection<?> pObjects,
EnhancedListModel.Direction pDir)
Move specified objects up or down.
|
void |
EnhancedListModel.moveAll(int[] pIndices,
EnhancedListModel.Direction pDir)
Shifts elements at specified locations in specified direction.
|
void |
Reorderable.moveAll(int[] pIndices,
EnhancedListModel.Direction pDir) |
Copyright © 2023. All rights reserved.