|
Class Summary |
| CBZip2InputStream |
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream. |
| CBZip2OutputStream |
An output stream that compresses into the BZip2 format (without the file
header chars) into another stream. |
| CBZip2OutputStream.StackElem |
|
| ConsoleInstall |
|
| ConsoleProgress |
|
| CRC |
A simple class the hold and calculate the CRC for sanity checking of the
data. |
| Install |
Description of the Class |
| InstallThread |
The thread that performs installation. |
| JEditMetalTheme |
|
| MakeFileList |
Create spec files for the installer ; this class is totally independent of other classes
in this package, and should be called from the Ant utility. |
| NonInteractiveInstall |
|
| OperatingSystem |
Abstracts away operating-specific stuff, like finding out the installation
directory, creating a shortcut to start to program, and such. |
| OperatingSystem.GUIHandler |
actionHandler for the JComboBox returned by createGUI |
| OperatingSystem.HalfAnOS |
Concrete implementation of OperatingSystem for OS/2 |
| OperatingSystem.MacOS |
Concrete implementation of OperatingSystem for MacOS 8 (pb : there's no JDK1.3 for MacOs 8 !!!) |
| OperatingSystem.MacOSX |
Concrete implementation of OperatingSystem for MacOS X |
| OperatingSystem.Unix |
Concrete implementation of OperatingSystem for Linux/Solaris |
| OperatingSystem.Windows |
Concrete implementation of OperatingSystem for Win9x |
| Page |
A component that can be added to a Wizard. |
| SwingInstall |
Graphical front-end to installer. |
| TarBuffer |
The TarBuffer class implements the tar archive concept
of a buffered input stream. |
| TarEntry |
This class represents an entry in a Tar archive. |
| TarHeader |
This class encapsulates the Tar Entry Header used in Tar Archives. |
| TarInputStream |
The TarInputStream reads a UNIX tar archive as an InputStream. |
| TarOutputStream |
The TarOutputStream writes a UNIX tar archive as an OutputStream. |
| VariableGridLayout |
The VariableGridLayout class is a layout manager
that lays out a container's components in a rectangular grid
with variable cell sizes. |
| Wizard |
An abstract class that steps the user through a set of pages. |