рефакторинг хранения окон
This commit is contained in:
@@ -95,18 +95,18 @@ public class SPF_GetIncludeDependencies extends SapforAnalysis {
|
||||
}
|
||||
@Override
|
||||
protected void showDone() throws Exception {
|
||||
UI.getMainWindow().getProjectWindow().ShowIncludes();
|
||||
Global.mainModule.getUI().getMainWindow().getProjectWindow().ShowIncludes();
|
||||
if (update_current)
|
||||
Global.mainModule.getFile().form.ShowProperties();
|
||||
super.showDone();
|
||||
}
|
||||
@Override
|
||||
protected void showPreparation() {
|
||||
UI.getMainWindow().getProjectWindow().ShowNoIncludes();
|
||||
Global.mainModule.getUI().getMainWindow().getProjectWindow().ShowNoIncludes();
|
||||
}
|
||||
@Override
|
||||
protected void FocusResult() {
|
||||
super.FocusResult();
|
||||
UI.getMainWindow().getProjectWindow().FocusDependencies();
|
||||
Global.mainModule.getUI().getMainWindow().getProjectWindow().FocusDependencies();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user