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.DirectionEnhancedListModel.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 voidEnhancedListModel. 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)
-