| org.netbeans.modules.visualweb.api.designer.DomProvider
All known Subclasses: org.netbeans.modules.visualweb.designer.jsf.DomProviderImpl, org.netbeans.modules.visualweb.designer.jsf.text.DomDocumentImpl, org.netbeans.modules.visualweb.designer.jsf.InlineEditorSupportImpl, org.netbeans.modules.visualweb.designer.jsf.text.DomRangeImpl,
DomProvider | public interface DomProvider (Code) | | author: Peter Zavadsky |
Inner Class :public interface InlineEditorSupport | |
Inner Class :public interface DomDocument | |
Inner Class :public interface DomPosition | |
Inner Class :public interface DomRange | |
Inner Class :public interface DomDocumentListener extends EventListener | |
Inner Class :public interface DomDocumentEvent | |
Method Summary | |
public boolean | canDropComponentsAtNode(Element[] componentRootElements, Node node) | public boolean | canHighlightComponentRootElmenet(Element componentRootElement) | public boolean | canImport(JComponent comp, DataFlavor[] transferFlavors, Transferable transferable) | public int | compareBoundaryPoints(Node endPointA, int offsetA, Node endPointB, int offsetB) | public int | computeActions(Element dropeeComponentRootElement, Transferable transferable) | public DomPosition | createDomPosition(Node node, int offset, DomPosition.Bias bias) | public DomPosition | createDomPosition(Node node, boolean after) | public DomRange | createDomRange(Node dotNode, int dotOffset, Node markNode, int markOffset) | public InlineEditorSupport | createInlineEditorSupport(Element componentRootElement, String propertyName, String xpath) | public DomPosition | first(DomPosition dot, DomPosition mark) | public URL | getBaseUrl() | public Element | getComponentRootElementEquivalentTo(Element oldComponentRootElement) | public Decoration | getDecoration(Element element) | public DomDocument | getDomDocument() | public DomProviderService | getDomProviderService() | public int | getDropType(Element origDropeeComponentRootElement, Element droppeeElement, Transferable t, boolean linkOnly) | public int | getDropTypeForComponent(Element origDropeeComponentRootElement, Element droppeeElement, Element componentRootElement, boolean linkOnly) | public Designer[] | getExternalDesigners(URL url) | public Element | getHtmlBody() XXX Gets the body element. | public Document | getHtmlDom() Gets html document. | public PaletteController | getPaletteController() Gets PaletteController associated with this DomProvider . | public boolean | hasCachedExternalFrames() | public boolean | importData(Designer designer, JComponent comp, Transferable t, Point canvasPos, Node documentPosNode, int documentPosOffset, Dimension dimension, boolean isGrid, Element droppeeElement, Element dropeeComponentRootElement, int dropAction) | public void | importString(Designer designer, String string, Point canvasPos, Node documentPosNode, int documentPosOffset, Dimension dimension, boolean isGrid, Element droppeeElement, Element dropeeComponentRootElement) | public boolean | isFormComponent(Element componentRootElement) | public boolean | isGridMode() | public boolean | isRenderedNode(Node node) | public DomPosition | last(DomPosition dot, DomPosition mark) | public boolean | moveComponent(Element componentRootElement, Node parentNode, Node before) | public void | paintDesignerDecorations(Graphics2D g, Designer designer) | public int | processLinks(Element origElement, Element componentRootElement) | public URL | resolveUrl(String urlString) |
DROP_DENIED | final public static int DROP_DENIED(Code) | | State indicating that a drop is not allowed
|
DROP_LINKED | final public static int DROP_LINKED(Code) | | State indicating that the drop is allowed and the bean will be
parented by one of the beans under the cursor
|
DROP_PARENTED | final public static int DROP_PARENTED(Code) | | State indicating that the drop is allowed and will cause a link
|
canDropComponentsAtNode | public boolean canDropComponentsAtNode(Element[] componentRootElements, Node node)(Code) | | |
canHighlightComponentRootElmenet | public boolean canHighlightComponentRootElmenet(Element componentRootElement)(Code) | | |
compareBoundaryPoints | public int compareBoundaryPoints(Node endPointA, int offsetA, Node endPointB, int offsetB)(Code) | | |
createDomPosition | public DomPosition createDomPosition(Node node, int offset, DomPosition.Bias bias)(Code) | | |
createDomPosition | public DomPosition createDomPosition(Node node, boolean after)(Code) | | |
createDomRange | public DomRange createDomRange(Node dotNode, int dotOffset, Node markNode, int markOffset)(Code) | | |
createInlineEditorSupport | public InlineEditorSupport createInlineEditorSupport(Element componentRootElement, String propertyName, String xpath)(Code) | | |
first | public DomPosition first(DomPosition dot, DomPosition mark)(Code) | | |
getComponentRootElementEquivalentTo | public Element getComponentRootElementEquivalentTo(Element oldComponentRootElement)(Code) | | |
getDomDocument | public DomDocument getDomDocument()(Code) | | |
getDropTypeForComponent | public int getDropTypeForComponent(Element origDropeeComponentRootElement, Element droppeeElement, Element componentRootElement, boolean linkOnly)(Code) | | |
getHtmlBody | public Element getHtmlBody()(Code) | | XXX Gets the body element.
|
getPaletteController | public PaletteController getPaletteController()(Code) | | Gets PaletteController associated with this DomProvider .
|
hasCachedExternalFrames | public boolean hasCachedExternalFrames()(Code) | | |
importData | public boolean importData(Designer designer, JComponent comp, Transferable t, Point canvasPos, Node documentPosNode, int documentPosOffset, Dimension dimension, boolean isGrid, Element droppeeElement, Element dropeeComponentRootElement, int dropAction)(Code) | | |
isFormComponent | public boolean isFormComponent(Element componentRootElement)(Code) | | |
isGridMode | public boolean isGridMode()(Code) | | |
isRenderedNode | public boolean isRenderedNode(Node node)(Code) | | |
last | public DomPosition last(DomPosition dot, DomPosition mark)(Code) | | |
moveComponent | public boolean moveComponent(Element componentRootElement, Node parentNode, Node before)(Code) | | |
|
|