Uses of Enum Class
org.eclipse.keypop.calypso.card.SelectFileControl
Packages that use 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
Methods in org.eclipse.keypop.calypso.card that return SelectFileControlModifier 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
Methods in org.eclipse.keypop.calypso.card.card with parameters of type SelectFileControlModifier 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
Methods in org.eclipse.keypop.calypso.card.transaction with parameters of type SelectFileControlModifier and TypeMethodDescriptionTransactionManager.prepareSelectFile
(SelectFileControl selectFileControl) Schedules the execution of a "Select File" command using a navigation selectFileControl defined by the ISO standard.