| | |
| | | import org.opends.quicksetup.installer.InstallProgressDescriptor; |
| | | import org.opends.quicksetup.installer.InstallProgressStep; |
| | | import org.opends.quicksetup.installer.UserInstallData; |
| | | import org.opends.quicksetup.util.ProgressMessageFormatter; |
| | | import org.opends.quicksetup.util.Utils; |
| | | |
| | | /** |
| | |
| | | } |
| | | |
| | | /** |
| | | * Return the progress message formatter that will be used in the dialog |
| | | * to display the messages. |
| | | * @return the progress message formatter that will be used in the dialog |
| | | * to display the messages. |
| | | */ |
| | | public ProgressMessageFormatter getFormatter() |
| | | { |
| | | return getCurrentStepPanel().getProgressPanel().getFormatter(); |
| | | } |
| | | |
| | | /** |
| | | * Marks as invalid (or valid depending on the value of the invalid parameter) |
| | | * a field corresponding to FieldName. This basically implies udpating the |
| | | * style of the JLabel associated with fieldName (the association is done |