Uses of Class
com.iamsoft.util.ui.EnhancedListModel.Direction
-
Packages that use EnhancedListModel.Direction Package Description com.iamsoft.util.ui 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.Direction Modifier and Type Method 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.Methods in com.iamsoft.util.ui with parameters of type EnhancedListModel.Direction Modifier and Type Method Description void
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)
-