Remove popupMenus about range analysis at table view
authorjaeyong lee <jae-yong.lee@samsung.com>
Thu, 11 Aug 2016 04:03:30 +0000 (13:03 +0900)
committergihun chang <gihun.chang@samsung.com>
Thu, 11 Aug 2016 08:06:22 +0000 (17:06 +0900)
 * realted JiRA issues : SRADA-1005, SRADA-1008, SRADA-1009

Change-Id: Id75d15cdba5102baf01988b9108561c4517ee677

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/widgets/table/DAApiListTableComposite.java

index c7240f2..3c51508 100644 (file)
@@ -41,7 +41,6 @@ public class DAApiListTableComposite extends DATableComposite {
        public DAApiListTableComposite(Composite parent, int compStyle,
                        int tableStyle) {
                super(parent, compStyle, tableStyle);
-               setContextMenu(AnalyzerConstants.CONTEXT_TABLE_RANGE);
 
                setComparator(new DefaultTableComparator());
                comparator.setType(AnalyzerConstants.SORT_TYPE_NUM);