HEADER

ru.biosoft.util
Class ApplicationUtils


public class ApplicationUtils


Method Summary
 static ImageIcongetImageIcon(URL url)
           
 static ImageIcongetImageIcon(String imagename)
           
 static ImageIcongetResourceImageIcon(String imagename)
           
 static booleanisEmpty(Object value)
           
 static voidmoveToCenter(Component f)
           
 static voidremoveDir(File dir)
           
 static voidsetResourcesPath(String str)
           
 static voidsortFiles(File[] files)
           
 static Stringsubst(String text, String fromText, String toText, String defText)
           

Method Detail

getImageIcon

public static ImageIcon getImageIcon(URL url)

getImageIcon

public static ImageIcon getImageIcon(String imagename)

getResourceImageIcon

public static ImageIcon getResourceImageIcon(String imagename)

isEmpty

public static boolean isEmpty(Object value)

moveToCenter

public static void moveToCenter(Component f)

removeDir

public static void removeDir(File dir)

setResourcesPath

public static void setResourcesPath(String str)

sortFiles

public static void sortFiles(File[] files)

subst

public static String subst(String text, String fromText, String toText, String defText)

Association Links

to Class java.util.zip.ZipFile

to Class java.lang.String

to Class ru.biosoft.util.ApplicationUtils

to Class ru.biosoft.util.ApplicationUtils

to Class org.apache.log4j.Category

to Class java.util.HashMap


FOOTER

BOTTOM