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 UserWalletBean
SWTracker. 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 void
SWTracker. setSelectedUWB(UserWalletBean selectedUWB)
Method parameters in com.h2tcoin.takamakachain.utils.simpleWallet with type arguments of type UserWalletBean Modifier and Type Method Description void
SWTracker. 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 int
UserWalletBean. 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 UserWalletBean
GenerateKeys. 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 UserWalletBean
TkmTextUtils. getUserWalletBeanFromJson(String jsonString)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type UserWalletBean Modifier and Type Method Description static String
TkmTextUtils. toJson(UserWalletBean tb)
-