|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRemoteCommandShell in org.eclipse.rse.shells.ui |
---|
Methods in org.eclipse.rse.shells.ui with parameters of type IRemoteCommandShell | |
---|---|
static void |
RemoteCommandHelpers.showInView(IRemoteCommandShell cmd,
boolean isCompile,
String cmdString)
|
Uses of IRemoteCommandShell in org.eclipse.rse.shells.ui.view |
---|
Methods in org.eclipse.rse.shells.ui.view that return IRemoteCommandShell | |
---|---|
IRemoteCommandShell |
CommandEntryViewerConfiguration.getRemoteCommand()
|
IRemoteCommandShell |
CommandEntryContentAssistProcessor.getRemoteCommand()
|
Methods in org.eclipse.rse.shells.ui.view with parameters of type IRemoteCommandShell | |
---|---|
void |
CommandEntryViewerConfiguration.setRemoteCommand(IRemoteCommandShell cmd)
|
void |
CommandEntryContentAssistProcessor.setRemoteCommand(IRemoteCommandShell cmd)
|
Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.core.model |
---|
Classes in org.eclipse.rse.subsystems.shells.core.model that implement IRemoteCommandShell | |
---|---|
class |
RemoteCommandShell
|
Fields in org.eclipse.rse.subsystems.shells.core.model declared as IRemoteCommandShell | |
---|---|
protected IRemoteCommandShell |
SimpleCommandOperation._cmdShell
|
protected IRemoteCommandShell |
RemoteCommandShellOperation._remoteCmdShell
|
Methods in org.eclipse.rse.subsystems.shells.core.model that return IRemoteCommandShell | |
---|---|
IRemoteCommandShell |
SimpleCommandOperation.getCommandShell()
|
IRemoteCommandShell |
RemoteCommandShellOperation.getRemoteCommandShell()
|
IRemoteCommandShell |
RemoteCommandShellOperation.run()
Launches a new remote shell |
Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.core.subsystems |
---|
Fields in org.eclipse.rse.subsystems.shells.core.subsystems declared as IRemoteCommandShell | |
---|---|
protected IRemoteCommandShell |
RemoteCmdSubSystem._defaultShell
|
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. |
Constructors in org.eclipse.rse.subsystems.shells.core.subsystems with parameters of type IRemoteCommandShell | |
---|---|
RemoteCmdSubSystem.RefreshRemovedShell(RemoteCmdSubSystem ss,
IRemoteCommandShell cmdShell)
|
Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem |
---|
Subinterfaces of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem | |
---|---|
interface |
IServiceCommandShell
|
Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement IRemoteCommandShell | |
---|---|
class |
ServiceCommandShell
|
Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that return IRemoteCommandShell | |
---|---|
protected IRemoteCommandShell |
ShellServiceSubSystem.internalRunShell(Object context,
IProgressMonitor monitor)
|
|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |