Where can I see the source code of GridCellEditTextField
Answered
Is it possible for me to achieve this effect in JTable?
Long text will enlarge when double clicked。
I used UI Inspecor to check that it is GridCellEditTextField. How is it implemented?
Or is there any other implementation method
Please sign in to leave a comment.
Is it possible to refer to the source code of JBTableWithResizableCells for the board?
Hi,
Unfortunately,
GridCellEditorTextField
is closed source code. Implementation is highly coupled with Database-plugin-specific objects.Could you please introduce the implementation method? Is it complicated?
Hi,
I'm sorry for the delay. Yes, it seems quite complex.
You can request to open it in the IntelliJ Platform. You can do it at https://youtrack.jetbrains.com/issues/IJPL. It is not guaranteed if or when it is done though.