Package editor.run
Class AbstractRunConfig<T extends AbstractRunConfigParameters<T>>
java.lang.Object
editor.run.AbstractRunConfig<T>
- All Implemented Interfaces:
IRunConfig<T>
,IJsonIO
- Direct Known Subclasses:
FqnRunConfig
,RemoteRunConfig
public abstract class AbstractRunConfig<T extends AbstractRunConfigParameters<T>>
extends Object
implements IRunConfig<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface editor.run.IRunConfig
debug, getIcon, getName, isDebuggable, isRunnable, isValid, makePanel, run
-
Field Details
-
_params
-
-
Constructor Details
-
AbstractRunConfig
-
AbstractRunConfig
protected AbstractRunConfig()
-
-
Method Details
-
getParams
- Specified by:
getParams
in interfaceIRunConfig<T extends AbstractRunConfigParameters<T>>
-
setParams
- Specified by:
setParams
in interfaceIRunConfig<T extends AbstractRunConfigParameters<T>>
-
equals
-
hashCode
public int hashCode()
-