Uses of Class
convex.gui.wallet.TokenInfo
Packages that use TokenInfo
-
Uses of TokenInfo in convex.gui.wallet
Fields in convex.gui.wallet declared as TokenInfoModifier and TypeFieldDescriptionprotected TokenInfo
TransferPanel.token
protected TokenInfo
SwapPanel.token1
protected TokenInfo
SwapPanel.token2
Fields in convex.gui.wallet with type parameters of type TokenInfoMethods in convex.gui.wallet that return TokenInfoModifier and TypeMethodDescriptionstatic TokenInfo
TokenInfo.convexCoin()
static TokenInfo
static TokenInfo
static TokenInfo
TokenListPanel.getDefaultToken()
static TokenInfo
TokenInfo.getFungible
(Convex convex, String cnsName) static TokenInfo
static TokenInfo
TokenListPanel.getOtherToken
(TokenInfo token) Gets the "other" token for a trade, which will be: 1.Methods in convex.gui.wallet with parameters of type TokenInfoModifier and TypeMethodDescriptionprotected Icon
static TokenInfo
TokenListPanel.getOtherToken
(TokenInfo token) Gets the "other" token for a trade, which will be: 1.Constructors in convex.gui.wallet with parameters of type TokenInfoModifierConstructorDescriptionSymbolLabel
(TokenInfo token) TokenButton
(TokenInfo token) TokenComponent
(Convex convex, TokenInfo token) TokenInfoPanel
(Convex convex, TokenInfo token) TransferPanel
(Convex convex, TokenInfo token)