Package editor.run
Class RemoteRunConfig
- All Implemented Interfaces:
IRunConfig<RemoteRunConfigParameters>,IJsonIO
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondebug()getHost()getIcon()getPort()booleanbooleanbooleanisValid()makePanel(RemoteRunConfigParameters params, Consumer<RemoteRunConfigParameters> changeListener) run()Methods 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
-
RemoteRunConfig
-
RemoteRunConfig
public RemoteRunConfig()
-
-
Method Details
-
getTransport
-
getHost
-
getPort
-
getAddress
-
isValid
public boolean isValid() -
getIcon
-
makePanel
public JComponent makePanel(RemoteRunConfigParameters params, Consumer<RemoteRunConfigParameters> changeListener) -
isRunnable
public boolean isRunnable() -
isDebuggable
public boolean isDebuggable() -
run
-
debug
-