X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.eclipse.ui%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fjcr%2FJcrUiUtils.java;h=32ae1a7005ecd0d3e488c568abf6e77eef6c80a7;hb=9761b519d89f11b793ecd720f5e2a8a8fe61af3b;hp=8ee13aab0f8e3f176773c50eec85beed7dcef3fb;hpb=e61dd9dda88354091625cca85aa7c96d196688b3;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/jcr/JcrUiUtils.java b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/jcr/JcrUiUtils.java index 8ee13aab0..32ae1a700 100644 --- a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/jcr/JcrUiUtils.java +++ b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/jcr/JcrUiUtils.java @@ -15,7 +15,7 @@ import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.widgets.Table; -/** Utility methods to simplify UI development using eclipse and JCR. */ +/** Utility methods to simplify UI development using SWT (or RWT), jface and JCR. */ public class JcrUiUtils { /** @@ -100,6 +100,8 @@ public class JcrUiUtils { final String propertyName, final RowViewerComparator comparator, final TableViewer viewer) { SelectionAdapter selectionAdapter = new SelectionAdapter() { + private static final long serialVersionUID = -5738918304901437720L; + @Override public void widgetSelected(SelectionEvent e) { Table table = viewer.getTable(); @@ -126,6 +128,8 @@ public class JcrUiUtils { final int propertyType, final String propertyName, final NodeViewerComparator comparator, final TableViewer viewer) { SelectionAdapter selectionAdapter = new SelectionAdapter() { + private static final long serialVersionUID = -1683220869195484625L; + @Override public void widgetSelected(SelectionEvent e) { Table table = viewer.getTable();