mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
43 lines
2.5 KiB
Plaintext
43 lines
2.5 KiB
Plaintext
/*! \page uilayout_page UI Layout
|
|
|
|
|
|
<br>
|
|
\section ui_overview Overview
|
|
|
|
The major areas in the Autopsy User Interface (UI) are:
|
|
- \ref ui_tree, shown outlined in green below
|
|
- \ref ui_results, shown outlined in blue below
|
|
- \ref ui_content, shown outlined in red below
|
|
- \ref ui_keyword, shown outlined in yellow below
|
|
- \ref ui_status, shown in solid purple below
|
|
|
|
You can customize how data is shown in the UI through the \ref view_options_page panel.
|
|
|
|
\image html ui-layout-1.PNG
|
|
|
|
<br>
|
|
<br>
|
|
<br>
|
|
\section ui_tree Tree Viewer
|
|
|
|
The Tree Viewer on the left-hand side is the top level of the UI. Selecting folders in the Tree Viewer will cause their contents to be displayed in the Result Viewer to the right. You can browse the files in the image, find saved results from automated procedures (ingest), and see the results from \ref tagging_page and \ref reporting_page. See the \subpage tree_viewer_page page for additional information.
|
|
|
|
\section ui_results Result Viewer
|
|
|
|
The Result Viewer windows are in the upper right area of the interface and display the results from selecting something in the Tree Viewer. The columns displayed will depend on what was selected in the Tree Viewer - files will show things like path, size, and creation date while a contact would show its name, phone number, and email. Selecting an item in the Result Viewer will show details about the item in the Content Viewer below. See the \ref result_viewer_page for additional information.
|
|
|
|
\section ui_content Content Viewer
|
|
|
|
The Content Viewer area is in the lower right area of the interface. This area is used to view a specific file in a variety of formats. There are different tabs for different viewers. Not all tabs support all file types, so only some of them will be enabled. To display data in this area, a file must be selected from the Result Viewer window.
|
|
|
|
The Content Viewer area is part of a plug-in framework. You can install modules that will add more viewer types. For additional information on the built-in content viewers, see the \ref content_viewer_page page.
|
|
|
|
\section ui_keyword Keyword Search
|
|
Keyword Search allows the user to search for keywords in the data source. It is covered in more detail here: \subpage keyword_search_page
|
|
|
|
\section ui_status Status Area
|
|
The Status area will show progress bars while ingest is occuring. This visually indicates to the user what portion of the processing is already complete. The user can click on the progress bars to see further detail or to cancel ingest jobs.
|
|
<br>
|
|
|
|
*/
|