java.lang.Object
org.jext.Utilities
org.jext.dawn.DawnUtilities
- public class DawnUtilities
- extends org.jext.Utilities
This class contains some utility methods needed by Dawn or its functions.
| Methods inherited from class org.jext.Utilities |
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, sortStrings |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DawnUtilities
public DawnUtilities()
unescape
public static java.lang.String unescape(java.lang.String in)
escape
public 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) ...