Package ca.corbett.forms.actions


package ca.corbett.forms.actions
This package contains action classes related to swing-forms.
  • Class
    Description
    An EnhancedAction that can be used with any ListField to clear all items from the list.
    An EnhancedAction that can be used with any ListField to move the selected items up or down in the list.
    Specifies the direction in which list items will be moved when this action is executed.
    An EnhancedAction that can be used with any ListField to remove the selected items from the list.
    An EnhancedAction that can be used with any ListField to select all items in the list.