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 ComboItemSettingsBookmarkUrl
SWTracker. getCurrentApiUrl()
ComboItemSettingsBookmarkUrl
SWTracker. getCurrentBookmarkUrl()
static ComboItemSettingsBookmarkUrl
SWTracker. getCurrentExplorerBaseurl()
ComboItemSettingsBookmarkUrl
SWTracker. getCurrentFastTag()
ComboItemSettingsBookmarkUrl
SWTracker. 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 void
SWTracker. setCurrentApiUrl(ComboItemSettingsBookmarkUrl currentApiUrl)
void
SWTracker. setCurrentBookmarkUrl(ComboItemSettingsBookmarkUrl currentBookmarkUrl)
static void
SWTracker. setCurrentExplorerBaseurl(ComboItemSettingsBookmarkUrl currentExplorerBaseurl)
void
SWTracker. setCurrentFastTag(ComboItemSettingsBookmarkUrl currentFastTag)
void
SWTracker. setCurrentTransactionsEndpoint(ComboItemSettingsBookmarkUrl currentTransactionsEndpoint)
Method parameters in com.h2tcoin.takamakachain.utils.simpleWallet with type arguments of type ComboItemSettingsBookmarkUrl Modifier and Type Method Description void
SWTracker. setApiUrl(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> apiUrl)
void
SWTracker. setBookmarks(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> bookmarksUrlShortener)
void
SWTracker. setBookmarksUrlShortener(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> bookmarksUrlShortener)
static void
SWTracker. setExplorerBaseurlMap(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> explorerBaseurlMap)
void
SWTracker. setFastTag(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> fastTag)
void
SWTracker. 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 void
SWTransactionHistoryQueue. add(TransactionBox tbox, ComboItemSettingsBookmarkUrl endpoint)
int
ComboItemSettingsBookmarkUrl. 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 String
TkmTextUtils. toJsonComboItemSettingsBookmarkUrl(ConcurrentSkipListMap<String,ComboItemSettingsBookmarkUrl> listMapTransactionReferenceBean)
-