RSE
Release 3.3

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

Packages that use IRemoteOutput
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   
 

Uses of IRemoteOutput in org.eclipse.rse.shells.ui.view
 

Methods in org.eclipse.rse.shells.ui.view with parameters of type IRemoteOutput
static IRemoteFile SystemViewRemoteOutputAdapter.outputToFile(IRemoteOutput output)
          Returns the associated IRemoteFile for this line of remote output if one exists
 

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

Classes in org.eclipse.rse.subsystems.shells.core.model that implement IRemoteOutput
 class RemoteError
          The RemoteOuputImpl class is an implementation of IRemoteOutput.
 class RemoteOutput
          The RemoteOuputImpl class is an implementation of IRemoteOutput.
 

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

Subinterfaces of IRemoteOutput in org.eclipse.rse.subsystems.shells.core.subsystems
 interface IRemoteError
          This interface represents a handle to a line of remote command error.
 

Uses of IRemoteOutput in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IRemoteOutput
protected  void ServiceCommandShell.notifyOutputChanged(IRemoteOutput[] outputs, boolean cwdChanged)
          Notify listeners about new outputs.
 


RSE
Release 3.3

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