com.izforge.izpack.panels.htmllicence
Class HTMLLicenceConsolePanel

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.licence.AbstractLicenceConsolePanel
              extended by com.izforge.izpack.panels.htmllicence.HTMLLicenceConsolePanel
All Implemented Interfaces:
ConsolePanel

public class HTMLLicenceConsolePanel
extends AbstractLicenceConsolePanel

HTML Licence Panel console helper


Constructor Summary
HTMLLicenceConsolePanel(PanelView<ConsolePanel> panel, Resources resources)
          Constructs an HTMLLicenceConsolePanel.
 
Method Summary
protected  String getText()
          Returns the text to display.
 
Methods inherited from class com.izforge.izpack.panels.licence.AbstractLicenceConsolePanel
loadLicence, loadLicenceAsString, loadLicenceAsString, promptEndPanel
 
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, promptRerunPanel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLLicenceConsolePanel

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

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

getText

protected String getText()
Returns the text to display.

Specified by:
getText in class AbstractTextConsolePanel
Returns:
the text. A null indicates failure


Copyright © 2018. All rights reserved.