g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards
Class ConnectionWizard

java.lang.Object
  extended by Wizard
      extended by eu.geclipse.ui.wizards.ConnectionWizard

public class ConnectionWizard
extends Wizard

Wizard for the creation of new connections. Can both create local and global connections.


Constructor Summary
ConnectionWizard()
          Create a new connection wizard for local connections.
ConnectionWizard(boolean createGlobalConnection)
          Create a new connection wizard.
ConnectionWizard(java.net.URI initialURI, java.lang.String initialName)
           
ConnectionWizard(java.net.URI initialURI, java.lang.String initialName, boolean createGlobalConnection)
           
 
Method Summary
 void addPages()
           
 boolean canFinish()
           
 java.lang.String getWindowTitle()
           
 void init(IWorkbench workbench, IStructuredSelection selection)
           
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionWizard

public ConnectionWizard()
Create a new connection wizard for local connections.


ConnectionWizard

public ConnectionWizard(java.net.URI initialURI,
                        java.lang.String initialName)

ConnectionWizard

public ConnectionWizard(boolean createGlobalConnection)
Create a new connection wizard.

Parameters:
createGlobalConnection - If true a connection wizard for the creation of global connections will be initialized.

ConnectionWizard

public ConnectionWizard(java.net.URI initialURI,
                        java.lang.String initialName,
                        boolean createGlobalConnection)
Method Detail

addPages

public void addPages()

canFinish

public boolean canFinish()

getWindowTitle

public java.lang.String getWindowTitle()

performFinish

public boolean performFinish()

init

public void init(IWorkbench workbench,
                 IStructuredSelection selection)

g-Eclipse
Release 1.0.0