X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Futils%2FViewerUtils.java;fp=org.argeo.eclipse.ui%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Futils%2FViewerUtils.java;h=a726bdb321dae1af2db78fc0c36ac9dd58c7c651;hb=7f945886dbd3cd0cf5b0e06b481b78ba1e2c9db9;hp=42e9fab991a16d988ab34400461b1803294b1c00;hpb=ebc46b310bf1f44c4acbeae3d2ab8c1aeaef5eb5;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/utils/ViewerUtils.java b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/utils/ViewerUtils.java index 42e9fab99..a726bdb32 100644 --- a/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/utils/ViewerUtils.java +++ b/org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/utils/ViewerUtils.java @@ -31,7 +31,7 @@ public class ViewerUtils { /** * Creates a basic column for the given table. For the time being, we do not - * support moveable columns. + * support movable columns. */ public static TableColumn createColumn(Table parent, String name, int style, int width) { @@ -44,7 +44,7 @@ public class ViewerUtils { /** * Creates a TableViewerColumn for the given viewer. For the time being, we - * do not support moveable columns. + * do not support movable columns. */ public static TableViewerColumn createTableViewerColumn(TableViewer parent, String name, int style, int width) { @@ -58,7 +58,7 @@ public class ViewerUtils { /** * Creates a TreeViewerColumn for the given viewer. For the time being, we - * do not support moveable columns. + * do not support movable columns. */ public static TreeViewerColumn createTreeViewerColumn(TreeViewer parent, String name, int style, int width) {