|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.console.AbstractConsolePanel
com.izforge.izpack.installer.console.AbstractTextConsolePanel
public abstract class AbstractTextConsolePanel
Abstract console panel for displaying paginated text.
| Constructor Summary | |
|---|---|
AbstractTextConsolePanel(PanelView<ConsolePanel> panel)
Constructs an AbstractTextConsolePanel. |
|
| Method Summary | |
|---|---|
protected abstract String |
getText()
Returns the text to display. |
protected String |
removeHTML(String text)
Helper to strip HTML from text. |
boolean |
run(InstallData installData,
Console console)
Runs the panel using the specified console. |
boolean |
run(InstallData installData,
Properties properties)
Runs the panel using the supplied properties. |
| Methods inherited from class com.izforge.izpack.installer.console.AbstractConsolePanel |
|---|
createInstallationRecord, generateOptions, getI18nStringForClass, getI18nStringForClass, getPanel, handlePanelValidationResult, printHeadLine, promptEndPanel, promptRerunPanel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTextConsolePanel(PanelView<ConsolePanel> panel)
AbstractTextConsolePanel.
panel - the parent panel/view. May be null| Method Detail |
|---|
public boolean run(InstallData installData,
Properties properties)
installData - the installation dataproperties - the properties
public boolean run(InstallData installData,
Console console)
run in interface ConsolePanelrun in class AbstractConsolePanelinstallData - the installation dataconsole - the console
protected abstract String getText()
protected String removeHTML(String text)
text - the text. May be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||