com.izforge.izpack.installer.debugger
Class Debugger

java.lang.Object
  extended by com.izforge.izpack.installer.debugger.Debugger

public class Debugger
extends Object

Class for debugging variables and conditions.

Version:
$Id: $
Author:
Dennis Reil,

Constructor Summary
Debugger(GUIInstallData installdata, IconsDatabase icons, RulesEngine rules)
           
 
Method Summary
 JPanel getDebugPanel()
           
 void packSelectionChanged(String comment)
           
 void switchPanel(Panel nextpanelmetadata, Panel lastpanelmetadata)
          Debug state changes after panel switch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debugger

public Debugger(GUIInstallData installdata,
                IconsDatabase icons,
                RulesEngine rules)
Method Detail

getDebugPanel

public JPanel getDebugPanel()

switchPanel

public void switchPanel(Panel nextpanelmetadata,
                        Panel lastpanelmetadata)
Debug state changes after panel switch.

Parameters:
nextpanelmetadata -
lastpanelmetadata -

packSelectionChanged

public void packSelectionChanged(String comment)


Copyright © 2018. All rights reserved.