Class CssParserJavaFacet

  • All Implemented Interfaces:
    JavaFacet

    public class CssParserJavaFacet
    extends java.lang.Object
    implements JavaFacet
    CssParser JavaFacet.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javafx.beans.property.ReadOnlyProperty<java.lang.String> errorProperty​(java.lang.ClassLoader classLoader)
      Obtains the StringProperty to the CSS errors.
      boolean isSupported​(JavaFacetContext context)
      Indicates if the facet is supported.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CssParserJavaFacet

        public CssParserJavaFacet()
    • Method Detail

      • errorProperty

        public static javafx.beans.property.ReadOnlyProperty<java.lang.String> errorProperty​(java.lang.ClassLoader classLoader)
        Obtains the StringProperty to the CSS errors.
        Parameters:
        classLoader - ClassLoader.
        Returns:
        StringProperty to the CSS errors.
      • isSupported

        public boolean isSupported​(JavaFacetContext context)
                            throws java.lang.Exception
        Description copied from interface: JavaFacet
        Indicates if the facet is supported.
        Specified by:
        isSupported in interface JavaFacet
        Parameters:
        context - JavaFacetContext.
        Returns:
        true if the facet is supported.
        Throws:
        java.lang.Exception - If fails to determine if facet is supported.