Uses of Class
org.eclipse.keypop.calypso.card.SelectFileControl
-
Packages that use SelectFileControl Package Description org.eclipse.keypop.calypso.card Components used in applications to manage Calypso cards.org.eclipse.keypop.calypso.card.card Calypso card data structures and selection API.org.eclipse.keypop.calypso.card.transaction Calypso card transaction API. -
-
Uses of SelectFileControl in org.eclipse.keypop.calypso.card
Methods in org.eclipse.keypop.calypso.card that return SelectFileControl Modifier and Type Method Description static SelectFileControl
SelectFileControl. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SelectFileControl[]
SelectFileControl. values()
Returns an array containing the constants of this enum type, 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 SelectFileControl Modifier and Type Method Description CalypsoCardSelectionExtension
CalypsoCardSelectionExtension. 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 SelectFileControl Modifier and Type Method Description T
TransactionManager. prepareSelectFile(SelectFileControl selectFileControl)
Schedules the execution of a "Select File" command using a navigation selectFileControl defined by the ISO standard.
-