| java.lang.Object org.netbeans.modules.visualweb.designer.DesignerServiceHackProviderImpl
DesignerServiceHackProviderImpl | final public class DesignerServiceHackProviderImpl (Code) | | Implementation of the DesignerService API.
author: Tor Norbye |
Method Summary | |
public static Element | getCellComponent(Object tableInfo, int row, int column) | public static org.w3c.dom.Element | getCellElement(Object tableInfo, int row, int column) | public static int | getColSpan(Object tableInfo, int row, int column) | public static int | getColumnCount(Object tableInfo) | public static Image | getCssPreviewImage(Designer designer, Graphics2D g2d, String cssStyle, String[] cssStyleClasses, Element componentRootElement, DocumentFragment df, Element element, int width, int height) | public static Image | getCssPreviewImage(Map<String, String> properties, URL base, int width, int height, int defaultFontSize) | public static Image | getPageBoxPreviewImage(Designer designer, int width, int height) Computes a preview image of the specified size for given DataObject .
the image or null if the specified DataObject is not a webform one. | public static int | getRowCount(Object tableInfo) | public static int | getRowSpan(Object tableInfo, int row, int column) | public static boolean | isTableBox(Object box) |
getCellComponent | public static Element getCellComponent(Object tableInfo, int row, int column)(Code) | | |
getColSpan | public static int getColSpan(Object tableInfo, int row, int column)(Code) | | |
getColumnCount | public static int getColumnCount(Object tableInfo)(Code) | | |
getCssPreviewImage | public static Image getCssPreviewImage(Map<String, String> properties, URL base, int width, int height, int defaultFontSize)(Code) | | |
getPageBoxPreviewImage | public static Image getPageBoxPreviewImage(Designer designer, int width, int height)(Code) | | Computes a preview image of the specified size for given DataObject .
the image or null if the specified DataObject is not a webform one. |
getRowCount | public static int getRowCount(Object tableInfo)(Code) | | |
getRowSpan | public static int getRowSpan(Object tableInfo, int row, int column)(Code) | | |
isTableBox | public static boolean isTableBox(Object box)(Code) | | |
|
|