You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This design is a little weird. The name "EDAPanel" implies that we deal with a single panel. Yet, the class contains a public map that tracks multiple panels. Individual methods
Desired solution
I'd rather suggest creating another class, called "EDAPanelManager" or something similar. This class can then contain a private map from strings to panels and provide the logic to cache/dispose/... panels.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
This design is a little weird. The name "EDAPanel" implies that we deal with a single panel. Yet, the class contains a public map that tracks multiple panels. Individual methods
Desired solution
I'd rather suggest creating another class, called "EDAPanelManager" or something similar. This class can then contain a private map from strings to panels and provide the logic to cache/dispose/... panels.
The text was updated successfully, but these errors were encountered: