com.izforge.izpack.panels.info
Class InfoConsolePanel

java.lang.Object
  extended by com.izforge.izpack.installer.console.AbstractConsolePanel
      extended by com.izforge.izpack.installer.console.AbstractTextConsolePanel
          extended by com.izforge.izpack.panels.info.InfoConsolePanel
All Implemented Interfaces:
ConsolePanel

public class InfoConsolePanel
extends AbstractTextConsolePanel

Console implementation of InfoPanel.

Author:
Tim Anderson

Constructor Summary
InfoConsolePanel(Resources resources, PanelView<ConsolePanel> panel)
          Constructs an InfoConsolePanel.
 
Method Summary
protected  String getText()
          Returns the text to display.
 
Methods inherited from class com.izforge.izpack.installer.console.AbstractTextConsolePanel
removeHTML, run, run
 
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

InfoConsolePanel

public InfoConsolePanel(Resources resources,
                        PanelView<ConsolePanel> panel)
Constructs an InfoConsolePanel.

Parameters:
resources - the resources
panel - the parent panel/view. May be null
Method Detail

getText

protected String getText()
Returns the text to display.

Specified by:
getText in class AbstractTextConsolePanel
Returns:
the text


Copyright © 2018. All rights reserved.