g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards.portforward
Class PortForwardOptionsWizardPage

java.lang.Object
  extended by WizardPage
      extended by eu.geclipse.ui.wizards.portforward.PortForwardOptionsWizardPage

public class PortForwardOptionsWizardPage
extends WizardPage

Wizard page allowing to specify port forwards.


Constructor Summary
PortForwardOptionsWizardPage(java.lang.String pageName)
          Creates a new port forward wizard page.
 
Method Summary
 void createControl(Composite parent)
           
 java.lang.String getDescription()
           
 java.util.List<IForward> getForwards()
          Returns the list of forwards defined by the user.
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortForwardOptionsWizardPage

public PortForwardOptionsWizardPage(java.lang.String pageName)
Creates a new port forward wizard page.

Parameters:
pageName - name of the wizard page.
Method Detail

getTitle

public java.lang.String getTitle()

getDescription

public java.lang.String getDescription()

createControl

public void createControl(Composite parent)

getForwards

public java.util.List<IForward> getForwards()
Returns the list of forwards defined by the user.

Returns:
list of port forwards.

g-Eclipse
Release 1.0.0