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.DirectionReturns 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 TypeMethodDescriptionvoidEnhancedListModel.move(Object pObject, EnhancedListModel.Direction pDir) Move specified object up or down.voidEnhancedListModel.moveAll(int[] pIndices, EnhancedListModel.Direction pDir) Shifts elements at specified locations in specified direction.voidEnhancedListModel.moveAll(Collection<?> pObjects, EnhancedListModel.Direction pDir) Move specified objects up or down.voidReorderable.moveAll(int[] pIndices, EnhancedListModel.Direction pDir)