Uses of Class
com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.ComboItemSettingsBookmarkUrl
-
-
Uses of ComboItemSettingsBookmarkUrl in com.h2tcoin.takamakachain.main.defaults
-
Uses of ComboItemSettingsBookmarkUrl in com.h2tcoin.takamakachain.utils.simpleWallet
Methods in com.h2tcoin.takamakachain.utils.simpleWallet that return ComboItemSettingsBookmarkUrl Modifier and Type Method Description ComboItemSettingsBookmarkUrlSWTracker. getCurrentApiUrl()ComboItemSettingsBookmarkUrlSWTracker. getCurrentBookmarkUrl()static ComboItemSettingsBookmarkUrlSWTracker. getCurrentExplorerBaseurl()ComboItemSettingsBookmarkUrlSWTracker. getCurrentFastTag()ComboItemSettingsBookmarkUrlSWTracker. getCurrentTransactionsEndpoint()Methods in com.h2tcoin.takamakachain.utils.simpleWallet that return types with arguments of type ComboItemSettingsBookmarkUrl Modifier and Type Method Description ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl>SWTracker. getApiUrl()ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl>SWTracker. getBookmarks()ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl>SWTracker. getBookmarksUrlShortener()static ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl>SWTracker. getExplorerBaseurlMap()ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl>SWTracker. getFastTag()ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl>SWTracker. getSendTransactionUrl()Methods in com.h2tcoin.takamakachain.utils.simpleWallet with parameters of type ComboItemSettingsBookmarkUrl Modifier and Type Method Description voidSWTracker. setCurrentApiUrl(ComboItemSettingsBookmarkUrl currentApiUrl)voidSWTracker. setCurrentBookmarkUrl(ComboItemSettingsBookmarkUrl currentBookmarkUrl)static voidSWTracker. setCurrentExplorerBaseurl(ComboItemSettingsBookmarkUrl currentExplorerBaseurl)voidSWTracker. setCurrentFastTag(ComboItemSettingsBookmarkUrl currentFastTag)voidSWTracker. setCurrentTransactionsEndpoint(ComboItemSettingsBookmarkUrl currentTransactionsEndpoint)Method parameters in com.h2tcoin.takamakachain.utils.simpleWallet with type arguments of type ComboItemSettingsBookmarkUrl Modifier and Type Method Description voidSWTracker. setApiUrl(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> apiUrl)voidSWTracker. setBookmarks(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> bookmarksUrlShortener)voidSWTracker. setBookmarksUrlShortener(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> bookmarksUrlShortener)static voidSWTracker. setExplorerBaseurlMap(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> explorerBaseurlMap)voidSWTracker. setFastTag(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> fastTag)voidSWTracker. setSendTransactionUrl(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> sendTransactionUrl) -
Uses of ComboItemSettingsBookmarkUrl in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type ComboItemSettingsBookmarkUrl Modifier and Type Method Description voidSWTransactionHistoryQueue. add(TransactionBox tbox, ComboItemSettingsBookmarkUrl endpoint)intComboItemSettingsBookmarkUrl. compareTo(ComboItemSettingsBookmarkUrl o) -
Uses of ComboItemSettingsBookmarkUrl in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type ComboItemSettingsBookmarkUrl Modifier and Type Method Description static ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl>TkmTextUtils. getListMapComboItemSettingsBookmarkUrlFromJson(String jsonString)Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type ComboItemSettingsBookmarkUrl Modifier and Type Method Description static StringTkmTextUtils. toJsonComboItemSettingsBookmarkUrl(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> listMapTransactionReferenceBean)
-