Methods in
org.eclipse.rse.subsystems.shells.core.subsystems that return
IRemoteCommandShell
|
IRemoteCommandShell
|
RemoteCmdSubSystem.
getDefaultShell
()
Get the default running command shell for this command subsystem. |
IRemoteCommandShell
|
IRemoteCmdSubSystem.
getDefaultShell
()
Get the default running command shell for this command subsystem. |
IRemoteCommandShell[]
|
RemoteCmdSubSystem.
getShells
()
Get all command shells and transient commands that have been run or are
running for this command subsystem. |
IRemoteCommandShell[]
|
IRemoteCmdSubSystem.
getShells
()
Get all command shells and transient commands that have been run or are running for this command subsystem. |
protected
IRemoteCommandShell
|
RemoteCmdSubSystem.
internalRunShell
(
Object context,
IProgressMonitor monitor)
Establishes a new shell. |
IRemoteCommandShell[]
|
RemoteCmdSubSystem.
restoreShellState
(
Shell shellWindow)
|
IRemoteCommandShell[]
|
IRemoteCmdSubSystem.
restoreShellState
(
Shell shell)
Restore all the command shells that were open before disconnecting during
the previous session |
IRemoteCommandShell
|
RemoteCmdSubSystem.
runShell
(
Object context)
Deprecated. use
RemoteCmdSubSystem.runShell(Object, IProgressMonitor)
|
IRemoteCommandShell
|
RemoteCmdSubSystem.
runShell
(
Object context,
IProgressMonitor monitor)
overridden so that for universal we don't need to do in modal thread |
IRemoteCommandShell
|
IRemoteCmdSubSystem.
runShell
(
Object context,
IProgressMonitor monitor)
Launch a new command shell. |