Uses of Class
javafx.css.Match

Packages that use Match
Package
Description
Provides API for making properties styleable via CSS and for supporting pseudo-class state.
  • Uses of Match in javafx.css

    Classes in javafx.css that implement interfaces with type arguments of type Match
    Modifier and Type
    Class
    Description
    final class 
    Used by Rule to determine whether or not the selector applies to a given object.
    Methods in javafx.css that return Match
    Modifier and Type
    Method
    Description
    final Match
    Selector.createMatch()
    Creates a Match.
    Methods in javafx.css with parameters of type Match
    Modifier and Type
    Method
    Description
    int
    Match.compareTo(Match o)
    Compares this object with the given Match object.