редизайн вкладки с машинами, и отображения текущих объектов
v++
This commit is contained in:
6
src/_VisualDVM/Visual/Interface/CredentialsWindow.java
Normal file
6
src/_VisualDVM/Visual/Interface/CredentialsWindow.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package _VisualDVM.Visual.Interface;
|
||||
import javax.swing.*;
|
||||
public interface CredentialsWindow {
|
||||
JPanel getContent();
|
||||
void ShowAll();
|
||||
}
|
||||
@@ -33,6 +33,4 @@ public interface TestingWindow extends VisualizerForm {
|
||||
void CompareSapforPackages(SapforPackage master, SapforPackage slave);
|
||||
//-
|
||||
void ShowDVMPackage(DVMPackage master);
|
||||
void CollapseCredentials();
|
||||
void ExpandCredentials();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user