Java Doc for PreviewElement.java in  » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » designer » cssengine » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » visualweb.api.designer » org.netbeans.modules.visualweb.designer.cssengine 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.visualweb.designer.cssengine.PreviewElement

PreviewElement
class PreviewElement implements CSSStylableElement(Code)
This class represents a DOM element which can be used for preview purposes where I want to do layout based on styles but don't have an associated comment. I can set a stylestring on the element and then have the CSS lookup routines find these styles using the standard style interface on the element.
author:
   Tor Norbye



Constructor Summary
public  PreviewElement(Document document, URL base, String styles)
    

Method Summary
public  org.w3c.dom.NodeappendChild(org.w3c.dom.Node node)
    
public  org.w3c.dom.NodecloneNode(boolean param)
    
public  shortcompareDocumentPosition(Node other)
    
public  StringgetAttribute(String str)
    
public  StringgetAttributeNS(String str, String str1)
    
public  org.w3c.dom.AttrgetAttributeNode(String str)
    
public  org.w3c.dom.AttrgetAttributeNodeNS(String str, String str1)
    
public  org.w3c.dom.NamedNodeMapgetAttributes()
    
public  StringgetBaseURI()
    
public  URLgetCSSBase()
     Returns the CSS base URL of this element.
public  StringgetCSSClass()
     Returns the class of this element.
public  org.w3c.dom.NodeListgetChildNodes()
    
public  StyleMapgetComputedStyleMap(String pseudoElement)
     Returns the computed style of this element/pseudo-element.
public  org.w3c.dom.NodeListgetElementsByTagName(String str)
    
public  org.w3c.dom.NodeListgetElementsByTagNameNS(String str, String str1)
    
public  ObjectgetFeature(String feature, String version)
    
public  org.w3c.dom.NodegetFirstChild()
    
public  org.w3c.dom.NodegetLastChild()
    
public  StringgetLocalName()
    
public  StringgetNamespaceURI()
    
public  org.w3c.dom.NodegetNextSibling()
    
public  StringgetNodeName()
    
public  shortgetNodeType()
    
public  StringgetNodeValue()
    
public  org.w3c.dom.DocumentgetOwnerDocument()
    
public  org.w3c.dom.NodegetParentNode()
    
public  StringgetPrefix()
    
public  org.w3c.dom.NodegetPreviousSibling()
    
public  TypeInfogetSchemaTypeInfo()
    
public  StringgetTagName()
    
public  StringgetTextContent()
    
public  ObjectgetUserData(String key)
    
public  StringgetXMLId()
     Returns the ID of this element.
public  booleanhasAttribute(String str)
    
public  booleanhasAttributeNS(String str, String str1)
    
public  booleanhasAttributes()
    
public  booleanhasChildNodes()
    
public  org.w3c.dom.NodeinsertBefore(org.w3c.dom.Node node, org.w3c.dom.Node node1)
    
public  booleanisDefaultNamespace(String namespaceURI)
    
public  booleanisEqualNode(Node arg)
    
public  booleanisPseudoInstanceOf(String pseudoClass)
     Tells whether this element is an instance of the given pseudo class.
public  booleanisSameNode(Node other)
    
public  booleanisSupported(String str, String str1)
    
public  StringlookupNamespaceURI(String prefix)
    
public  StringlookupPrefix(String namespaceURI)
    
public  voidnormalize()
    
public  voidremoveAttribute(String str)
    
public  voidremoveAttributeNS(String str, String str1)
    
public  org.w3c.dom.AttrremoveAttributeNode(org.w3c.dom.Attr attr)
    
public  org.w3c.dom.NoderemoveChild(org.w3c.dom.Node node)
    
public  org.w3c.dom.NodereplaceChild(org.w3c.dom.Node node, org.w3c.dom.Node node1)
    
public  voidsetAttribute(String str, String str1)
    
public  voidsetAttributeNS(String str, String str1, String str2)
    
public  org.w3c.dom.AttrsetAttributeNode(org.w3c.dom.Attr attr)
    
public  org.w3c.dom.AttrsetAttributeNodeNS(org.w3c.dom.Attr attr)
    
public  voidsetComputedStyleMap(String pseudoElement, StyleMap sm)
     Sets the computed style of this element/pseudo-element.
public  voidsetIdAttribute(String name, boolean isId)
    
public  voidsetIdAttributeNS(String namespaceURI, String localName, boolean isId)
    
public  voidsetIdAttributeNode(Attr idAttr, boolean isId)
    
public  voidsetNodeValue(String str)
    
public  voidsetPrefix(String str)
    
public  voidsetTextContent(String textContent)
    
public  ObjectsetUserData(String key, Object data, UserDataHandler handler)
    


Constructor Detail
PreviewElement
public PreviewElement(Document document, URL base, String styles)(Code)




Method Detail
appendChild
public org.w3c.dom.Node appendChild(org.w3c.dom.Node node) throws org.w3c.dom.DOMException(Code)



