mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
16.27.2009 d441f750a60beeafecb7795c59ca73927cbc8ea7
refs
author jvergara <jvergara@localhost>
Friday, October 16, 2009 02:27 +0200
committer jvergara <jvergara@localhost>
Friday, October 16, 2009 02:27 +0200
commitd441f750a60beeafecb7795c59ca73927cbc8ea7
tree dfa31d11ecc18b6c8197bea1d2635335803ff875 tree | zip | gz
parent 2e1711ad86b0f3625e892609a68efe577fa66cba view | diff
Change the interface of ProgressDialog to be able to specify separately the frame of the dialog and the component that must be used as a reference to display the dialog.

In some cases the frame that is going to display the progress dialog is hidden just after the progress dialog is displayed (this is the case for most of the cases in the control panel). Depending on the OS, hiding the parent frame implies to hide the progress dialog. The result is that the progress dialog is also hidden with the parent frame. However in other cases it is interesting to pass the frame that displays the progress dialog (for instance when we want to have a modal progress dialog this is required).
29 files modified
87 ■■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/AbstractNewEntryPanel.java 3 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/AddToGroupPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupPanel.java 5 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseEntriesPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseIndexPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BrowseSchemaPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/CustomAttributePanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/CustomObjectClassPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/DeleteBackendPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/DeleteBaseDNPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ExportLDIFPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/IndexPanel.java 4 ●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/JavaPropertiesPanel.java 4 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/LDAPEntryPanel.java 7 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ManageTasksPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewAttributePanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewBaseDNPanel.java 3 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewIndexPanel.java 5 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewObjectClassPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ProgressDialog.java 13 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/RebuildIndexPanel.java 3 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ResetUserPasswordPanel.java 6 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/RestorePanel.java 7 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/StatusGenericPanel.java 3 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/VLVIndexPanel.java 4 ●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/VerifyIndexPanel.java 3 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/WindowsServicePanel.java 3 ●●●● diff | view | raw | blame | history