| javax.swing.JFrame com.izforge.izpack.uninstaller.UninstallerFrame
UninstallerFrame | public class UninstallerFrame extends JFrame (Code) | | The uninstaller frame class.
author: Julien Ponge |
Constructor Summary | |
public | UninstallerFrame(boolean displayForceOption, boolean forceOptionState) The constructor. |
destroyButton | protected JButton destroyButton(Code) | | The destroy button.
|
installPath | protected String installPath(Code) | | The installation path.
|
targetDestroyCheckbox | protected JCheckBox targetDestroyCheckbox(Code) | | The target destroy checkbox.
|
UninstallerFrame | public UninstallerFrame(boolean displayForceOption, boolean forceOptionState) throws Exception(Code) | | The constructor.
Parameters: displayForceOption - If true, display to the user the option permitting to forceall files deletion. Parameters: forceOptionState - If true, force deletion is activated. exception: Exception - Description of the Exception |
blockGUI | public void blockGUI()(Code) | | Blocks GUI interaction.
|
getLangpack | public static LocaleDatabase getLangpack()(Code) | | Returns the langpack.
Returns the langpack. |
releaseGUI | public void releaseGUI()(Code) | | Releases GUI interaction.
|
|
|