eMoflon / emoflon-core

Core components of eMoflon
Other
5 stars 1 forks source link

Provide handler for opening wizards #128

Closed RolandKluge closed 5 years ago

RolandKluge commented 5 years ago

A recurring task is to open a wizard via a command handler. We should add a corresponding abstract class with configurable wizard ID to eMoflon::Core.

RolandKluge commented 5 years ago

Solved in b344adb

@anthonyanjorin This could be interesting for IBeX as well. See https://github.com/eMoflon/emoflon-core/blob/rkluge-dev/org.moflon.core.ui/src/org/moflon/core/ui/AbstractOpenWizardHandler.java