On Mon, 21 Aug 2023 22:16:50 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>>> these classes (in javafx.scene.control.cell) are public and in the Control >>> hierarchy, so are subject of the 'final' limitation. >> >> I'm confused. Which classes should appear in this list exactly (what are the >> rules to determine that)? > >> Which classes should appear in this list exactly > > subclasses of javafx.scene.control.Control Ah, this is not easy. I thought that we need the classes in the `control` package. At this point it might just be simpler to use the hardcoded class list you already made and "hope" that new classes are added. There won't be many of these I suspect. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1213#discussion_r1300720910