Uses of Interface
org.eclipse.keypop.reader.selection.CardSelector
-
Packages that use CardSelector Package Description org.eclipse.keypop.reader.selection Components used to manage card selection. -
-
Uses of CardSelector in org.eclipse.keypop.reader.selection
Classes in org.eclipse.keypop.reader.selection with type parameters of type CardSelector Modifier and Type Interface Description interface
CardSelector<T extends CardSelector<T>>
Common filters used to restrict the selection process to certain cards.Subinterfaces of CardSelector in org.eclipse.keypop.reader.selection Modifier and Type Interface Description interface
BasicCardSelector
Basic filters used to restrict the selection process to certain cards.interface
CommonIsoCardSelector<T extends CommonIsoCardSelector<T>>
Common ISO filters used to restrict the selection process to certain ISO 7816-4 cards.interface
IsoCardSelector
ISO filters used to restrict the selection process to certain ISO 7816-4 cards.Methods in org.eclipse.keypop.reader.selection with parameters of type CardSelector Modifier and Type Method Description int
CardSelectionManager. prepareSelection(CardSelector<?> cardSelector, CardSelectionExtension cardSelectionExtension)
Appends a card selection case to the card selection scenario.
-