On Wed, 24 May 2023 16:55:11 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> This PR implements a way to override the table column menu. >> When the `cornerRegion` is pressed, it will now call the `showColumnMenu` >> method. This new method is protected and therefore can be overidden by >> developers. If not overridden, the known default column 'ContextMenu' is >> created and shown. >> >> This PR also resolves [JDK-8091419 >> ](https://bugs.openjdk.org/browse/JDK-8091419) (The method `showColumnMenu` >> can be overridden and made public now) >> >> This PR also helps with >> [JDK-8092148](https://bugs.openjdk.org/browse/JDK-8092148), but does not >> address all the points mentioned in the ticket. >> Now that everyone can provide their own implementation, we can think of >> treating the current implementation of the table column menu as an >> [MVP](https://en.wikipedia.org/wiki/Minimum_viable_product) and any other >> requested feature/idea should be fulfilled by providing your own >> implementaion of the menu. > > Marius Hanl has updated the pull request incrementally with one additional > commit since the last revision: > > JDK-8091153: Replace @link with @code (Note: I decided to keep the tag as `@implNote`. I had a look on some examples in the jdk and decided that `@implNote` looks a bit better here IMO. Still the `@apiNote` would be a good fit as well) ------------- PR Comment: https://git.openjdk.org/jfx/pull/1135#issuecomment-1566108067