Methods
Modifier and Type |
Method and Description |
void |
addBundle(String bundle) |
int |
confirmOverwriteFile(Component parent,
File f,
String buttons) |
boolean |
confirmReadableFile(Component parent,
File f) |
String |
fileSize(long size) |
static String |
get(HashMap<String,Object> options,
String key) |
static String |
get(HashMap<String,Object> options,
String group,
String key) |
String |
get(String key) |
String |
get(String group,
String key) |
String |
get(String key1,
String s,
String key2) |
String |
getAllowNull(String key) |
static HashMap |
getCodesToNames() |
Collator |
getCollator() |
static String |
getDescriptiveLanguageCode(String languageCode) |
String[] |
getDescriptiveLanguageCodes() |
static String[] |
getDescriptiveLanguageCodes(Locale inLocale) |
String[] |
getDlgButtons(boolean update) |
protected int |
getFeedback(Component parent,
JOptionPane pane,
String title) |
String |
getHmsTime(long milis) |
static String |
getLanguageFromDescriptive(String descriptive) |
Locale |
getLocale() |
static Messages |
getMessages(HashMap<String,Object> options,
String bundle) |
static HashMap |
getNamesToCodes() |
String |
getNumber(double v) |
String |
getNumber(long v) |
String |
getPercent(double v) |
String |
getPercent(long v) |
String |
getShortDateStr(Date date) |
String |
getShortDateTimeStr(Date date) |
String |
kValue(long v) |
protected String[] |
parseButtons(String btnCodes) |
protected JButton[] |
parseJButtons(String btnCodes) |
Date |
parseShortDate(String str) |
static String |
quote(String text) |
void |
setLocale(HashMap options) |
void |
setLocale(String language,
String country,
String variant) |
void |
showAlert(Component parent,
String key) |
void |
showAlert(Component parent,
String[] msg) |
static boolean |
showDlg(JDialog dialog) |
int |
showErrorWarning(Component parent,
String key,
Exception ex) |
int |
showErrorWarning(Component parent,
String key,
Exception ex,
String buttons) |
int |
showErrorWarning(Component parent,
String key,
List<Object> values,
Exception ex,
String buttons) |
int |
showErrorWarning(Component parent,
String key,
String value,
Exception ex,
String buttons) |
boolean |
showInputDlg(Component parent,
JComponent mainComponent,
String titleKey) |
boolean |
showInputDlg(Component parent,
JComponent mainComponent,
String titleKey,
String buttons) |
boolean |
showInputDlg(Component parent,
JComponent mainComponent,
String titleKey,
String buttons,
boolean centerOnParent) |
boolean |
showInputDlg(Component parent,
String[] msgKeys,
String[] shortPromptKeys,
JComponent[] promptObjects,
String titleKey) |
String |
showInputDlg(Component parent,
String[] msgKeys,
String shortPromptKey,
String initialValue,
String titleKey,
boolean isPassword) |
String |
showInputDlg(Component parent,
String msgKey,
String shortPromptKey,
String initialValue,
String titleKey,
boolean isPassword) |
int |
showQuestionDlg(Component parent,
String key,
String titleKey,
String buttons) |
int |
showQuestionDlgObj(Component parent,
Object msg,
String titleKey,
String buttons) |