cloneNode
public org.w3c.dom.Node cloneNode(boolean param)(Code)



compareDocumentPosition
public short compareDocumentPosition(Node other)(Code)



getAttribute
public String getAttribute(String str)(Code)



getAttributeNS
public String getAttributeNS(String str, String str1)(Code)



getAttributeNode
public org.w3c.dom.Attr getAttributeNode(String str)(Code)



getAttributeNodeNS
public org.w3c.dom.Attr getAttributeNodeNS(String str, String str1)(Code)



getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()(Code)



getBaseURI
public String getBaseURI()(Code)



getCSSBase
public URL getCSSBase()(Code)
Returns the CSS base URL of this element.



getCSSClass
public String getCSSClass()(Code)
Returns the class of this element.



getChildNodes
public org.w3c.dom.NodeList getChildNodes()(Code)



getComputedStyleMap
public StyleMap getComputedStyleMap(String pseudoElement)(Code)
Returns the computed style of this element/pseudo-element.



getElementsByTagName
public org.w3c.dom.NodeList getElementsByTagName(String str)(Code)



getElementsByTagNameNS
public org.w3c.dom.NodeList getElementsByTagNameNS(String str, String str1)(Code)



getFeature
public Object getFeature(String feature, String version)(Code)



getFirstChild
public org.w3c.dom.Node getFirstChild()(Code)



getLastChild
public org.w3c.dom.Node getLastChild()(Code)



getLocalName
public String getLocalName()(Code)



getNamespaceURI
public String getNamespaceURI()(Code)



getNextSibling
public org.w3c.dom.Node getNextSibling()(Code)



getNodeName
public String getNodeName()(Code)



getNodeType
public short getNodeType()(Code)



getNodeValue
public String getNodeValue() throws org.w3c.dom.DOMException(Code)



getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()(Code)



getParentNode
public org.w3c.dom.Node getParentNode()(Code)



getPrefix
public String getPrefix()(Code)



getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()(Code)



getSchemaTypeInfo
public TypeInfo getSchemaTypeInfo()(Code)



getTagName
public String getTagName()(Code)



getTextContent
public String getTextContent()(Code)



getUserData
public Object getUserData(String key)(Code)



getXMLId
public String getXMLId()(Code)
Returns the ID of this element.



hasAttribute
public boolean hasAttribute(String str)(Code)



hasAttributeNS
public boolean hasAttributeNS(String str, String str1)(Code)



hasAttributes
public boolean hasAttributes()(Code)



hasChildNodes
public boolean hasChildNodes()(Code)



insertBefore
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node node, org.w3c.dom.Node node1) throws org.w3c.dom.DOMException(Code)



isDefaultNamespace
public boolean isDefaultNamespace(String namespaceURI)(Code)



isEqualNode
public boolean isEqualNode(Node arg)(Code)



isPseudoInstanceOf
public boolean isPseudoInstanceOf(String pseudoClass)(Code)
Tells whether this element is an instance of the given pseudo class.



isSameNode
public boolean isSameNode(Node other)(Code)



isSupported
public boolean isSupported(String str, String str1)(Code)



lookupNamespaceURI
public String lookupNamespaceURI(String prefix)(Code)



lookupPrefix
public String lookupPrefix(String namespaceURI)(Code)



normalize
public void normalize()(Code)



removeAttribute
public void removeAttribute(String str) throws org.w3c.dom.DOMException(Code)



removeAttributeNS
public void removeAttributeNS(String str, String str1) throws org.w3c.dom.DOMException(Code)



removeAttributeNode
public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr attr) throws org.w3c.dom.DOMException(Code)



removeChild
public org.w3c.dom.Node removeChild(org.w3c.dom.Node node) throws org.w3c.dom.DOMException(Code)



replaceChild
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node node, org.w3c.dom.Node node1) throws org.w3c.dom.DOMException(Code)



setAttribute
public void setAttribute(String str, String str1) throws org.w3c.dom.DOMException(Code)



setAttributeNS
public void setAttributeNS(String str, String str1, String str2) throws org.w3c.dom.DOMException(Code)



setAttributeNode
public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr attr) throws org.w3c.dom.DOMException(Code)



setAttributeNodeNS
public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr attr) throws org.w3c.dom.DOMException(Code)



setComputedStyleMap
public void setComputedStyleMap(String pseudoElement, StyleMap sm)(Code)
Sets the computed style of this element/pseudo-element.



setIdAttribute
public void setIdAttribute(String name, boolean isId) throws DOMException(Code)



setIdAttributeNS
public void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException(Code)



setIdAttributeNode
public void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException(Code)



setNodeValue
public void setNodeValue(String str) throws org.w3c.dom.DOMException(Code)



setPrefix
public void setPrefix(String str) throws org.w3c.dom.DOMException(Code)



setTextContent
public void setTextContent(String textContent)(Code)



setUserData
public Object setUserData(String key, Object data, UserDataHandler handler)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.