Package editor.run
Class ProgramRunConfig
- All Implemented Interfaces:
IRunConfig<ProgramRunConfigParameters>,IJsonIO
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()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, runMethods inherited from class editor.run.AbstractRunConfig
equals, getParams, hashCode, setParamsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface editor.run.IRunConfig
getName
-
Constructor Details
-
ProgramRunConfig
-
ProgramRunConfig
public ProgramRunConfig()
-
-
Method Details
-
getIcon
-
makePanel
public JComponent makePanel(ProgramRunConfigParameters params, Consumer<ProgramRunConfigParameters> changeListener)
-