< prev index next >

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

Print this page

        

*** 1077,1088 **** } } /** ! * Returnst he CssMetaData associated with this class, which may include the * CssMetaData of its superclasses. */ public static List<CssMetaData<? extends Styleable, ?>> getClassCssMetaData() { return StyleableProperties.STYLEABLES; } } --- 1077,1090 ---- } } /** ! * 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; } }
< prev index next >