public abstract class AbstractRemoteUIConnectionService extends java.lang.Object implements IRemoteUIConnectionService
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractRemoteUIConnectionService.DefaultLabelProvider |
IRemoteConnectionType.Service.FactoryNEW_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, waitgetConnectionWizardgetConnectionTypepublic void openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.IRunnableContext context,
IRemoteConnection connection)
IRemoteUIConnectionServiceopenConnectionWithProgress in interface IRemoteUIConnectionServiceshell - shell used to display dialogscontext - runnable context for displaying progress indicator. Can be null.connection - connection to openpublic org.eclipse.jface.viewers.ILabelProvider getLabelProvider()
IRemoteUIConnectionServicegetLabelProvider in interface IRemoteUIConnectionService