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. _runConfig
Methods in editor that return IRunConfig Modifier and Type Method Description protected IRunConfig
CommonMenus.AbstractRunActionHandler. getRunConfig()
IRunConfig
GosuPanel. getRunConfig()
Methods in editor with parameters of type IRunConfig Modifier and Type Method Description void
GosuPanel. debug(IRunConfig runConfig)
void
GosuPanel. execute(IRunConfig runConfig)
Method parameters in editor with type arguments of type IRunConfig Modifier and Type Method Description static JMenuItem
CommonMenus. makeDebug(Supplier<IRunConfig> runConfig)
static JMenuItem
CommonMenus. 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 class
AbstractOutOfProcessExecutor<T extends IRunConfig>
interface
IProcessRunner<T extends IRunConfig>
interface
IRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters>
Classes in editor.run that implement IRunConfig Modifier and Type Class Description class
AbstractRunConfig<T extends AbstractRunConfigParameters<T>>
class
FqnRunConfig<T extends FqnRunConfigParameters<T>>
class
ProgramRunConfig
class
RemoteRunConfig
Methods in editor.run that return IRunConfig Modifier and Type Method Description IRunConfig
RunConfigDialog. getConfigToRun()
IRunConfig
RunConfigTree. getRunConfig()
Methods in editor.run with parameters of type IRunConfig Modifier and Type Method Description RunConfigTree
RunConfigTree. 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 IRunConfig
Experiment. findRunConfig(Predicate<IRunConfig> matcher)
IRunConfig
Experiment. getMruRunConfig()
IRunConfig
Experiment. 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 void
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 Modifier and Type Method Description IRunConfig
Experiment. findRunConfig(Predicate<IRunConfig> matcher)
-