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