Remove unused package.
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / src / org / argeo / eclipse / ui / utils / ViewerUtils.java
index 56766917dc976a313db9ea8f729aad05a0672bed..3c029d35040cb3cfb9733f11396920df071837e5 100644 (file)
@@ -41,8 +41,8 @@ public class ViewerUtils {
        }
 
        /**
-        * Creates a TableViewerColumn for the given viewer. For the time being, we
-        * do not support movable columns.
+        * Creates a TableViewerColumn for the given viewer. For the time being, we do
+        * not support movable columns.
         */
        public static TableViewerColumn createTableViewerColumn(TableViewer parent, String name, int style, int width) {
                TableViewerColumn tvc = new TableViewerColumn(parent, style);
@@ -53,9 +53,14 @@ public class ViewerUtils {
                return tvc;
        }
 
+       // public static TableViewerColumn createTableViewerColumn(TableViewer parent,
+       // Localized name, int style, int width) {
+       // return createTableViewerColumn(parent, name.lead(), style, width);
+       // }
+
        /**
-        * Creates a TreeViewerColumn for the given viewer. For the time being, we
-        * do not support movable columns.
+        * Creates a TreeViewerColumn for the given viewer. For the time being, we do
+        * not support movable columns.
         */
        public static TreeViewerColumn createTreeViewerColumn(TreeViewer parent, String name, int style, int width) {
                TreeViewerColumn tvc = new TreeViewerColumn(parent, style);