| ChangedFilesDialog | Dialog to prompt user to save files before adding files to source control
 or checking in files. | 
| CheckInTask | Task to perform a check on a list of DomainFiles. | 
| CheckoutDialog |  | 
| CheckoutsPanel | Panel that shows check out information for a domain file. | 
| ClearCutAction |  | 
| CopyTask |  | 
| DataTree | Tree that shows the folders and domain files in a Project | 
| DataTreeClipboardUtils | Manages Ghidra integration with the system clipboard when doing cut/copy/paste
 operations on domainFiles and domainFolders in a data tree widget. | 
| DataTreeDragNDropHandler |  | 
| DomainFileNode | Class to represent a node in the Data tree. | 
| DomainFolderNode | Class to represent a node in the Data tree. | 
| DomainFolderRootNode |  | 
| FindCheckoutsDialog | Dialog that shows all checkouts in a specific folder and all of its subfolders. | 
| GhidraDataFlavorHandlerService |  | 
| JavaFileListHandler | A drag-and-drop handler for trees that is specific to List<File>. | 
| LinuxFileUrlHandler | A special handler to deal with files dragged from Linux to Ghidra. | 
| LocalTreeNodeHandler |  | 
| LocalVersionInfoHandler |  | 
| NoProjectNode |  | 
| PasteFileTask | Task to paste files at given destination folder. | 
| ProjectDataTreeActionContext |  | 
| ProjectDataTreePanel | Panel that contains a DataTree for showing project data. | 
| UndoActionDialog | Dialog that confirms undo of an action; specify whether a .keep file
 should be created on the undo of the action. | 
| VersionControlDataTypeArchiveUndoCheckoutAction | Action to undo checkouts for domain files in the repository. | 
| VersionControlDialog | Dialog to get comments for adding a file to version control or 
 checking in a file. | 
| VersionControlTask | Task to show a dialog to enter comments for checking in a file | 
| VersionHistoryDialog |  | 
| VersionHistoryPanel | Panel that shows version history in a JTable | 
| VersionInfo | Version info that is inside of the VersionInfoTransferable;
 must be serializable. | 
| VersionInfoTransferable | Defines a transferable |