Java Doc for CssEngineServiceImpl.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.CssEngineServiceImpl

CssEngineServiceImpl
final public class CssEngineServiceImpl implements CssEngineService(Code)
Impl of the CssEngineService. XXX Impl code copied from various places before spread in the modules.
author:
   Peter Zavadsky




Method Summary
public  voidaddTransientStyleSheetNodeForDocument(Document document, Node styleSheetNode)
    
public  voidclearComputedStylesForElement(Element element)
    
public  voidclearEngineStyleLookupCount()
    
public  voidclearTransientStyleSheetNodesForDocument(Document document)
    
public  voidcreateCssEngineForDocument(Document document, URL url)
    
public  ElementcreatePreviewElementForDocument(Document document, URL base, String styles)
    
public  voidflushStyleSheetCache()
    
static  CssEngineServiceImplget()
    
public  StringgetAllComputedStylesForElement(Element element)
    
public  StringgetAllRulesForElement(Element element)
    
public  StringgetAllStylesForElement(Element element)
    
public  URLgetBackgroundImageUrlForElement(Element element, URL baseUrl)
    
public  CssValuegetComputedValueForElement(Element element, int propIndex)
    
 CssValueImplgetComputedValueImplForElement(Element element, int propIndex)
    
public  String[]getCssIdentifiers(String propertyName)
    
public  String[]getCssProperties()
    
public  Collection<String>getCssStyleClassesForDocument(Document document)
    
public static  CssEngineServicegetDefault()
    
public  intgetEngineStyleLookupCount()
    
public  StringgetStringFromStyleMapForDocument(Document document, Map<String, String> styleMap)
    
public  Map<String, String>getStyleMapFromStringForDocument(Document document, String style)
    
public  ElementgetStyleParentForElement(Element element)
    
public  String[]getStyleResourcesForElement(Element element, String rules, Document doc, URL docUrl, int[] indexesToMatch)
    
public  ResourceData[]getStyleResourcesForRules(String rules, Document doc, URL docUrl, URL base, int[] indexesToMatch)
    
public  ResourceData[]getStyleResourcesForUrl(URL url, Document doc, URL docUrl, int[] indexesToMatch)
    
public  StringgetUpdatedLocalStyleValuesForElement(Element element, StyleData[] stylesToSet, StyleData[] stylesToRemove)
    
static  CssUserAgentInfogetUserAgentInfo()
    
public  intgetXhtmlPropertyIndex(String property)
    
public  booleanisDefaultStyleValueForElement(Element element, String pseudo, int propIndex)
    
public  booleanisInheritedStyleValueForElement(Element element, int propIndex)
    
public  booleanisInlineStyleValue(Element element, int propidx)
    
public  CssSyntaxErrorInfo[]parseCss(javax.swing.text.Document document)
    
public  StyleSheetparseStyleSheetForDocument(Document document, String rules, URL uri, String media, Object location)
    
public  StyleSheetparseStyleSheetForDocument(Document document, URL uri, String media, Object location)
    
public  voidrefreshStylesForDocument(Document document)
    
public  voidremoveCssEngineForDocument(Document document)
    
public  voidreuseCssEngineForDocument(Document document, Document originalDocument)
    
public  voidsetNullErrorHandlerForDocument(Document document)
    
public  voidsetSilentErrorHandlerForDocument(Document document)
    
public  voidsetStyleAttributeForElement(Element element, String value)
    
public  voidsetStyleParentForElement(Element element, Element styleParent)
    
public  voiduncomputeValueForElement(Element element, int propIndex)
    



Method Detail
addTransientStyleSheetNodeForDocument
public void addTransientStyleSheetNodeForDocument(Document document, Node styleSheetNode)(Code)



clearComputedStylesForElement
public void clearComputedStylesForElement(Element element)(Code)



clearEngineStyleLookupCount
public void clearEngineStyleLookupCount()(Code)



clearTransientStyleSheetNodesForDocument
public void clearTransientStyleSheetNodesForDocument(Document document)(Code)



