[SRADA-786]Sync TimeLine RangeMarker and DlogTable, Apply multi selection on table.
authorggh1933.go <ggh1933.go@samsung.com>
Thu, 16 Jun 2016 01:26:37 +0000 (10:26 +0900)
committerdongkyu6 lee <dongkyu6.lee@samsung.com>
Fri, 17 Jun 2016 01:51:23 +0000 (10:51 +0900)
commitcf91a3e1c3f4e87fc5be04a7fcf3e2391b945ea8
treed954d9fdb53719f775abffd01c423476ed4d48cd
parent4941663b25b2c178910d0c29a1a023f355519322
[SRADA-786]Sync TimeLine RangeMarker and DlogTable, Apply multi selection on table.

 - Double Click on DlogTable, add or delete TimeLine Marker, changed Cell Color YELLOW
 - If DoubleClick delete Marker from Dlog on Chart, Dlog table selection cell color changed too.
 - + delete changing cell color
 - + delete DlogTable remove markers function (it's needless)
 - Apply MultiSelection on DlogTable
 - get chart drag selection time from TimeLineChartMouseEventListener
 - TimeLineChart Listener send dragtime to ToolBar and get DlogTable dragtime from ToolBar
 - + delete don't used code and import

Change-Id: I1caa8737166efdfadb9b22afb0afb24e74539fa9
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/common/TimelineChartMouseEventListener.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/timeline/dlog/DlogTable.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/timeline/dlog/DlogView.java [changed mode: 0755->0644]
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/Toolbar.java