All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static String |
chooseFilenameWithConfirm(Component comp,
JFileChooser fileChooser) |
static Object |
coerce(Object val,
Class clz) |
static boolean |
confirmOverwrite(Component comp,
File file) |
static Double |
convertDouble(String str) |
static Integer |
convertInteger(String str) |
static void |
copyToClipboard(Object o,
boolean isFormatted) |
static JButton |
createButton(ImageIcon icon,
String tip,
ActionListener action) |
static JButton |
createButton(String title,
String tip,
ActionListener action) |
static FileFilter |
createFileFilter(String description,
String extension)
Example usage:
|
static Transferable |
getContents(Clipboard clipboard) |
static Double |
getDouble(JTextField txt,
Double defaultVal) |
static Object |
getFromClipboard() |
static Integer |
getInteger(JTextField txt,
Integer defaultVal) |
static void |
reportException(Component c,
Exception e) |
static void |
setEnabledWithBackground(Component comp,
boolean isEnabled) |
static Object |
value(JComboBox cb,
Object[] val) |
static String |
value(JTextComponent txt) |