createCssEngineForDocument
public void createCssEngineForDocument(Document document, URL url)(Code)



createPreviewElementForDocument
public Element createPreviewElementForDocument(Document document, URL base, String styles)(Code)



flushStyleSheetCache
public void flushStyleSheetCache()(Code)



get
static CssEngineServiceImpl get()(Code)



getAllComputedStylesForElement
public String getAllComputedStylesForElement(Element element)(Code)



getAllRulesForElement
public String getAllRulesForElement(Element element)(Code)



getAllStylesForElement
public String getAllStylesForElement(Element element)(Code)



getBackgroundImageUrlForElement
public URL getBackgroundImageUrlForElement(Element element, URL baseUrl)(Code)



getComputedValueForElement
public CssValue getComputedValueForElement(Element element, int propIndex)(Code)



getComputedValueImplForElement
CssValueImpl getComputedValueImplForElement(Element element, int propIndex)(Code)



getCssIdentifiers
public String[] getCssIdentifiers(String propertyName)(Code)



getCssProperties
public String[] getCssProperties()(Code)



getCssStyleClassesForDocument
public Collection<String> getCssStyleClassesForDocument(Document document)(Code)



getDefault
public static CssEngineService getDefault()(Code)



getEngineStyleLookupCount
public int getEngineStyleLookupCount()(Code)



getStringFromStyleMapForDocument
public String getStringFromStyleMapForDocument(Document document, Map<String, String> styleMap)(Code)



getStyleMapFromStringForDocument
public Map<String, String> getStyleMapFromStringForDocument(Document document, String style)(Code)



getStyleParentForElement
public Element getStyleParentForElement(Element element)(Code)



getStyleResourcesForElement
public String[] getStyleResourcesForElement(Element element, String rules, Document doc, URL docUrl, int[] indexesToMatch)(Code)



getStyleResourcesForRules
public ResourceData[] getStyleResourcesForRules(String rules, Document doc, URL docUrl, URL base, int[] indexesToMatch)(Code)



getStyleResourcesForUrl
public ResourceData[] getStyleResourcesForUrl(URL url, Document doc, URL docUrl, int[] indexesToMatch)(Code)



getUpdatedLocalStyleValuesForElement
public String getUpdatedLocalStyleValuesForElement(Element element, StyleData[] stylesToSet, StyleData[] stylesToRemove) throws Exception(Code)



getUserAgentInfo
static CssUserAgentInfo getUserAgentInfo()(Code)



getXhtmlPropertyIndex
public int getXhtmlPropertyIndex(String property)(Code)



isDefaultStyleValueForElement
public boolean isDefaultStyleValueForElement(Element element, String pseudo, int propIndex)(Code)



isInheritedStyleValueForElement
public boolean isInheritedStyleValueForElement(Element element, int propIndex)(Code)



isInlineStyleValue
public boolean isInlineStyleValue(Element element, int propidx)(Code)



parseCss
public CssSyntaxErrorInfo[] parseCss(javax.swing.text.Document document)(Code)



parseStyleSheetForDocument
public StyleSheet parseStyleSheetForDocument(Document document, String rules, URL uri, String media, Object location)(Code)



parseStyleSheetForDocument
public StyleSheet parseStyleSheetForDocument(Document document, URL uri, String media, Object location)(Code)



refreshStylesForDocument
public void refreshStylesForDocument(Document document)(Code)



removeCssEngineForDocument
public void removeCssEngineForDocument(Document document)(Code)



reuseCssEngineForDocument
public void reuseCssEngineForDocument(Document document, Document originalDocument)(Code)



setNullErrorHandlerForDocument
public void setNullErrorHandlerForDocument(Document document)(Code)



setSilentErrorHandlerForDocument
public void setSilentErrorHandlerForDocument(Document document)(Code)



setStyleAttributeForElement
public void setStyleAttributeForElement(Element element, String value)(Code)



setStyleParentForElement
public void setStyleParentForElement(Element element, Element styleParent)(Code)



uncomputeValueForElement
public void uncomputeValueForElement(Element element, int propIndex)(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.