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._runConfig
Methods in editor that return IRunConfigModifier and TypeMethodDescriptionprivate IRunConfig
DefaultContextMenuHandler.getOrCreateRunConfig
(IScriptEditor editor) protected IRunConfig
CommonMenus.AbstractRunActionHandler.getRunConfig()
GosuPanel.getRunConfig()
Methods in editor with parameters of type IRunConfigModifier and TypeMethodDescriptionvoid
GosuPanel.debug
(IRunConfig runConfig) void
GosuPanel.execute
(IRunConfig runConfig) Method parameters in editor with type arguments of type IRunConfigModifier and TypeMethodDescriptionstatic JMenuItem
CommonMenus.makeDebug
(Supplier<IRunConfig> runConfig) static JMenuItem
CommonMenus.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 TypeClassDescriptionclass
AbstractOutOfProcessExecutor<T extends IRunConfig>
interface
IProcessRunner<T extends IRunConfig>
interface
IRunConfigFactory<T extends IRunConfig,
P extends IRunConfigParameters> Classes in editor.run that implement IRunConfigModifier and TypeClassDescriptionclass
AbstractRunConfig<T extends AbstractRunConfigParameters<T>>
class
FqnRunConfig<T extends FqnRunConfigParameters<T>>
class
class
Fields in editor.run declared as IRunConfigModifier and TypeFieldDescriptionprivate T
AbstractOutOfProcessExecutor._runConfig
private IRunConfig
RunConfigTree._runConfig
private IRunConfig
RunConfigDialog._runMe
Fields in editor.run with type parameters of type IRunConfigModifier and TypeFieldDescriptionprivate List<IRunConfig>
RunConfigDialog._addedConfigs
private Map<IRunConfig,
Pair<IRunConfigParameters, JComponent>> RunConfigDialog._mapRunConfigs
private List<IRunConfig>
RunConfigDialog._modifiedConfigs
private List<IRunConfig>
RunConfigDialog._removedConfigs
Methods in editor.run that return IRunConfigMethods in editor.run with parameters of type IRunConfigModifier and TypeMethodDescriptionprivate void
RunConfigDialog.addedConfig
(IRunConfig runConfig) private boolean
RunConfigDialog.SelectionHandler.canRunOrDebug
(IRunConfig runConfig) private IRunConfigParameters
RunConfigDialog.copyParams
(IRunConfig runConfig, IRunConfigFactory factory) RunConfigTree.find
(IRunConfig runConfig) private void
RunConfigDialog.modifiedConfig
(IRunConfig runConfig) private void
RunConfigDialog.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 TypeMethodDescriptionvoid
Experiment.addRunConfig
(IRunConfig runConfig) boolean
Experiment.removeRunConfig
(IRunConfig runConfig) void
Experiment.setMruRunConfig
(IRunConfig runConfig) Method parameters in editor.util with type arguments of type IRunConfig