com.sun.grid.installer.gui
public class HostPanelAutomationHelper extends java.lang.Object implements com.izforge.izpack.installer.PanelAutomation
| Constructor and Description |
|---|
HostPanelAutomationHelper() |
HostPanelAutomationHelper(java.util.Map<java.lang.String,java.lang.String> entries) |
| Modifier and Type | Method and Description |
|---|---|
static void |
getJTables(javax.swing.JComponent main,
java.util.ArrayList<javax.swing.JTable> tables)
Returns with the <@link JTable> tables available in the specified <@link JComponent> component
|
void |
makeXMLData(com.izforge.izpack.installer.AutomatedInstallData idata,
net.n3.nanoxml.XMLElement panelRoot)
Asks to make the XML panel data.
|
boolean |
runAutomated(com.izforge.izpack.installer.AutomatedInstallData idata,
net.n3.nanoxml.XMLElement panelRoot)
Asks to run in the automated mode.
|
public HostPanelAutomationHelper()
public HostPanelAutomationHelper(java.util.Map<java.lang.String,java.lang.String> entries)
public void makeXMLData(com.izforge.izpack.installer.AutomatedInstallData idata,
net.n3.nanoxml.XMLElement panelRoot)
makeXMLData in interface com.izforge.izpack.installer.PanelAutomationidata - The installation data.panelRoot - The tree to put the data in.public boolean runAutomated(com.izforge.izpack.installer.AutomatedInstallData idata,
net.n3.nanoxml.XMLElement panelRoot)
runAutomated in interface com.izforge.izpack.installer.PanelAutomationidata - The installation data.panelRoot - The XML tree to read the data from.public static void getJTables(javax.swing.JComponent main,
java.util.ArrayList<javax.swing.JTable> tables)
main - The top component where the search start fromtables - An initialized array which will contain all of the tables have been found