| java.lang.Object net.xoetrope.builder.editor.XEditorUtilities
XEditorUtilities | public class XEditorUtilities (Code) | | A collection of useful methods
Copyright (c) Xoetrope Ltd., 2002-2003
$Revision: 1.12 $
License: see License.txt
|
copyFile | public static boolean copyFile(Class clazz, String source, String target)(Code) | | Copy a file specified by the source path to the target path
Parameters: clazz - a class whos classloader will be used to load the resource Parameters: source - the file which we want to copy Parameters: target - the file we want to create true if the copy operation was successful, otherwise false is returned |
copyFile | public static boolean copyFile(String source, String target)(Code) | | Copy a file specified by the source path to the target path
Parameters: source - the file which we want to copy Parameters: target - the file we want to create true if the copy operation was successful, otherwise false is returned |
createDir | public static void createDir(String filename)(Code) | | Create the directory specified by filename
Parameters: filename - the directory to create |
setDefaultFont | public static void setDefaultFont(Container cont)(Code) | | Set the default font for all the components in this container.
Parameters: cont - the container |
|
|