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 Locale
getCurrentLocale()
String
getCurrentLocaleString()
String
getFormattedValue(BigInteger nanoTK)
Image
getIconImage()
String
getLocalDate(Date date)
String
getMessage(String engLab)
String
getTransactionTypeTag(KeyContexts.TransactionType tt)
String
getYesNo(boolean val)
static SWInt
i()
static void
main(String[] args)
void
setLocale(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)
-
-