public interface IRemoteUIConnectionWizard
extends org.eclipse.jface.wizard.IWizard
Modifier and Type | Method and Description |
---|---|
IRemoteConnectionWorkingCopy |
getConnection()
Get the connection being edited.
|
IRemoteConnectionWorkingCopy |
open()
Open configuration wizard allowing the user to enter information about a connection.
|
void |
setConnection(IRemoteConnectionWorkingCopy connection)
Set a connection containing the information to be edited by the wizard.
|
void |
setConnectionName(java.lang.String name)
Set the initial name of the connection.
|
void |
setInvalidConnectionNames(java.util.Set<java.lang.String> names)
Supply a set of connection names that are invalid.
|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
IRemoteConnectionWorkingCopy open()
IRemoteConnectionWorkingCopy getConnection()
void setConnection(IRemoteConnectionWorkingCopy connection)
setConnectionName(String)
method.connection
- connection used to initialize the wizardvoid setConnectionName(java.lang.String name)
name
- initial connection namevoid setInvalidConnectionNames(java.util.Set<java.lang.String> names)
names
- set of invalid connections names