| | |
| | | import org.opends.quicksetup.util.HtmlProgressMessageFormatter; |
| | | import org.opends.quicksetup.util.ProgressMessageFormatter; |
| | | import org.opends.quicksetup.util.URLWorker; |
| | | import org.opends.quicksetup.util.Utils; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import static org.opends.messages.QuickSetupMessages.*; |
| | | |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns <CODE>true</CODE> if this is a WebStart based installer and |
| | | * <CODE>false</CODE> otherwise. |
| | | * @return <CODE>true</CODE> if this is a WebStart based installer and |
| | | * <CODE>false</CODE> otherwise. |
| | | */ |
| | | protected boolean isWebStart() |
| | | { |
| | | return Utils.isWebStart(); |
| | | } |
| | | |
| | | /** |
| | | * Returns the formatter that will be used to display the messages in this |
| | | * panel. |
| | | * @return the formatter that will be used to display the messages in this |