Uses of Class
editor.run.RunState
-
Packages that use RunState Package Description editor editor.run -
-
Uses of RunState in editor
Methods in editor with parameters of type RunState Modifier and Type Method Description voidGosuPanel. addBusySignal(RunState runState) -
Uses of RunState in editor.run
Methods in editor.run that return RunState Modifier and Type Method Description RunStateAbstractOutOfProcessExecutor. getRunState()RunStateInProcessRunner. getRunState()RunStateIProcessRunner. getRunState()static RunStateRunState. valueOf(String name)Returns the enum constant of this type with the specified name.static RunState[]RunState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in editor.run with parameters of type RunState Constructor Description AbstractOutOfProcessExecutor(RunState runState)RunConfigDialog(Experiment experiment, RunState runState)
-