Class Wizard


  • public class Wizard
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Wizard()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <P> WizardResult<P> show​(org.processmining.contexts.uitopia.UIPluginContext context, Dialog<P> dialog)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Wizard

        public Wizard()
    • Method Detail

      • show

        public static <P> WizardResult<P> show​(org.processmining.contexts.uitopia.UIPluginContext context,
                                               Dialog<P> dialog)