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 RemoteRunConfigParametersRemoteRunConfigFactory. makeParameters()Methods in editor.run with parameters of type RemoteRunConfigParameters Modifier and Type Method Description voidRemoteRunConfigParameters. copy(RemoteRunConfigParameters to)JComponentRemoteRunConfig. makePanel(RemoteRunConfigParameters params, Consumer<RemoteRunConfigParameters> changeListener)RemoteRunConfigRemoteRunConfigFactory. newRunConfig(RemoteRunConfigParameters params)Method parameters in editor.run with type arguments of type RemoteRunConfigParameters Modifier and Type Method Description JComponentRemoteRunConfig. makePanel(RemoteRunConfigParameters params, Consumer<RemoteRunConfigParameters> changeListener)Constructors in editor.run with parameters of type RemoteRunConfigParameters Constructor Description RemoteRunConfig(RemoteRunConfigParameters params)
-