{"id":202,"date":"2007-03-27T10:24:51","date_gmt":"2007-03-27T08:24:51","guid":{"rendered":"https:\/\/bob-team.de\/wordpress\/?p=202"},"modified":"2007-03-27T10:25:21","modified_gmt":"2007-03-27T08:25:21","slug":"tabellenauswahl-verarbeiten","status":"publish","type":"post","link":"https:\/\/bob-team.de\/wordpress\/2007\/03\/27\/tabellenauswahl-verarbeiten\/","title":{"rendered":"Tabellenauswahl verarbeiten"},"content":{"rendered":"<p>[code lang=&#8220;java&#8220;]jTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);<\/p>\n<p>ListSelectionModel rowSM = jTable.getSelectionModel();<br \/>\nrowSM.addListSelectionListener(new ListSelectionListener() {<br \/>\n   public void valueChanged(ListSelectionEvent e) {<\/p>\n<p>      if (e.getValueIsAdjusting()) return; \/\/ ignore extra messages<\/p>\n<p>      ListSelectionModel lsm = (ListSelectionModel) e.getSource();<\/p>\n<p>      if (lsm.isSelectionEmpty()) {<br \/>\n         \/\/ no rows are selected<br \/>\n      } else {<br \/>\n         int selectedRow = lsm.getMinSelectionIndex();<br \/>\n      }<br \/>\n   }<br \/>\n});[\/code]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[code lang=&#8220;java&#8220;]jTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); ListSelectionModel rowSM = jTable.getSelectionModel(); rowSM.addListSelectionListener(new ListSelectionListener() { public void valueChanged(ListSelectionEvent e) { if (e.getValueIsAdjusting()) return; \/\/ ignore extra messages ListSelectionModel lsm = (ListSelectionModel) e.getSource(); if (lsm.isSelectionEmpty()) { \/\/ no rows are selected } else { int selectedRow = lsm.getMinSelectionIndex(); } } });[\/code]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-202","post","type-post","status-publish","format-standard","hentry","category-java","entry"],"_links":{"self":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/comments?post=202"}],"version-history":[{"count":0,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/202\/revisions"}],"wp:attachment":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/media?parent=202"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/categories?post=202"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/tags?post=202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}