рефакторинг хранения окон
This commit is contained in:
@@ -61,7 +61,7 @@ public class SynchronizeTests extends TestingSystemPass<Object> {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
if (UI.HasMainWindow()) {
|
||||
if (Global.mainModule.getUI().hasMainWindow()) {
|
||||
//server.db.machines
|
||||
server.db.dvm_configurations.ShowUI();
|
||||
server.db.groups.ShowUI();
|
||||
@@ -72,7 +72,7 @@ public class SynchronizeTests extends TestingSystemPass<Object> {
|
||||
server.db.sapforSettings.ShowUI();
|
||||
server.db.dvmSettings.ShowUI();
|
||||
server.db.RestoreLastSelections(); //---- ? объединить с RestoreCredentials
|
||||
UI.getMainWindow().ShowCheckedTestsCount();
|
||||
Global.mainModule.getUI().getMainWindow().ShowCheckedTestsCount();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user