com.izforge.izpack.installer.util
Class SummaryProcessor
java.lang.Object
com.izforge.izpack.installer.util.SummaryProcessor
public class SummaryProcessor
- extends Object
A helper class which creates a summary from all panels. This class calls all declared panels for
a summary To differ between caption and message, HTML is used to draw caption in bold and indent
messaged a little bit.
- Author:
- Klaus Bartz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryProcessor
public SummaryProcessor()
getSummary
public static String getSummary(GUIInstallData idata)
- Returns a HTML formated string which contains the summary of all panels. To get the summary,
the methods *
ISummarisable.getSummaryCaption() and ISummarisable.getSummaryBody() of all
panels are called.
- Parameters:
idata - AutomatedInstallData which contains the panel references
- Returns:
- a HTML formated string with the summary of all panels
Copyright © 2018. All rights reserved.