в процессе редизайна. не очень нравится как вкладки расположены.
This commit is contained in:
7
src/Visual_DVM_2021/UI/Interface/CredentialsWindow.java
Normal file
7
src/Visual_DVM_2021/UI/Interface/CredentialsWindow.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package Visual_DVM_2021.UI.Interface;
|
||||
import javax.swing.*;
|
||||
public interface CredentialsWindow {
|
||||
JPanel getContent();
|
||||
void ShowAll();
|
||||
void RestoreLastCredentials();
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
package Visual_DVM_2021.UI.Interface;
|
||||
public interface TestingWindow extends VisualizerForm {
|
||||
void ShowAll();
|
||||
void RestoreLastCredentials();
|
||||
void ShowProjectMaxCompilationTime();
|
||||
void ShowProjectMaxRunTime();
|
||||
//-
|
||||
@@ -16,7 +15,6 @@ public interface TestingWindow extends VisualizerForm {
|
||||
ShowProjectMaxCompilationTime();
|
||||
ShowProjectMaxRunTime();
|
||||
}
|
||||
void FocusCredentials();
|
||||
void ShowProject();
|
||||
void ShowNoProject();
|
||||
//-
|
||||
@@ -37,10 +35,6 @@ public interface TestingWindow extends VisualizerForm {
|
||||
void setDeveloperRights();
|
||||
void FocusScenarios();
|
||||
//---------------------------------------->>>
|
||||
void ShowCurrentMachine();
|
||||
void ShowNoCurrentMachine();
|
||||
//---------------------------------------->>>
|
||||
void ShowCredentials();
|
||||
void FocusSapforTasksPackages();
|
||||
void ShowCurrentSapforTasksPackage();
|
||||
void ShowNoSapforTasksPackage();
|
||||
|
||||
4
src/Visual_DVM_2021/UI/Interface/TestsWindow.java
Normal file
4
src/Visual_DVM_2021/UI/Interface/TestsWindow.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package Visual_DVM_2021.UI.Interface;
|
||||
public interface TestsWindow {
|
||||
void ShowAll();
|
||||
}
|
||||
Reference in New Issue
Block a user