-
Enhancement
-
Resolution: Fixed
-
P4
-
6
-
None
-
b39
-
generic
-
generic
in b36 we have ported most dialogs in common and plugin to the new DialogTemplate.
what remains is:
1.1) AppletViewer.java - showAboutJavaDialog()
1.2) Trace.java - showExceptionDialog()
1.3) ActivatorSecurityManager.java - showOptionDialog() [ for print dialog ]
1.4) ExtensionInstallationImpl.java - showDownloadDialog()
1.5) JavaExtensionInstaller.java - showInformationDialog() [ this is kluge ]
1.6) NativeExtensionInstaller.java - showInformationDialog [ same kludge ]
1.7) CJavaConsole.cpp - showAboutJavaDialog()
and from common:
2.1) BadCertificateDialog.java - showExceptionDialog(), and showInformationDialog()
2.2) DeployAuthenticator.java - showConfirmDialog() for the authenticator
2.3) CertificateHostnameVerifier.java - showConfirmDialog for host name mismatch
2.4) ClientCertDialog.java - showOptionDialog() - chosing certificate to use.
2.5) CertificateDialog.java - showing the Certificate Detail
2.6) X509DeployKeyManager.java - showExceptionDialog()
2.7) Config.java - showErrorDialog, showInformationDialog, and show showConfirmDialog, all for browser settings.
2.8) com.sun.deploy.net.proxy: showExceptionDialog(), and showErrorDialog()
2.9) JCP: showExceptionDialog(), showErrorDialog(), showConfirmDialog(), showOptionDialog().
###@###.### 2005-05-03 13:09:24 GMT
what remains is:
1.1) AppletViewer.java - showAboutJavaDialog()
1.2) Trace.java - showExceptionDialog()
1.3) ActivatorSecurityManager.java - showOptionDialog() [ for print dialog ]
1.4) ExtensionInstallationImpl.java - showDownloadDialog()
1.5) JavaExtensionInstaller.java - showInformationDialog() [ this is kluge ]
1.6) NativeExtensionInstaller.java - showInformationDialog [ same kludge ]
1.7) CJavaConsole.cpp - showAboutJavaDialog()
and from common:
2.1) BadCertificateDialog.java - showExceptionDialog(), and showInformationDialog()
2.2) DeployAuthenticator.java - showConfirmDialog() for the authenticator
2.3) CertificateHostnameVerifier.java - showConfirmDialog for host name mismatch
2.4) ClientCertDialog.java - showOptionDialog() - chosing certificate to use.
2.5) CertificateDialog.java - showing the Certificate Detail
2.6) X509DeployKeyManager.java - showExceptionDialog()
2.7) Config.java - showErrorDialog, showInformationDialog, and show showConfirmDialog, all for browser settings.
2.8) com.sun.deploy.net.proxy: showExceptionDialog(), and showErrorDialog()
2.9) JCP: showExceptionDialog(), showErrorDialog(), showConfirmDialog(), showOptionDialog().
###@###.### 2005-05-03 13:09:24 GMT