Uses of Interface
editor.run.IRunConfig
Packages that use IRunConfig
-
Uses of IRunConfig in editor
Fields in editor with type parameters of type IRunConfigModifier and TypeFieldDescriptionprotected final Supplier<IRunConfig> CommonMenus.AbstractRunActionHandler._runConfigMethods in editor that return IRunConfigModifier and TypeMethodDescriptionprotected IRunConfigCommonMenus.AbstractRunActionHandler.getRunConfig()GosuPanel.getRunConfig()Methods in editor with parameters of type IRunConfigModifier and TypeMethodDescriptionvoidGosuPanel.debug(IRunConfig runConfig) voidGosuPanel.execute(IRunConfig runConfig) Method parameters in editor with type arguments of type IRunConfigModifier and TypeMethodDescriptionstatic JMenuItemCommonMenus.makeDebug(Supplier<IRunConfig> runConfig) static JMenuItemCommonMenus.makeRun(Supplier<IRunConfig> runConfig) Constructor parameters in editor with type arguments of type IRunConfigModifierConstructorDescriptionClearAndDebugActionHandler(Supplier<IRunConfig> program) ClearAndRunActionHandler(Supplier<IRunConfig> runConfig) -
Uses of IRunConfig in editor.run
Classes in editor.run with type parameters of type IRunConfigModifier and TypeClassDescriptionclassAbstractOutOfProcessExecutor<T extends IRunConfig>interfaceIProcessRunner<T extends IRunConfig>interfaceIRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters> Classes in editor.run that implement IRunConfigModifier and TypeClassDescriptionclassAbstractRunConfig<T extends AbstractRunConfigParameters<T>>classFqnRunConfig<T extends FqnRunConfigParameters<T>>classclassMethods in editor.run that return IRunConfigMethods in editor.run with parameters of type IRunConfigConstructors in editor.run with parameters of type IRunConfig -
Uses of IRunConfig in editor.util
Methods in editor.util that return IRunConfigModifier and TypeMethodDescriptionExperiment.findRunConfig(Predicate<IRunConfig> matcher) Experiment.getMruRunConfig()Experiment.getOrCreateRunConfig(IType type) Methods in editor.util that return types with arguments of type IRunConfigMethods in editor.util with parameters of type IRunConfigModifier and TypeMethodDescriptionvoidExperiment.addRunConfig(IRunConfig runConfig) booleanExperiment.removeRunConfig(IRunConfig runConfig) voidExperiment.setMruRunConfig(IRunConfig runConfig) Method parameters in editor.util with type arguments of type IRunConfig