no message
This commit is contained in:
37
src/_VisualDVM/Visual/Interface/TestingWindow.java
Normal file
37
src/_VisualDVM/Visual/Interface/TestingWindow.java
Normal file
@@ -0,0 +1,37 @@
|
||||
package _VisualDVM.Visual.Interface;
|
||||
import TestingSystem.DVM.DVMPackage.DVMPackage;
|
||||
import TestingSystem.DVM.DVMTasks.DVMRunTask;
|
||||
import TestingSystem.SAPFOR.SapforPackage.SapforPackage;
|
||||
public interface TestingWindow extends VisualizerForm {
|
||||
void ShowAll();
|
||||
//-
|
||||
void ShowCurrentTestsPackage();
|
||||
void DropTestRunTasksComparison();
|
||||
void DropSapforComparison();
|
||||
void ShowCurrentTestRunTask();
|
||||
void ShowNoTestRunTask();
|
||||
//-
|
||||
void RefreshTabsNames();
|
||||
//-
|
||||
void FocusTestingTasks();
|
||||
void ShowCurrentSapforPackageVersionEtalon();
|
||||
void ShowCurrentSapforPackageVersion();
|
||||
void ShowNoSapforPackageVersionEtalon();
|
||||
void ShowNoSapforPackageVersion();
|
||||
void FocusSapforTesting();
|
||||
void ShowCurrentCompiler();
|
||||
void ShowCurrentServerSapfor();
|
||||
void ShowNoServerSapfor();
|
||||
void ShowCurrentDVMPackage();
|
||||
void ShowNoCurrentDVMPackage();
|
||||
//--
|
||||
void ShowDVMRunTask(DVMRunTask master);
|
||||
void ShowSapforPackage(SapforPackage master);
|
||||
//-
|
||||
void CompareDVMRunTasks(DVMRunTask master, DVMRunTask slave);
|
||||
void CompareSapforPackages(SapforPackage master, SapforPackage slave);
|
||||
//-
|
||||
void ShowDVMPackage(DVMPackage master);
|
||||
void CollapseCredentials();
|
||||
void ExpandCredentials();
|
||||
}
|
||||
Reference in New Issue
Block a user