|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.remote.ui.AbstractRemoteUIConnectionManager
public abstract class AbstractRemoteUIConnectionManager
Abstract base class for providing UI connection manager services.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.ptp.remote.ui.IRemoteUIConnectionManager |
|---|
CONNECTION_ADDRESS_HINT, CONNECTION_PORT_HINT, CONNECTION_TIMEOUT_HINT, LOGIN_USERNAME_HINT |
| Constructor Summary | |
|---|---|
AbstractRemoteUIConnectionManager()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.ptp.remote.ui.IRemoteUIConnectionManager |
|---|
newConnection, newConnection, updateConnection |
| Constructor Detail |
|---|
public AbstractRemoteUIConnectionManager()
| Method Detail |
|---|
public void openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.IRunnableContext context,
IRemoteConnection connection)
IRemoteUIConnectionManager
openConnectionWithProgress in interface IRemoteUIConnectionManagershell - shell used to display dialogscontext - runnable context for displaying progress indicator. Can be null.connection - connection to open
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||