Package editor.run
Class RemoteRunConfigFactory
- java.lang.Object
-
- editor.run.RemoteRunConfigFactory
-
- All Implemented Interfaces:
IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
public class RemoteRunConfigFactory extends Object implements IRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
-
Constructor Summary
Constructors Constructor Description RemoteRunConfigFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IcongetIcon()StringgetName()static RemoteRunConfigFactoryinstance()RemoteRunConfigParametersmakeParameters()RemoteRunConfignewRunConfig(RemoteRunConfigParameters params)
-
-
-
Method Detail
-
instance
public static RemoteRunConfigFactory instance()
-
getName
public String getName()
- Specified by:
getNamein interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
makeParameters
public RemoteRunConfigParameters makeParameters()
- Specified by:
makeParametersin interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
newRunConfig
public RemoteRunConfig newRunConfig(RemoteRunConfigParameters params)
- Specified by:
newRunConfigin interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
getIcon
public Icon getIcon()
- Specified by:
getIconin interfaceIRunConfigFactory<RemoteRunConfig,RemoteRunConfigParameters>
-
-