Package com.nomagic.magicdraw.ui
Class ProjectWindowsManager.ConfiguratorRegistry
java.lang.Object
com.nomagic.magicdraw.ui.ProjectWindowsManager.ConfiguratorRegistry
- Enclosing interface:
- ProjectWindowsManager
Project window configurator registry.
Create your own configurator and use this registry in your startup code (plugin's init()) if you want project
window to have persist-able docking state in project.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addConfigurator
(ProjectWindowsConfigurator configurator) Add configuratorstatic void
removeConfigurator
(ProjectWindowsConfigurator configurator) Remove configurator
-
Constructor Details
-
ConfiguratorRegistry
public ConfiguratorRegistry()
-
-
Method Details
-
addConfigurator
Add configurator- Parameters:
configurator
- configurator
-
removeConfigurator
Remove configurator- Parameters:
configurator
- configurator
-