Uses of Enum Class
org.eclipse.keypop.calypso.card.SelectFileControl
Package
Description
Components used in applications to manage Calypso cards.
Calypso card data structures and selection API.
Calypso card transaction API.
-
Uses of SelectFileControl in org.eclipse.keypop.calypso.card
Modifier and TypeMethodDescriptionstatic SelectFileControl
Returns the enum constant of this class with the specified name.static SelectFileControl[]
SelectFileControl.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SelectFileControl in org.eclipse.keypop.calypso.card.card
Modifier and TypeMethodDescriptionCalypsoCardSelectionExtension.prepareSelectFile
(SelectFileControl selectControl) Adds a "Select File" command to select file according to the providedSelectFileControl
enum entry indicating the navigation case: FIRST, NEXT or CURRENT. -
Uses of SelectFileControl in org.eclipse.keypop.calypso.card.transaction
Modifier and TypeMethodDescriptionTransactionManager.prepareSelectFile
(SelectFileControl selectFileControl) Schedules the execution of a "Select File" command using a navigation selectFileControl defined by the ISO standard.