Uses of Interface
editor.run.IRunConfig
-
Packages that use IRunConfig Package Description editor editor.run editor.util -
-
Uses of IRunConfig in editor
Fields in editor with type parameters of type IRunConfig Modifier and Type Field Description protected Supplier<IRunConfig>CommonMenus.AbstractRunActionHandler. _runConfigMethods in editor that return IRunConfig Modifier and Type Method Description protected IRunConfigCommonMenus.AbstractRunActionHandler. getRunConfig()IRunConfigGosuPanel. getRunConfig()Methods in editor with parameters of type IRunConfig Modifier and Type Method Description voidGosuPanel. debug(IRunConfig runConfig)voidGosuPanel. execute(IRunConfig runConfig)Method parameters in editor with type arguments of type IRunConfig Modifier and Type Method Description static JMenuItemCommonMenus. makeDebug(Supplier<IRunConfig> runConfig)static JMenuItemCommonMenus. makeRun(Supplier<IRunConfig> runConfig)Constructor parameters in editor with type arguments of type IRunConfig Constructor Description ClearAndDebugActionHandler(Supplier<IRunConfig> program)ClearAndRunActionHandler(Supplier<IRunConfig> runConfig) -
Uses of IRunConfig in editor.run
Classes in editor.run with type parameters of type IRunConfig Modifier and Type Class Description classAbstractOutOfProcessExecutor<T extends IRunConfig>interfaceIProcessRunner<T extends IRunConfig>interfaceIRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters>Classes in editor.run that implement IRunConfig Modifier and Type Class Description classAbstractRunConfig<T extends AbstractRunConfigParameters<T>>classFqnRunConfig<T extends FqnRunConfigParameters<T>>classProgramRunConfigclassRemoteRunConfigMethods in editor.run that return IRunConfig Modifier and Type Method Description IRunConfigRunConfigDialog. getConfigToRun()IRunConfigRunConfigTree. getRunConfig()Methods in editor.run with parameters of type IRunConfig Modifier and Type Method Description RunConfigTreeRunConfigTree. find(IRunConfig runConfig)Constructors in editor.run with parameters of type IRunConfig Constructor Description RunConfigTree(IRunConfig runConfig, RunConfigTree parent) -
Uses of IRunConfig in editor.util
Methods in editor.util that return IRunConfig Modifier and Type Method Description IRunConfigExperiment. findRunConfig(Predicate<IRunConfig> matcher)IRunConfigExperiment. getMruRunConfig()IRunConfigExperiment. getOrCreateRunConfig(IType type)Methods in editor.util that return types with arguments of type IRunConfig Modifier and Type Method Description List<IRunConfig>Experiment. getRunConfigs()Methods in editor.util with parameters of type IRunConfig Modifier and Type Method Description voidExperiment. addRunConfig(IRunConfig runConfig)booleanExperiment. removeRunConfig(IRunConfig runConfig)voidExperiment. setMruRunConfig(IRunConfig runConfig)Method parameters in editor.util with type arguments of type IRunConfig Modifier and Type Method Description IRunConfigExperiment. findRunConfig(Predicate<IRunConfig> matcher)
-