How do I make a JTable read only?

I have instantiated a JTable bean on a form and set the cellSelectionEnabled to false as well as columnSelectionAllowed and rowSelectionAllowed.

If I double click on a cell, I am still able to edit the cell’s contents. How do I set the entire table to read only?

I saw a few notes on various blogs about overriding the isCellEditable method but I am not certain that is possible within the Servoy environment.

Thank you in advance for your inputs.

Recommend http://www.servoy-plugins.de/beans/tabl … -bean.html if you’re looking at JTable.