Static Public Member Functions | |
static String | padString (String theString, int theLength) |
static String | padString (String theString, int theLength, char c) |
static void | copyFile (String fileName, String targetFileName) throws IOException |
static String | extractDate (String dbDate) |
static String | extractSCTDAQDate (String dbDate) |
static void | writeTXT (File file, javax.swing.table.AbstractTableModel db) |
static double | getCorrectedCurrent (double uncorrectedCurrent, double temperature) |
static String | getStyleSheet2 () |
static String | getStyleSheet () |
static String | getHTMLHeader (String title) |
static String | getHTMLFooter () |
static String | getTodaysDate () |
static String | getTodaysDate (boolean longFormat) |
static String | getCurrentTime () |
static Integer | getIntFromHex (String string) |
Definition at line 6 of file DaveUtils.java.