com.izforge.izpack.panels.simplefinish
Class SimpleFinishConsolePanel

java.lang.Object
  extended by com.izforge.izpack.installer.console.AbstractConsolePanel
      extended by com.izforge.izpack.panels.finish.FinishConsolePanel
          extended by com.izforge.izpack.panels.simplefinish.SimpleFinishConsolePanel
All Implemented Interfaces:
ConsolePanel

public class SimpleFinishConsolePanel
extends FinishConsolePanel

Console implementation of SimpleFinishPanel.

Author:
Tim Anderson

Constructor Summary
SimpleFinishConsolePanel(PanelView<ConsolePanel> panel)
          Constructs an SimpleFinishConsolePanel.
 
Method Summary
 
Methods inherited from class com.izforge.izpack.panels.finish.FinishConsolePanel
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

SimpleFinishConsolePanel

public SimpleFinishConsolePanel(PanelView<ConsolePanel> panel)
Constructs an SimpleFinishConsolePanel.

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


Copyright © 2018. All rights reserved.