Added downscale C-Square

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@113505 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-03-06 18:07:59 +00:00 committed by Giancarlo Panichi
parent 8290f12849
commit a6e9fd0873
6 changed files with 11 additions and 2 deletions

View File

@ -74,7 +74,6 @@ public class GridHeaderColumnMenu {
replaceValueBatchItem.setIcon(MainboxResources.INSTANCE.columnReplaceBatch());
menuItems.add(replaceValueBatchItem);
MenuItem replaceValueOnConditionItem = new MenuItem("Replace By Expression");
replaceValueOnConditionItem.setId(GridHeaderOperationId.COLUMNREPLACEBYEXPRESSION.toString());
replaceValueOnConditionItem.setIcon(MainboxResources.INSTANCE.columnReplaceByExpression());
@ -85,6 +84,12 @@ public class GridHeaderColumnMenu {
replaceValueByExternalItem.setIcon(MainboxResources.INSTANCE.columnReplaceByExternal());
menuItems.add(replaceValueByExternalItem);
MenuItem downscaleCSquareItem = new MenuItem("Downscale C-Square");
downscaleCSquareItem.setId(GridHeaderOperationId.DOWNSCALECSQUARE.toString());
downscaleCSquareItem.setIcon(MainboxResources.INSTANCE.downscaleCSquare());
menuItems.add(replaceValueByExternalItem);
/*MenuItem newAnnotationColumnItem = new MenuItem("Annotation");
newAnnotationColumnItem.setId(GridHeaderOperationId.ANNOTATIONADD.toString());

View File

@ -121,7 +121,11 @@ public interface MainboxResources extends ClientBundle {
@Source("table-replace-by-external-col.png")
ImageResource columnReplaceByExternal();
@Source("downscale-csquare_32.png")
ImageResource downscaleCSquare32();
@Source("downscale-csquare.png")
ImageResource downscaleCSquare();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB