Uses of Class
org.processmining.specpp.prom.mvc.SPECppController.PluginStage
-
Packages that use SPECppController.PluginStage Package Description org.processmining.specpp.prom.mvc -
-
Uses of SPECppController.PluginStage in org.processmining.specpp.prom.mvc
Fields in org.processmining.specpp.prom.mvc with type parameters of type SPECppController.PluginStage Modifier and Type Field Description static com.google.common.collect.ImmutableList<SPECppController.PluginStage>SPECppController. PLUGIN_STAGESMethods in org.processmining.specpp.prom.mvc that return SPECppController.PluginStage Modifier and Type Method Description static SPECppController.PluginStageSPECppController.PluginStage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SPECppController.PluginStage[]SPECppController.PluginStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.specpp.prom.mvc with parameters of type SPECppController.PluginStage Modifier and Type Method Description protected voidSPECppController. setPluginStage(SPECppController.PluginStage stage)voidSPECppPanel. unlockStage(SPECppController.PluginStage stage)voidStageProgressionPanel. unlockStageButton(SPECppController.PluginStage stage)voidStageProgressionPanel. updateCurrentStage(SPECppController.PluginStage stage)voidSPECppPanel. updatePluginStage(SPECppController.PluginStage stage, javax.swing.JPanel stagePanel)
-