| java.lang.Object org.netbeans.modules.visualweb.palette.codeclips.CodeClipUtilities
CodeClipUtilities | public class CodeClipUtilities (Code) | | |
Method Summary | |
public static void | createCodeClip(DataFolder categoryFolder) | public static void | createCodeClipFile(FileObject folder, String body, String displayNameString, String tooltip) Creates a code clip and uses the displayNameString as the name without checking the bundle file. | public static void | createCodeClipFile(FileObject folder, String body, String displayNameString, String bundleName, String tooltip) | public static String | fillFromBundle(String body, String bundleName) | public static String | getFreeFileName(FileObject folder, String filename, String nameExt) | public static String | parseClipForParams(String title, String str) |
createCodeClip | public static void createCodeClip(DataFolder categoryFolder)(Code) | | Creates a new instance of CodeClipUtilities
|
createCodeClipFile | public static void createCodeClipFile(FileObject folder, String body, String displayNameString, String tooltip) throws IOException(Code) | | Creates a code clip and uses the displayNameString as the name without checking the bundle file.
|
createCodeClipFile | public static void createCodeClipFile(FileObject folder, String body, String displayNameString, String bundleName, String tooltip) throws IOException(Code) | | Creates a code clip
Parameters: folder - the fileObject or category in which you wan the codeClipCreated Parameters: body - the body of the codeclip Parameters: displayNameString - the codeclip name (it will be localized if a valid bundle file is given) Parameters: localizingBundle - the bundle file for which to find the display name string. Parameters: image - the image file associated with this codeclip. |
|
|