public class DawnUtilities extends Utilities
JDK_VERSION, OPEN, SAVE, SCRIPT| Constructor and Description |
|---|
DawnUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
escape(java.lang.String in)
Parsers a string and turn common escape sequences into special chars like
\n (carriage return) \t (tab space) \\ (single \ character) ...
|
static java.lang.String |
unescape(java.lang.String in) |
beep, beginsWithRoot, centerComponent, centerComponentChild, chooseFile, chooseFiles, classToFile, constructPath, copy, copy, createWhiteSpace, createWhiteSpace, downloadFile, downloadFile, fileToClass, getHomeDirectory, getIcon, getImage, getLeadingWhiteSpace, getLeadingWhiteSpaceWidth, getRealLength, getRoot, getScreenDimension, getShortStringOf, getUserDirectory, getWildCardMatches, getWildCardMatches, globToRE, listFiles, listFiles, match, setCursorOnWait, showError, showMessage, showMessage, sortStringspublic static java.lang.String unescape(java.lang.String in)
public static java.lang.String escape(java.lang.String in)
in - The String to be parsedCopyright ? 2002 Romain Guy.