промежуточный. перенос вкладок
This commit is contained in:
@@ -84,13 +84,13 @@ public class MachinesDBTable extends iDBTable<Machine> {
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowCurrentCompiler();
|
||||
UI.testingBar.ShowMachine();
|
||||
//UI.testingBar.ShowMachine();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentObject() throws Exception {
|
||||
super.ShowNoCurrentObject();
|
||||
UI.getMainWindow().getTestingWindow().ShowCurrentCompiler();
|
||||
UI.testingBar.ShowNoMachine();
|
||||
//UI.testingBar.ShowNoMachine();
|
||||
}
|
||||
@Override
|
||||
protected void AdditionalInitColumns() {
|
||||
|
||||
@@ -77,13 +77,13 @@ public class UsersDBTable extends iDBTable<User> {
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
// UI.getMainWindow().ShowCurrentCompiler();
|
||||
UI.testingBar.ShowUser();
|
||||
// UI.testingBar.ShowUser();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentObject() throws Exception {
|
||||
super.ShowNoCurrentObject();
|
||||
// UI.getMainWindow().ShowCurrentCompiler();
|
||||
UI.testingBar.ShowNoUser();
|
||||
// UI.testingBar.ShowNoUser();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user