I would like to fire an event that would denote that a given column values have all changed i.e. somewhere in column X, some values changed. How can I do this, since all events either concern cell, row or whole data table…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looking in
AbstractTableModel, it looks like constructing aTableModelEventexplicitly might do the trick:See also the javadoc for
TableModelEvent: