Class SWInt
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.SWInt
-
public class SWInt extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetCurrentLocale()StringgetCurrentLocaleString()StringgetFormattedValue(BigInteger nanoTK)ImagegetIconImage()StringgetLocalDate(Date date)StringgetMessage(String engLab)StringgetTransactionTypeTag(KeyContexts.TransactionType tt)StringgetYesNo(boolean val)static SWInti()static voidmain(String[] args)voidsetLocale(Locale l)
-
-
-
Method Detail
-
getIconImage
public Image getIconImage()
-
i
public static SWInt i()
-
getCurrentLocale
public Locale getCurrentLocale()
-
setLocale
public void setLocale(Locale l)
-
getCurrentLocaleString
public String getCurrentLocaleString()
-
getTransactionTypeTag
public String getTransactionTypeTag(KeyContexts.TransactionType tt)
-
getFormattedValue
public String getFormattedValue(BigInteger nanoTK)
-
getYesNo
public String getYesNo(boolean val)
- Parameters:
val- true=yes, false=no- Returns:
-
main
public static void main(String[] args)
-
-