|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITerminalService | |
---|---|
org.eclipse.rse.services.terminals | Application programming interface for the RSE Base Shell and Terminal Services. |
org.eclipse.rse.subsystems.terminals.core | Application programming interface for creating customized terminal subsystems. |
org.eclipse.rse.subsystems.terminals.ssh |
Uses of ITerminalService in org.eclipse.rse.services.terminals |
---|
Classes in org.eclipse.rse.services.terminals that implement ITerminalService | |
---|---|
class |
AbstractDelegatingTerminalService
Base class that can be used for decorating an existing terminal service with additional functionality. |
class |
AbstractTerminalService
Abstract base class for clients to create an ITerminalService. |
Methods in org.eclipse.rse.services.terminals that return ITerminalService | |
---|---|
abstract ITerminalService |
AbstractDelegatingTerminalService.getRealTerminalService()
|
Uses of ITerminalService in org.eclipse.rse.subsystems.terminals.core |
---|
Methods in org.eclipse.rse.subsystems.terminals.core that return ITerminalService | |
---|---|
ITerminalService |
ITerminalServiceSubSystemConfiguration.createTerminalService(IHost host)
Create the terminal service. |
ITerminalService |
TerminalServiceSubSystem.getTerminalService()
Return the Terminal Service associated with this subsystem. |
ITerminalService |
ITerminalServiceSubSystemConfiguration.getTerminalService(IHost host)
Return the terminal service. |
ITerminalService |
TerminalServiceSubSystemConfiguration.getTerminalService(IHost host)
|
Methods in org.eclipse.rse.subsystems.terminals.core with parameters of type ITerminalService | |
---|---|
void |
TerminalServiceSubSystem.setTerminalService(ITerminalService service)
Set the terminal service associated with this subsystem. |
Constructors in org.eclipse.rse.subsystems.terminals.core with parameters of type ITerminalService | |
---|---|
TerminalServiceSubSystem(IHost host,
IConnectorService connectorService,
ITerminalService hostService)
Constructor. |
Uses of ITerminalService in org.eclipse.rse.subsystems.terminals.ssh |
---|
Methods in org.eclipse.rse.subsystems.terminals.ssh that return ITerminalService | |
---|---|
ITerminalService |
SshTerminalSubSystemConfiguration.createTerminalService(IHost host)
|
|
RSE Release 3.4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |