This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit 60d9ba6f50dbdeff2a181c7c96168f5aa7e2838d Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Apr 22 21:54:07 2015 +0200 Écoute de la sélection sur le tableau des mises en oeuvre (refs #7011) --- .../ui/content/table/impl/seine/GearUseFeaturesSeineUIHandler.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/GearUseFeaturesSeineUIHandler.java b/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/GearUseFeaturesSeineUIHandler.java index 2e4911d..5fa35cc 100644 --- a/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/GearUseFeaturesSeineUIHandler.java +++ b/observe-swing/src/main/java/fr/ird/observe/ui/content/table/impl/seine/GearUseFeaturesSeineUIHandler.java @@ -264,6 +264,10 @@ public class GearUseFeaturesSeineUIHandler extends ContentTableUIHandler<TripSei tableModel.installTableKeyListener(getUi().getMeasurementsTable()); tableModel.addPropertyChangeListener(GearUseFeaturesMeasurementSeinesTableModel.MODIFIED_PROPERTY, measurementsTableModelModified); + ListSelectionModel selectionModel = table.getSelectionModel(); + selectionModel.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); + tableModel.installSelectionListener(table); + new SectionTemplatesAutotSelectRowAndShowPopupAction(getUi(), getUi().getMeasurementsScrollPane(), table, getUi().getMeasurementsTablePopup()); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.