RFR: 8320796: CssMetaData.initStyleables() [v2]
Andy Goryachev
angorya at openjdk.org
Mon Nov 27 21:39:31 UTC 2023
> Provides a public utility method for use by the skins (core and custom) to simplify initialization of styleable properties.
>
>
> + /**
> + * Utility method which combines CssMetaData items in one unmodifiable list with the size equal to the number
> + * of items it holds (i.e. with no unnecessary overhead).
> + *
> + * @param list the css metadata items, usually from the parent, not nullable
> + * @param items the additional items
> + * @return the unmodifiable list containing all of the items
> + *
> + * @since 22
> + */
> + public static List<CssMetaData<? extends Styleable, ?>> initStyleables(
> + List<CssMetaData<? extends Styleable, ?>> list,
> + CssMetaData<? extends Styleable, ?>... items)
Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
unmodifiable array list
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1296/files
- new: https://git.openjdk.org/jfx/pull/1296/files/a319b634..b71efe21
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1296&range=01
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1296&range=00-01
Stats: 9 lines in 1 file changed: 1 ins; 4 del; 4 mod
Patch: https://git.openjdk.org/jfx/pull/1296.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1296/head:pull/1296
PR: https://git.openjdk.org/jfx/pull/1296
More information about the openjfx-dev
mailing list