新增任务至任务栏面板
(ApiDocumentListTree apiDocumentListTree)
| 193 | * 新增任务至任务栏面板 |
| 194 | */ |
| 195 | public void add(ApiDocumentListTree apiDocumentListTree) { |
| 196 | synchronized (this.apiTable) { |
| 197 | this.apiTable.getTableData().add(apiDocumentListTree.getMainApiData()); |
| 198 | int _id = this.apiTable.getTableData().size(); |
| 199 | fireTableRowsInserted(_id, _id); |
| 200 | } |
| 201 | } |
| 202 | |
| 203 | public ApiTable getApiTable() { |
| 204 | return this.apiTable; |
no test coverage detected