| Package | Description |
|---|---|
| editor | |
| editor.run | |
| editor.util |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Supplier<IRunConfig> |
CommonMenus.AbstractRunActionHandler._runConfig |
| Modifier and Type | Method and Description |
|---|---|
IRunConfig |
GosuPanel.getRunConfig() |
protected IRunConfig |
CommonMenus.AbstractRunActionHandler.getRunConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
GosuPanel.debug(IRunConfig runConfig) |
void |
GosuPanel.execute(IRunConfig runConfig) |
| Modifier and Type | Method and Description |
|---|---|
static JMenuItem |
CommonMenus.makeDebug(java.util.function.Supplier<IRunConfig> runConfig) |
static JMenuItem |
CommonMenus.makeRun(java.util.function.Supplier<IRunConfig> runConfig) |
| Constructor and Description |
|---|
ClearAndDebugActionHandler(java.util.function.Supplier<IRunConfig> program) |
ClearAndRunActionHandler(java.util.function.Supplier<IRunConfig> runConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOutOfProcessExecutor<T extends IRunConfig> |
interface |
IProcessRunner<T extends IRunConfig> |
interface |
IRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRunConfig<T extends AbstractRunConfigParameters<T>> |
class |
FqnRunConfig<T extends FqnRunConfigParameters<T>> |
class |
ProgramRunConfig |
class |
RemoteRunConfig |
| Modifier and Type | Method and Description |
|---|---|
IRunConfig |
RunConfigDialog.getConfigToRun() |
IRunConfig |
RunConfigTree.getRunConfig() |
| Modifier and Type | Method and Description |
|---|---|
RunConfigTree |
RunConfigTree.find(IRunConfig runConfig) |
| Constructor and Description |
|---|
RunConfigTree(IRunConfig runConfig,
RunConfigTree parent) |
| Modifier and Type | Method and Description |
|---|---|
IRunConfig |
Experiment.findRunConfig(java.util.function.Predicate<IRunConfig> matcher) |
IRunConfig |
Experiment.getMruRunConfig() |
IRunConfig |
Experiment.getOrCreateRunConfig(IType type) |
| Modifier and Type | Method and Description |
|---|---|
List<IRunConfig> |
Experiment.getRunConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.addRunConfig(IRunConfig runConfig) |
boolean |
Experiment.removeRunConfig(IRunConfig runConfig) |
void |
Experiment.setMruRunConfig(IRunConfig runConfig) |
| Modifier and Type | Method and Description |
|---|---|
IRunConfig |
Experiment.findRunConfig(java.util.function.Predicate<IRunConfig> matcher) |
Copyright © 2018. All rights reserved.