Package editor.run
Class ProgramRunConfig
- java.lang.Object
-
- editor.run.AbstractRunConfig<T>
-
- editor.run.FqnRunConfig<ProgramRunConfigParameters>
-
- editor.run.ProgramRunConfig
-
- All Implemented Interfaces:
IRunConfig<ProgramRunConfigParameters>
,IJsonIO
public class ProgramRunConfig extends FqnRunConfig<ProgramRunConfigParameters>
-
-
Constructor Summary
Constructors Constructor Description ProgramRunConfig()
ProgramRunConfig(ProgramRunConfigParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Icon
getIcon()
JComponent
makePanel(ProgramRunConfigParameters params, Consumer<ProgramRunConfigParameters> changeListener)
-
Methods inherited from class editor.run.FqnRunConfig
debug, getFqn, getJre, getJreForProcessOrDefault, getJreForProcessOrDefault, getProgArgs, getVmArgs, getWorkingDir, getWorkingDirForProcess, isDebuggable, isJreEnabled, isRunnable, isValid, makeProgArgs, makeVmArgs, run
-
Methods inherited from class editor.run.AbstractRunConfig
equals, getParams, hashCode, setParams
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface editor.run.IRunConfig
getName
-
-
-
-
Constructor Detail
-
ProgramRunConfig
public ProgramRunConfig(ProgramRunConfigParameters params)
-
ProgramRunConfig
public ProgramRunConfig()
-
-
Method Detail
-
getIcon
public Icon getIcon()
-
makePanel
public JComponent makePanel(ProgramRunConfigParameters params, Consumer<ProgramRunConfigParameters> changeListener)
-
-