Package editor.run

Interface IRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters>

All Known Implementing Classes:
ProgramRunConfigFactory, RemoteRunConfigFactory

public interface IRunConfigFactory<T extends IRunConfig,P extends IRunConfigParameters>
  • Method Details

    • getName

      String getName()
    • getIcon

      Icon getIcon()
    • makeParameters

      P makeParameters()
    • newRunConfig

      T newRunConfig(P p)