|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteUIConnectionManager
| Field Summary | |
|---|---|
static java.lang.String |
CONNECTION_ADDRESS_HINT
|
static java.lang.String |
CONNECTION_PORT_HINT
|
static java.lang.String |
CONNECTION_TIMEOUT_HINT
|
static java.lang.String |
LOGIN_USERNAME_HINT
|
| Method Summary | |
|---|---|
IRemoteConnection |
newConnection(org.eclipse.swt.widgets.Shell shell)
Create a new connection. |
IRemoteConnection |
newConnection(org.eclipse.swt.widgets.Shell shell,
java.lang.String[] attrHints,
java.lang.String[] attrHintValues)
Create a new connection using the remote service provider new connection dialog. |
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. |
void |
updateConnection(org.eclipse.swt.widgets.Shell shell,
IRemoteConnection connection)
Change a connection configuration. |
| Field Detail |
|---|
static final java.lang.String CONNECTION_ADDRESS_HINT
static final java.lang.String CONNECTION_PORT_HINT
static final java.lang.String CONNECTION_TIMEOUT_HINT
static final java.lang.String LOGIN_USERNAME_HINT
| Method Detail |
|---|
IRemoteConnection newConnection(org.eclipse.swt.widgets.Shell shell)
shell - shell used to display dialogs
IRemoteConnection newConnection(org.eclipse.swt.widgets.Shell shell,
java.lang.String[] attrHints,
java.lang.String[] attrHintValues)
shell - shell used to display dialogattrHints - array containing attribute hintsattrHintValues - array containing default values for each attribute specified
in attrHints
void openConnectionWithProgress(org.eclipse.swt.widgets.Shell shell,
org.eclipse.jface.operation.IRunnableContext context,
IRemoteConnection connection)
shell - shell used to display dialogsconnection - connection to open
void updateConnection(org.eclipse.swt.widgets.Shell shell,
IRemoteConnection connection)
shell - shell used to display dialogsconnection - connection to modify
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||