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 TypeMethodDescriptionprivate IRunConfigDefaultContextMenuHandler.getOrCreateRunConfig(IScriptEditor editor) protected 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 IRunConfigModifierConstructorDescription(package private)AbstractRunActionHandler(String title, Icon icon, Supplier<IRunConfig> runConfig) ClearAndDebugActionHandler(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>>classclassFields in editor.run declared as IRunConfigModifier and TypeFieldDescriptionprivate TAbstractOutOfProcessExecutor._runConfigprivate IRunConfigRunConfigTree._runConfigprivate IRunConfigRunConfigDialog._runMeFields in editor.run with type parameters of type IRunConfigModifier and TypeFieldDescriptionprivate List<IRunConfig>RunConfigDialog._addedConfigsprivate Map<IRunConfig,Pair<IRunConfigParameters, JComponent>> RunConfigDialog._mapRunConfigsprivate List<IRunConfig>RunConfigDialog._modifiedConfigsprivate List<IRunConfig>RunConfigDialog._removedConfigsMethods in editor.run that return IRunConfigMethods in editor.run with parameters of type IRunConfigModifier and TypeMethodDescriptionprivate voidRunConfigDialog.addedConfig(IRunConfig runConfig) private booleanRunConfigDialog.SelectionHandler.canRunOrDebug(IRunConfig runConfig) private IRunConfigParametersRunConfigDialog.copyParams(IRunConfig runConfig, IRunConfigFactory factory) RunConfigTree.find(IRunConfig runConfig) private voidRunConfigDialog.modifiedConfig(IRunConfig runConfig) private voidRunConfigDialog.removedConfig(IRunConfig runConfig) Constructors in editor.run with parameters of type IRunConfig -
Uses of IRunConfig in editor.util
Fields in editor.util declared as IRunConfigFields in editor.util with type parameters of type IRunConfigMethods 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