< prev index next >

modules/graphics/src/main/java/javafx/css/Styleable.java

Print this page

        

*** 31,41 **** import javafx.collections.ObservableSet; import javafx.scene.Node; /** * Styleable comprises the minimal interface required for an object to be styled by CSS. ! * @see <a href="../scene/doc-files/cssref.html">CSS Reference Guide</a>. * @since JavaFX 8.0 */ public interface Styleable { /** --- 31,41 ---- import javafx.collections.ObservableSet; import javafx.scene.Node; /** * Styleable comprises the minimal interface required for an object to be styled by CSS. ! * @see <a href="../scene/doc-files/cssref.html">CSS Reference Guide</a> * @since JavaFX 8.0 */ public interface Styleable { /**
< prev index next >