|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jdeveloper.runner.RemoteConnectDialog
The RemoteConnectDialog
class displays a dialog box
from which the user can specify remote connection parameters.
The RemoteConnectDialog
class is used by the debugger
and profiler.
Method Summary | |
static boolean |
showRemoteConnectDialog(java.lang.String title,
java.lang.String[] names,
java.lang.String[] values,
boolean[] allowBlanks)
Shows the remote connect dialog with the specified title and parameters. |
static boolean |
showRemoteConnectDialog(java.lang.String title,
java.lang.String[] names,
java.lang.String[] values,
boolean[] allowBlanks,
boolean[] save)
Shows the remote connect dialog with the specified title, parameters, and save checkbox. |
static boolean |
showRemoteConnectDialog(java.lang.String title,
java.lang.String[] names,
java.lang.String[] values,
boolean[] allowBlanks,
boolean[] save,
java.lang.String helpId)
Shows the remote connect dialog with the specified title, parameters, save checkbox, and help topic id. |
static boolean |
showRemoteConnectDialog(java.lang.String title,
java.lang.String[] names,
java.lang.String[] values,
boolean[] allowBlanks,
java.lang.String helpId)
Shows the remote connect dialog with the specified title, parameters, and help topic id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks)
title
- the title for the dialog boxnames
- the names of the remote connection parametersvalues
- the values of the remote connection parametersallowBlanks
- whether the parameter can be left blankpublic static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks, java.lang.String helpId)
This method allows the caller to specify a help topic id.
title
- the title for the dialog boxnames
- the names of the remote connection parametersvalues
- the values of the remote connection parametersallowBlanks
- whether the parameter can be left blankhelpId
- the help topic idpublic static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks, boolean[] save)
This method allows the caller to specify that the Save Paremeters check box should be displayed. If the save parameter is null, it means that the Save Parameters check box should not be displayed. If the save parameter is a boolean array with length 1, it means that the Save Parameters check box should be displayed. The state of the checkbox will be returned in the array element.
title
- the title for the dialog boxnames
- the names of the remote connection parametersvalues
- the values of the remote connection parametersallowBlanks
- whether the parameter can be left blanksave
- whether to display the Save Parameters check boxpublic static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks, boolean[] save, java.lang.String helpId)
This method allows the caller to specify a help topic id.
This method allows the caller to specify that the Save Paremeters check box should be displayed. If the save parameter is null, it means that the Save Parameters check box should not be displayed. If the save parameter is a boolean array with length 1, it means that the Save Parameters check box should be displayed. The state of the checkbox will be returned in the array element.
title
- the title for the dialog boxnames
- the names of the remote connection parametersvalues
- the values of the remote connection parametersallowBlanks
- whether the parameter can be left blanksave
- whether to display the Save Parameters check boxhelpId
- the help topic id
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.