enhance ui
commit69433fb72a708ca307dc1363d9f9fb0eff26207c
authorhangum <hangum@gmail.com>
Sun, 15 Feb 2015 17:32:29 +0000 (16 02:32 +0900)
committerhangum <hangum@gmail.com>
Sun, 15 Feb 2015 17:32:29 +0000 (16 02:32 +0900)
tree9a46b57f3eda214663eaf9a20843a4d1b7c131f7
parent589787474419f52ee47060c51eb2bce7ab7e1325
enhance ui
- auto refresh
- start thread
- stop thread
14 files changed:
com.hangum.tadpole.applicaion.start/TadpoleDBHub_executer_configuration.launch
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/sql/util/QueryUtils.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/dialogs/monitoring/AddMonitoringDialog.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/dialogs/monitoring/TemplateMonitoringManageDialog.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/dialogs/monitoring/UpdateMonitoringDialog.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/editors/monitoring/realtime/MonitoringMainEditor.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/editors/monitoring/realtime/composite/LineChartComposite.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/jobs/monitoring/MonitorErrorChecker.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/jobs/monitoring/MonitoringJob.java
com.hangum.tadpole.monitoring.core/src/com/hangum/tadpole/monitoring/core/utils/MonitoringDefine.java [new file with mode: 0644]
com.hangum.tadpole.rdb.core/resources/icons/kill_process.png [moved from com.hangum.tadpole.rdb.core/resources/icons/stop_process.png with 100% similarity]
com.hangum.tadpole.rdb.core/resources/icons/start.png [new file with mode: 0644]
com.hangum.tadpole.rdb.core/resources/icons/stop.png [new file with mode: 0644]
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/sessionlist/SessionListEditor.java