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