| java.lang.Object org.netbeans.modules.visualweb.api.designer.DesignerServiceHackProvider
DesignerServiceHackProvider | final public class DesignerServiceHackProvider (Code) | | XXX Old API, which we wan't to get rid of.
Don't add any new methods here. There should be DesignerService
or DesignerUtilities which will offer stable API.
author: Peter Zavadsky |
Method Summary | |
public static Element | getCellComponent(Object tableInfo, int row, int column) | public static 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) | 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) | | |
getCellElement | public static Element getCellElement(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) | | |
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) | | |
|
|