|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.installer.util.PanelHelper
public class PanelHelper
Helper routines for panels.
| Constructor Summary | |
|---|---|
PanelHelper()
|
|
| Method Summary | |
|---|---|
static Class<PanelAutomation> |
getAutomatedPanel(String className)
Returns the automated implementation of an IzPanel. |
static Class<PanelAutomation> |
getAutomatedPanel(String className,
ClassLoader loader)
Returns the automated implementation of an IzPanel. |
static Class<ConsolePanel> |
getConsolePanel(String className)
Returns the console implementation of an IzPanel. |
static Class<ConsolePanel> |
getConsolePanel(String className,
ClassLoader loader)
Returns the console implementation of an IzPanel. |
static Class<IzPanel> |
getIzPanel(String className)
Returns the IzPanel implementation of an ConsolePanel. |
static Class<IzPanel> |
getIzPanel(String className,
ClassLoader loader)
Returns the IzPanel implementation of an ConsolePanel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanelHelper()
| Method Detail |
|---|
public static Class<IzPanel> getIzPanel(String className)
ConsolePanel.
Console implementations must use the naming convention:
<prefix>ConsolePanel
<prefix> is the IzPanel name, minus Panel.
HelloPanel, the console implementation must be named HelloConsolePanel.
className - the ConsolePanel class name
null if none is found
public static Class<IzPanel> getIzPanel(String className,
ClassLoader loader)
ConsolePanel.
Console implementations must use the naming convention:
<prefix>ConsolePanel
<prefix> is the IzPanel name, minus Panel.
HelloPanel, the console implementation must be named HelloConsolePanel.
className - the ConsolePanel class nameloader - the class loader to use
null if none is foundpublic static Class<ConsolePanel> getConsolePanel(String className)
IzPanel.
Console implementations must use the naming convention:
<prefix>ConsolePanel
<prefix> is the IzPanel name, minus Panel.
HelloPanel, the console implementation must be named HelloConsolePanel.
className - the IzPanel class name
null if none is found
public static Class<ConsolePanel> getConsolePanel(String className,
ClassLoader loader)
IzPanel.
Console implementations must use the naming convention:
<prefix>ConsolePanel
<prefix> is the IzPanel name, minus Panel.
HelloPanel, the console implementation must be named HelloConsolePanel.
className - the IzPanel class nameloader - the class loader to use
null if none is foundpublic static Class<PanelAutomation> getAutomatedPanel(String className)
IzPanel.
className - the IzPanel class name
null if none is found
public static Class<PanelAutomation> getAutomatedPanel(String className,
ClassLoader loader)
IzPanel.
className - the IzPanel class nameloader - the class loader to use
null if none is found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||