public interface IRemoteUIConnectionService extends IRemoteConnectionType.Service
IRemoteConnectionType.Service.Factory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NEW_CONNECTION_COMMAND
ID for the command to start the new connection wizard.
|
| Modifier and Type | Method and Description |
|---|---|
IRemoteUIConnectionWizard |
getConnectionWizard(org.eclipse.swt.widgets.Shell shell)
Create a wizard for adding or editing connections.
|
org.eclipse.jface.viewers.ILabelProvider |
getLabelProvider()
Return the label provider that provides the text and base image for the connection type
and connections of that type.
|
void |
openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.IRunnableContext context,
IRemoteConnection connection)
Attempt to open a connection using a progress monitor.
|
getConnectionTypestatic final java.lang.String NEW_CONNECTION_COMMAND
IRemoteUIConnectionWizard getConnectionWizard(org.eclipse.swt.widgets.Shell shell)
shell - shell used to display dialogsvoid openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.IRunnableContext context,
IRemoteConnection connection)
shell - shell used to display dialogscontext - runnable context for displaying progress indicator. Can be null.connection - connection to openorg.eclipse.jface.viewers.ILabelProvider getLabelProvider()