|
Class Summary |
| Administrator |
Fedora Administrator GUI. |
| APIAStubFactory |
Title: APIAStubFactory.java |
| APIMStubFactory |
Title: APIMStubFactory.java |
| BasisDataStream |
Title: BasisDataStream.java |
| BatchBuildGUI |
Title: BatchBuildGUI.java |
| BatchBuildIngestGUI |
Title: BatchBuildIngestGUI.java |
| BatchIngestGUI |
Title: BatchIngesGUI.java |
| BatchOutput |
Title: BatchOutput.java |
| BatchOutputCatcher |
Title: BatchOutputCatcher.java |
| BatchThread |
Title: BatchThread.java |
| DataStream |
Title: DataStream.java |
| DataStreamEditor |
Title: DataStreamEditor.java |
| DigitalObject |
Title: DigitalObject.java |
| Downloader |
A client for performing HTTP GET requests on a Fedora server (with
authentication) or any other server (without authentication). |
| FedoraClient |
General-purpose utility class for Fedora clients. |
| FTypeDialog |
Launch a dialog for selecting which object type(s) the user is interested in:
bdefs, bmechs, data objects (any combination). |
| HttpInputStream |
An InputStream from an HttpMethod. |
| InlineDataStream |
Title: InlineDataStream.java |
| LoginDialog |
Launch a dialog for logging into a Fedora repository. |
| NewObjectDialog |
Launch a dialog for entering information for a new object (title, content
model, and possibly a specified pid), then create the object on the server
and launch an editor on it. |
| ObjectFormatDialog |
Launch a dialog for selecting which XML format to ingest. |
| SwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread. |
| Uploader |
A client to a Fedora server's upload facility, accessed via a
basic-authenticated multipart POST to the server. |
| WatchPrintStream |
A PrintStream that sends its output to Administrator.WATCH_AREA,
the JTextArea of the Tools->Advanced->STDOUT/STDERR window. |