Uses of Class
editor.run.ProgramRunConfigParameters
-
Packages that use ProgramRunConfigParameters Package Description editor.run -
-
Uses of ProgramRunConfigParameters in editor.run
Methods in editor.run that return ProgramRunConfigParameters Modifier and Type Method Description ProgramRunConfigParameters
ProgramRunConfigFactory. makeParameters()
Methods in editor.run with parameters of type ProgramRunConfigParameters Modifier and Type Method Description JComponent
ProgramRunConfig. makePanel(ProgramRunConfigParameters params, Consumer<ProgramRunConfigParameters> changeListener)
ProgramRunConfig
ProgramRunConfigFactory. newRunConfig(ProgramRunConfigParameters params)
Method parameters in editor.run with type arguments of type ProgramRunConfigParameters Modifier and Type Method Description JComponent
ProgramRunConfig. makePanel(ProgramRunConfigParameters params, Consumer<ProgramRunConfigParameters> changeListener)
Constructors in editor.run with parameters of type ProgramRunConfigParameters Constructor Description ProgramRunConfig(ProgramRunConfigParameters params)
-