RSE
Release 1.0

Uses of Interface
org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteCommandShell

Packages that use IRemoteCommandShell
org.eclipse.rse.internal.subsystems.shells.subsystems   
org.eclipse.rse.shells.ui   
org.eclipse.rse.shells.ui.actions   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.subsystems.shells.core.model   
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore.model   
org.eclipse.rse.subsystems.shells.local.model   
org.eclipse.rse.subsystems.shells.ssh   
 

Uses of IRemoteCommandShell in org.eclipse.rse.internal.subsystems.shells.subsystems
 

Classes in org.eclipse.rse.internal.subsystems.shells.subsystems that implement IRemoteCommandShell
 class org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCommandShell
           
 

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.actions
 

Methods in org.eclipse.rse.shells.ui.actions with parameters of type IRemoteCommandShell
protected  boolean SystemBaseShellAction.isApplicable(IRemoteCommandShell cmdShell)
           
protected  boolean SystemTerminateShellAction.isApplicable(IRemoteCommandShell cmdShell)
           
protected  void SystemTerminateShellAction.terminateShell(IRemoteCommandShell command)
           
 void SystemTerminateShellAction.cancel(IRemoteCommandShell command)
           
protected  boolean SystemTerminateRemoveShellAction.isApplicable(IRemoteCommandShell cmdShell)
           
 void SystemTerminateRemoveShellAction.cancel(IRemoteCommandShell command)
           
 

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)
           
 void CommandsViewWorkbook.updateOutput(IRemoteCommandShell root, boolean createTab)
           
 void SystemCommandsViewPart.updateOutput(IRemoteCommandShell root)
          Update or create a view tab for the specified command If there is no tab for the command, create one.
 

Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.core.model
 

Fields in org.eclipse.rse.subsystems.shells.core.model declared as IRemoteCommandShell
protected  IRemoteCommandShell RemoteCommandShellOperation._remoteCmdShell
           
 

Methods in org.eclipse.rse.subsystems.shells.core.model that return IRemoteCommandShell
 IRemoteCommandShell SimpleCommandOperation.getCommandShell()
           
 IRemoteCommandShell RemoteCommandShellOperation.run()
           
 IRemoteCommandShell RemoteCommandShellOperation.getRemoteCommandShell()
           
 

Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.core.subsystems
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return IRemoteCommandShell
 IRemoteCommandShell IRemoteCmdSubSystem.runShell(Object context)
          Launch a new command shell.
 IRemoteCommandShell IRemoteCmdSubSystem.getDefaultShell()
          Get the default running command shell 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.
 IRemoteCommandShell[] IRemoteCmdSubSystem.restoreShellState(Shell shell)
          Restore all the command shells that were open before disconnecting during the previous session
 

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(IProgressMonitor monitor, Object context)
           
 

Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.dstore.model
 

Classes in org.eclipse.rse.subsystems.shells.dstore.model that implement IRemoteCommandShell
 class DStoreServiceCommandShell
           
 

Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.local.model
 

Classes in org.eclipse.rse.subsystems.shells.local.model that implement IRemoteCommandShell
 class LocalServiceCommandShell
           
 

Uses of IRemoteCommandShell in org.eclipse.rse.subsystems.shells.ssh
 

Classes in org.eclipse.rse.subsystems.shells.ssh that implement IRemoteCommandShell
 class SshServiceCommandShell
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.