mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Added accessors for the monitor and the nodes panel.
This commit is contained in:
parent
307151a46f
commit
af04ea3cba
@ -52,6 +52,14 @@ final class AinStatusDashboard extends javax.swing.JPanel implements Observer {
|
||||
autoIngestMonitor.addObserver(this);
|
||||
}
|
||||
|
||||
AutoIngestMonitor getMonitor() {
|
||||
return autoIngestMonitor;
|
||||
}
|
||||
|
||||
AinStatusPanel getNodesStatusPanel() {
|
||||
return nodesPanel;
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is called from within the constructor to initialize the form.
|
||||
* WARNING: Do NOT modify this code. The content of this method is always
|
||||
|
Loading…
x
Reference in New Issue
Block a user