Uses of Class
com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.UserWalletBean
-
-
Uses of UserWalletBean in com.h2tcoin.takamakachain.utils.simpleWallet
Methods in com.h2tcoin.takamakachain.utils.simpleWallet that return UserWalletBean Modifier and Type Method Description UserWalletBeanSWTracker. getSelectedUWB()Methods in com.h2tcoin.takamakachain.utils.simpleWallet that return types with arguments of type UserWalletBean Modifier and Type Method Description ConcurrentSkipListMap<String,UserWalletBean>SWTracker. getUwb()Methods in com.h2tcoin.takamakachain.utils.simpleWallet with parameters of type UserWalletBean Modifier and Type Method Description voidSWTracker. setSelectedUWB(UserWalletBean selectedUWB)Method parameters in com.h2tcoin.takamakachain.utils.simpleWallet with type arguments of type UserWalletBean Modifier and Type Method Description voidSWTracker. setUwb(ConcurrentSkipListMap<String,UserWalletBean> uwb) -
Uses of UserWalletBean in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type UserWalletBean Modifier and Type Method Description intUserWalletBean. compareTo(UserWalletBean o) -
Uses of UserWalletBean in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard that return UserWalletBean Modifier and Type Method Description UserWalletBeanGenerateKeys. createBean() -
Uses of UserWalletBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return UserWalletBean Modifier and Type Method Description static UserWalletBeanTkmTextUtils. getUserWalletBeanFromJson(String jsonString)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type UserWalletBean Modifier and Type Method Description static StringTkmTextUtils. toJson(UserWalletBean tb)
-