| |
|
| com.izforge.izpack.panels.PathInputPanel com.izforge.izpack.panels.TargetPanel
TargetPanel | public class TargetPanel extends PathInputPanel (Code) | | The taget directory selection panel.
author: Julien Ponge |
TargetPanel | public TargetPanel(InstallerFrame parent, InstallData idata)(Code) | | The constructor.
Parameters: parent - The parent window. Parameters: idata - The installation data. |
getDefaultDir | public String getDefaultDir()(Code) | | Returns the default install directory. This is equal to
PathInputPanel.getDefaultInstallDir
the default install directory |
isValidated | public boolean isValidated()(Code) | | Indicates wether the panel has been validated or not.
Wether the panel has been validated or not. |
loadDefaultDir | public void loadDefaultDir()(Code) | | This method simple delegates to PathInputPanel.loadDefaultInstallDir with the
current parent as installer frame.
|
makeXMLData | public void makeXMLData(XMLElement panelRoot)(Code) | | Asks to make the XML panel data.
Parameters: panelRoot - The tree to put the data in. |
panelActivate | public void panelActivate()(Code) | | Called when the panel becomes active.
|
setDefaultDir | public void setDefaultDir(String defaultDir)(Code) | | Sets the default install directory to the given String. This is equal to
PathInputPanel.setDefaultInstallDir
Parameters: defaultDir - path to be used for the install directory |
|
|
|