public class ProgramRunConfigFactory extends Object implements IRunConfigFactory<ProgramRunConfig,ProgramRunConfigParameters>
| Constructor and Description |
|---|
ProgramRunConfigFactory() |
| Modifier and Type | Method and Description |
|---|---|
Icon |
getIcon() |
String |
getName() |
static ProgramRunConfigFactory |
instance() |
ProgramRunConfigParameters |
makeParameters() |
ProgramRunConfig |
newRunConfig(ProgramRunConfigParameters params) |
public static ProgramRunConfigFactory instance()
public String getName()
getName in interface IRunConfigFactory<ProgramRunConfig,ProgramRunConfigParameters>public ProgramRunConfigParameters makeParameters()
makeParameters in interface IRunConfigFactory<ProgramRunConfig,ProgramRunConfigParameters>public ProgramRunConfig newRunConfig(ProgramRunConfigParameters params)
newRunConfig in interface IRunConfigFactory<ProgramRunConfig,ProgramRunConfigParameters>public Icon getIcon()
getIcon in interface IRunConfigFactory<ProgramRunConfig,ProgramRunConfigParameters>Copyright © 2020. All rights reserved.