Uses of Class
org.bidib.wizard.dialog.PairingDialog.PairingDialogType
-
Packages that use PairingDialog.PairingDialogType Package Description org.bidib.wizard.dialog -
-
Uses of PairingDialog.PairingDialogType in org.bidib.wizard.dialog
Methods in org.bidib.wizard.dialog that return PairingDialog.PairingDialogType Modifier and Type Method Description static PairingDialog.PairingDialogTypePairingDialog.PairingDialogType. valueOf(String name)Returns the enum constant of this type with the specified name.static PairingDialog.PairingDialogType[]PairingDialog.PairingDialogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bidib.wizard.dialog with parameters of type PairingDialog.PairingDialogType Constructor Description PairingDialog(Component parent, PairingDialog.PairingDialogType pairingDialogType, org.bidib.jbidibc.messages.helpers.Context context, boolean modal, Consumer<Boolean> pairingCallback)
-