Renderer and edit for boolean (logical) values in a JIDE table
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have started a table class from the com.jidesoft.grid.SortableTable and piping the DefaultModel through SortingModel and Filterable models. Everything works very good, except that booleans are not rendered (and edited) as logical values. Column Class are java.lang.Object. getValueAt() return logical... Any suggestion?
Bonus question: how do you remove a single column? (from model-space and view-space).
Bonus Question 2: Could there be mem-leaks? Im using the "javaObjectEDT" calls for all Java objects (except arrays)...
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Call Java from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!