удаление объектов в таблицах по клавише DELETE
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package _VisualDVM.TestingSystem.DVM.DVMSettings;
|
||||
import Common.Database.Objects.DBObject;
|
||||
import Common.Database.Tables.iDBTable;
|
||||
import Common.Passes.PassCode_;
|
||||
import Common.Visual.DataSetControlForm;
|
||||
import Common.Visual.Menus.DataMenuBar;
|
||||
import Common.Visual.Windows.Dialog.DBObjectDialog;
|
||||
@@ -154,4 +155,8 @@ public class DVMSettingsDBTable extends iDBTable<DVMSettings> {
|
||||
PassCode.EditDVMSettings,
|
||||
PassCode.DeleteDVMSettings);
|
||||
}
|
||||
@Override
|
||||
public PassCode_ getDeletePassCode() {
|
||||
return PassCode.DeleteDVMSettings;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user