| Interface | Description |
|---|---|
| MakeWeb.FileCallBack |
An interface defining a callback for a file tree walk (used by
the sitemap option)
|
| Class | Description |
|---|---|
| Clean |
This class looks for "funny" characters in a file.
|
| Copyfiles |
This class copies files and directories from one directory to
another.
|
| DatabaseEditor |
This class implements a window displaying the tables and views
contained in a database (or all tables and views in all attached
databases).
|
| DatabaseEditor.DatabaseTableEntry |
This class is a pure data structure.
|
| DatabaseEditor.RowProc |
Abstract class to operate on rows of a table.
|
| FileBrowser | |
| FileBrowser.CompareTableData |
This class holds data for a line of the file comparison
table.
|
| FileBrowser.DataNameComparator | |
| FileBrowser.EditWindow |
An undoable text edit window
This is the base class for all of the text windows.
|
| FileBrowser.FindReplace |
This class provides a search and replace function for a file edit
window.
|
| FileBrowser.LocalPath |
Implements a path (MyPath) in the local file system.
|
| FileBrowser.MyComboBox | |
| FileBrowser.MyPath |
This class is the superclass of all path-type objects.
|
| FileBrowser.MyProgMon |
MyProgMon is an implementation of a file transfer progress
monitor.
|
| FileBrowser.MyTextTransferHandler |
This class handles JTextField drag & drop.
|
| FileBrowser.MyTreeNode |
This class is a pure data structure and represents a node in a
JTree.
|
| FileBrowser.MyUserInfo | |
| FileBrowser.PathComparator |
This comparator of Paths puts directories first, then sorts
ignoring case, then considering case.
|
| FileBrowser.RemotePath |
An object that may be used to locate a file in a remote file
system.
|
| FileBrowser.RootPath |
A singleton class representing the root node of the tree.
|
| FileBrowser.SSHWindow |
A SSHWindow is a shell window on a remote system.
|
| FileBrowser.TableData |
This class is just a data structure with the table information
|
| FileBrowser.TableDataComparator | |
| FileBrowser.TreeNodeComparator | |
| FileBrowser.UndoableTextArea | |
| MakeWeb |
This class creates a web site from a database
|
| MakeWeb.SiteMap |
This class, given a top-level directory, creates in a database a
table "sitemap" containing entries representing the file and
directory structure under this top-level directory.
|
| Enum | Description |
|---|---|
| FileBrowser.Direction |
An enum whose members indicate the possible operations between
pairs of files.
|
| Exception | Description |
|---|---|
| FileBrowser.SftpOpenFailedException |