public abstract class AbstractRemoteUIConnectionService extends java.lang.Object implements IRemoteUIConnectionService
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractRemoteUIConnectionService.DefaultLabelProvider |
IRemoteConnectionType.Service.Factory
NEW_CONNECTION_COMMAND
Constructor and Description |
---|
AbstractRemoteUIConnectionService() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConnectionWizard
getConnectionType
public void openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell, org.eclipse.jface.operation.IRunnableContext context, IRemoteConnection connection)
IRemoteUIConnectionService
openConnectionWithProgress
in interface IRemoteUIConnectionService
shell
- shell used to display dialogscontext
- runnable context for displaying progress indicator. Can be null.connection
- connection to openpublic org.eclipse.jface.viewers.ILabelProvider getLabelProvider()
IRemoteUIConnectionService
getLabelProvider
in interface IRemoteUIConnectionService