From 0cef474233ecffdd63fc7d86f5526ea1c525984c Mon Sep 17 00:00:00 2001 From: 02090095 Date: Wed, 18 Sep 2024 13:37:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=BA=D0=B5=D1=88=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC=D1=8B=D1=85=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20(=20=D1=87=D1=82=D0=BE=D0=B1=D1=8B=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=BF=D0=B0=D0=BA=D0=BE=D0=B2=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BA=D0=B0=D0=B6=D0=B4=D1=8B=D0=B9=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=20=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA=20?= =?UTF-8?q?=D0=B8=D0=BC=D0=B5=D0=BD=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=20?= =?UTF-8?q?=D0=B8=20=D0=BF=D1=80=D0=BE=D1=87=D0=B5=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 17 +++++ src/Common/Database/DataSet.java | 4 +- .../UI/VisualCache/ConfigurationCache.java | 57 ++++++++++++++ src/Common/UI/VisualCache/VisualCache.java | 3 + src/Common/UI/VisualCache/VisualCaches.java | 46 ++++++++++++ .../Common/Configuration/Configuration.java | 75 ++----------------- .../DVMConfigurationDBTable.java | 13 +++- .../Passes/All/DeleteConfiguration.java | 2 +- .../Passes/All/DeleteGroup.java | 2 +- .../Passes/All/DeleteSapforConfiguration.java | 2 +- .../All/DeleteSapforConfigurationCommand.java | 2 +- .../Passes/All/DeleteTest.java | 2 +- .../All/ShowCurrentDVMConfigurationTests.java | 7 +- .../All/StartSelectedDVMConfigurations.java | 7 +- .../Passes/DeleteTestingPackages.java | 3 +- .../Passes/Server/DeleteServerObject.java | 7 ++ .../{ => Server}/DeleteServerObjects.java | 10 ++- .../Passes/Server/EditServerObject.java | 7 ++ 18 files changed, 181 insertions(+), 85 deletions(-) create mode 100644 src/Common/UI/VisualCache/ConfigurationCache.java create mode 100644 src/Common/UI/VisualCache/VisualCache.java create mode 100644 src/Common/UI/VisualCache/VisualCaches.java rename src/Visual_DVM_2021/Passes/{ => Server}/DeleteServerObjects.java (90%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 44aaac90..8e77b1d7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,7 +7,24 @@ + + + + + + + + + + + + + + + + +