Uses of Enum Class
ca.corbett.forms.actions.ListItemMoveAction.Direction
Packages that use ListItemMoveAction.Direction
Package
Description
This package contains action classes related to swing-forms.
-
Uses of ListItemMoveAction.Direction in ca.corbett.forms.actions
Methods in ca.corbett.forms.actions that return ListItemMoveAction.DirectionModifier and TypeMethodDescriptionstatic ListItemMoveAction.DirectionReturns the enum constant of this class with the specified name.static ListItemMoveAction.Direction[]ListItemMoveAction.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.corbett.forms.actions with parameters of type ListItemMoveAction.DirectionModifierConstructorDescriptionListItemMoveAction(ListField<T> listField, ListItemMoveAction.Direction direction) Creates a new ListItemMoveAction with the default name and the given ListField.ListItemMoveAction(String name, ListField<T> listField, ListItemMoveAction.Direction direction) Creates a new ListItemMoveAction with the specified name and ListField.ListItemMoveAction(Icon icon, ListField<T> listField, ListItemMoveAction.Direction direction) Creates a new ListItemMoveAction with the specified icon and ListField.