Uses of Class
org.bidib.wizard.mvc.preferences.model.PairingStoreEntryModel
Packages that use PairingStoreEntryModel
Package
Description
-
Uses of PairingStoreEntryModel in org.bidib.wizard.mvc.preferences.model
Methods in org.bidib.wizard.mvc.preferences.model that return types with arguments of type PairingStoreEntryModelMethods in org.bidib.wizard.mvc.preferences.model with parameters of type PairingStoreEntryModelModifier and TypeMethodDescriptionvoidPairingStoreModel.addPairing(PairingStoreEntryModel pairingStoreEntry) voidPairingStoreModel.removePairing(PairingStoreEntryModel pairingStoreEntry) Method parameters in org.bidib.wizard.mvc.preferences.model with type arguments of type PairingStoreEntryModelModifier and TypeMethodDescriptionvoidPairingStoreModel.setPairings(List<PairingStoreEntryModel> pairings) -
Uses of PairingStoreEntryModel in org.bidib.wizard.mvc.preferences.view.panel
Constructor parameters in org.bidib.wizard.mvc.preferences.view.panel with type arguments of type PairingStoreEntryModelModifierConstructorDescriptionPairingStoreTableModel(com.jgoodies.binding.list.SelectionInList<PairingStoreEntryModel> pairingSelection, String... columnNames)