Package org.installguru.installer

Interface Summary
InstallTask All the tasks performed by the installer, implements this interface.
 

Class Summary
FileChooserPanel This class is used to select the install directory on the target machine.
FileFilterByExtension  
FileSystemTreeModel  
FileUtilities This is an utility class to copy files and directories.
FinishPanel This is a GUI task which displays an install finish screen.
Installer  
InstallTaskPanel This class is the root of all the GUI tasks.
InstallUtilities  
LicensePanel This is a GUI task which displays license agreement screen.
LinuxUtil  
ListEnumeration  
Logger  
OneSidedLineBorder  
OSUtil  
OverwriteConfirmDialog  
ProgressPanel This is a GUI task which displays the progress of an install or uninstall operation.
ReadmePanel This is a GUI task which displays the readme text.
RegistryObject The instance of this class represents a windows registry key entry.
Shortcut The instance of this class represents a platform specific shortcut.
ShortcutPanel This is a GUI task which lets user select a shortcut folder to create program shortcuts on the target machine.
The value of the selected shortcut folder is stored in installer properties with the key Installer.SHORTCUT_FOLDER.
ShortcutTask This is a non-GUI task which create a platform specific shortcut.
SplashScreen  
SummaryPanel This is a GUI task which displays the summary of the install operation.
TextInputPanel This is a GUI task which is used to take input from the user to perform some custom install operations.
Uninstall  
UserCode  
WelcomePanel This is a GUI task which displays the welcome screen.
Win32Util  
WrappingLabel  
XmlNode  
XmlUtilities  
 

Exception Summary
InstallException Thrown by the methods of install tasks.