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 java.util.function.Supplier<IRunConfig>CommonMenus.AbstractRunActionHandler. _runConfigMethods in editor that return IRunConfig Modifier and Type Method Description private IRunConfigDefaultContextMenuHandler. getOrCreateRunConfig(IScriptEditor editor)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 javax.swing.JMenuItemCommonMenus. makeDebug(java.util.function.Supplier<IRunConfig> runConfig)static javax.swing.JMenuItemCommonMenus. makeRun(java.util.function.Supplier<IRunConfig> runConfig)Constructor parameters in editor with type arguments of type IRunConfig Constructor Description AbstractRunActionHandler(java.lang.String title, javax.swing.Icon icon, java.util.function.Supplier<IRunConfig> runConfig)ClearAndDebugActionHandler(java.util.function.Supplier<IRunConfig> program)ClearAndRunActionHandler(java.util.function.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>>classProgramRunConfigclassRemoteRunConfigFields in editor.run declared as IRunConfig Modifier and Type Field Description private TAbstractOutOfProcessExecutor. _runConfigprivate IRunConfigRunConfigTree. _runConfigprivate IRunConfigRunConfigDialog. _runMeFields in editor.run with type parameters of type IRunConfig Modifier and Type Field Description private java.util.List<IRunConfig>RunConfigDialog. _addedConfigsprivate java.util.Map<IRunConfig,Pair<IRunConfigParameters,javax.swing.JComponent>>RunConfigDialog. _mapRunConfigsprivate java.util.List<IRunConfig>RunConfigDialog. _modifiedConfigsprivate java.util.List<IRunConfig>RunConfigDialog. _removedConfigsMethods 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 private voidRunConfigDialog. addedConfig(IRunConfig runConfig)private booleanRunConfigDialog.SelectionHandler. canRunOrDebug(IRunConfig runConfig)private IRunConfigParametersRunConfigDialog. copyParams(IRunConfig runConfig, IRunConfigFactory factory)RunConfigTreeRunConfigTree. find(IRunConfig runConfig)private voidRunConfigDialog. modifiedConfig(IRunConfig runConfig)private voidRunConfigDialog. removedConfig(IRunConfig runConfig)Constructors in editor.run with parameters of type IRunConfig Constructor Description RunConfigTree(IRunConfig runConfig, RunConfigTree parent) -
Uses of IRunConfig in editor.util
Fields in editor.util declared as IRunConfig Modifier and Type Field Description private IRunConfigExperiment. _mruRunConfigFields in editor.util with type parameters of type IRunConfig Modifier and Type Field Description private java.util.List<IRunConfig>Experiment. _runConfigsMethods in editor.util that return IRunConfig Modifier and Type Method Description IRunConfigExperiment. findRunConfig(java.util.function.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 java.util.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(java.util.function.Predicate<IRunConfig> matcher)
-