Uses of Interface
com.izforge.izpack.installer.automation.PanelAutomation

Packages that use PanelAutomation
com.izforge.izpack.installer.automation   
com.izforge.izpack.installer.util   
 

Uses of PanelAutomation in com.izforge.izpack.installer.automation
 

Methods in com.izforge.izpack.installer.automation that return PanelAutomation
protected  PanelAutomation AutomatedPanelView.createView(Panel panel, Class<PanelAutomation> viewClass)
          Creates a new view.
 

Methods in com.izforge.izpack.installer.automation that return types with arguments of type PanelAutomation
 Class<PanelAutomation> AutomatedPanelView.getViewClass()
          Returns the PanelAutomation class corresponding to the panel's class name
 

Method parameters in com.izforge.izpack.installer.automation with type arguments of type PanelAutomation
protected  PanelAutomation AutomatedPanelView.createView(Panel panel, Class<PanelAutomation> viewClass)
          Creates a new view.
 

Uses of PanelAutomation in com.izforge.izpack.installer.util
 

Methods in com.izforge.izpack.installer.util that return types with arguments of type PanelAutomation
static Class<PanelAutomation> PanelHelper.getAutomatedPanel(String className)
          Returns the automated implementation of an IzPanel.
static Class<PanelAutomation> PanelHelper.getAutomatedPanel(String className, ClassLoader loader)
          Returns the automated implementation of an IzPanel.
 



Copyright © 2018. All rights reserved.