|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRemoteUIConnectionManager
Interface for providing connection management operations in the UI. Clients can call these methods to open generic dialogs for operations on connections.
| Field Summary | |
|---|---|
static String |
CONNECTION_ADDRESS_HINT
|
static String |
CONNECTION_PORT_HINT
|
static String |
CONNECTION_TIMEOUT_HINT
|
static String |
LOGIN_USERNAME_HINT
|
| Method Summary | |
|---|---|
IRemoteConnection |
newConnection(Shell shell)
Create a new connection. |
IRemoteConnection |
newConnection(Shell shell,
String[] attrHints,
String[] attrHintValues)
Create a new connection using the remote service provider new connection dialog. |
void |
openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection)
Attempt to open a connection using a progress monitor. |
void |
updateConnection(Shell shell,
IRemoteConnection connection)
Change a connection configuration. |
| Field Detail |
|---|
static final String CONNECTION_ADDRESS_HINT
static final String CONNECTION_PORT_HINT
static final String CONNECTION_TIMEOUT_HINT
static final String LOGIN_USERNAME_HINT
| Method Detail |
|---|
IRemoteConnection newConnection(Shell shell)
shell - shell used to display dialogs
IRemoteConnection newConnection(Shell shell,
String[] attrHints,
String[] attrHintValues)
shell - shell used to display dialogattrHints - array containing attribute hintsattrHintValues - array containing default values for each attribute specified
in attrHints
void openConnectionWithProgress(Shell shell,
IRunnableContext context,
IRemoteConnection connection)
shell - shell used to display dialogscontext - runnable context for displaying progress indicator. Can be null.connection - connection to open
void updateConnection(Shell shell,
IRemoteConnection connection)
shell - shell used to display dialogsconnection - connection to modify
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||