|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWizard
eu.geclipse.ui.wizards.ConnectionWizard
public class ConnectionWizard
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 |
|---|
public ConnectionWizard()
public ConnectionWizard(java.net.URI initialURI,
java.lang.String initialName)
public ConnectionWizard(boolean createGlobalConnection)
createGlobalConnection - If true a connection wizard for
the creation of global connections will be initialized.
public ConnectionWizard(java.net.URI initialURI,
java.lang.String initialName,
boolean createGlobalConnection)
| Method Detail |
|---|
public void addPages()
public boolean canFinish()
public java.lang.String getWindowTitle()
public boolean performFinish()
public void init(IWorkbench workbench,
IStructuredSelection selection)
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||