g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.core.portforward.IForward

Packages that use IForward
eu.geclipse.batch   
eu.geclipse.core.portforward   
eu.geclipse.ui.wizards.portforward   
 

Uses of IForward in eu.geclipse.batch
 

Method parameters in eu.geclipse.batch with type arguments of type IForward
 void SSHPersistantConnection.createSession(ISSHConnectionInfo sshConnectionInfo, java.util.List<IForward> forwards)
          Creates a new SSH session using the specified ssh connection information.
 void SSHConnection.createSession(ISSHConnectionInfo sshConnectionInfo, java.util.List<IForward> forwards)
          Creates a new SSH session using the specified ssh connection information.
 

Uses of IForward in eu.geclipse.core.portforward
 

Classes in eu.geclipse.core.portforward that implement IForward
 class Forward
          Implementation of the IForward interface, provided for convenience.
 

Uses of IForward in eu.geclipse.ui.wizards.portforward
 

Subinterfaces of IForward in eu.geclipse.ui.wizards.portforward
 interface IForwardTableEntry
          Interfaces for entries in the forward table.
 

Methods in eu.geclipse.ui.wizards.portforward that return types with arguments of type IForward
 java.util.List<IForward> PortForwardOptionsWizardPage.getForwards()
          Returns the list of forwards defined by the user.
 


g-Eclipse
Release 1.0.0