< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableColumnHeader.java

Print this page

        

*** 1093,1104 **** } } /** ! * Returnst the CssMetaData associated with this class, which may include the * CssMetaData of its superclasses. * @return the CssMetaData associated with this class, which may include the * CssMetaData of its superclasses */ public static List<CssMetaData<? extends Styleable, ?>> getClassCssMetaData() { return StyleableProperties.STYLEABLES; --- 1093,1105 ---- } } /** ! * Returns the CssMetaData associated with this class, which may include the * CssMetaData of its superclasses. + * * @return the CssMetaData associated with this class, which may include the * CssMetaData of its superclasses */ public static List<CssMetaData<? extends Styleable, ?>> getClassCssMetaData() { return StyleableProperties.STYLEABLES;
< prev index next >