| java.lang.Object org.netbeans.modules.visualweb.complib.PaletteUtil
PaletteUtil | class PaletteUtil (Code) | | Facade to simplify interface to underlying NetBeans Palette API
author: Edwin Goei |
Inner Class :static class Palette extends AbstractPaletteNode | |
Inner Class :static class Category extends AbstractPaletteNode | |
Inner Class :static class Item extends AbstractPaletteNode | |
Method Summary | |
public static List<Category> | getAllCategories() | public static List<Palette> | getPaletteRoots(Complib complib) Return a list of palettes to install components from a complib based on the required Java EE
spec version declared in the complib. | public static boolean | isCreatedByComplib(FileObject category) Return true iff the category represented by the FileObject was automatically created by the
complib module as opposed, for example, created by the user. |
getAllCategories | public static List<Category> getAllCategories()(Code) | | Returns a list of all categories from all palettes
|
getPaletteRoots | public static List<Palette> getPaletteRoots(Complib complib)(Code) | | Return a list of palettes to install components from a complib based on the required Java EE
spec version declared in the complib.
Parameters: complib - |
isCreatedByComplib | public static boolean isCreatedByComplib(FileObject category)(Code) | | Return true iff the category represented by the FileObject was automatically created by the
complib module as opposed, for example, created by the user.
Parameters: category - |
|
|