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

    Methods in javafx.css that return Match
    Modifier and Type
    Method
    Description
    CompoundSelector.createMatch()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    abstract Match
    Selector.createMatch()
    Creates a Match.
    SimpleSelector.createMatch()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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.