| ConvertFileSystem |
|
| DBContentHandler |
DBContentHandler provides an abstract ContentHandler for
domain object content which is stored within a database file.
|
| DefaultCheckinHandler |
|
| DomainFileProxy |
Implements the DomainFile interface for DomainObjects that are not currently
associated with any real DomainFile.
|
| DomainObjectAdapter |
An abstract class that provides default behavior for
DomainObject(s), specifically it handles listeners and
change status; the derived class must provide the
getDescription() method.
|
| DomainObjectAdapterDB |
Database version of the DomainObjectAdapter; this version adds the
concept of starting a transaction before a change is made to the
domain object and ending the transaction.
|
| GhidraFile |
|
| GhidraFileData |
|
| GhidraFolder |
|
| GhidraToolState |
|
| ProjectFileManager |
Helper class to manage files within a project.
|
| RootGhidraFolder |
|
| RootGhidraFolderData |
|
| ToolState |
Container object for the state of the tool to hold an XML element.
|
| ToolStateFactory |
|
| TransientDataManager |
Simple static class to keep track of transient domain file/domain objects.
|