Uses of Enum Class
com.iamsoft.util.ui.EnhancedListModel.Direction
Packages that use EnhancedListModel.Direction
Package
Description
Random utility classes that may be useful in multiple projects.
-
Uses of EnhancedListModel.Direction in com.iamsoft.util.ui
Methods in com.iamsoft.util.ui that return EnhancedListModel.DirectionModifier and TypeMethodDescriptionstatic EnhancedListModel.Direction
Returns the enum constant of this class with the specified name.static EnhancedListModel.Direction[]
EnhancedListModel.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iamsoft.util.ui with parameters of type EnhancedListModel.DirectionModifier and TypeMethodDescriptionvoid
EnhancedListModel.move
(Object pObject, EnhancedListModel.Direction pDir) Move specified object up or down.void
EnhancedListModel.moveAll
(int[] pIndices, EnhancedListModel.Direction pDir) Shifts elements at specified locations in specified direction.void
EnhancedListModel.moveAll
(Collection<?> pObjects, EnhancedListModel.Direction pDir) Move specified objects up or down.void
Reorderable.moveAll
(int[] pIndices, EnhancedListModel.Direction pDir)