From af04ea3cba3ed5780cde45faa0581cf5aa71079c Mon Sep 17 00:00:00 2001 From: esaunders Date: Tue, 24 Apr 2018 14:31:12 -0400 Subject: [PATCH] Added accessors for the monitor and the nodes panel. --- .../experimental/autoingest/AinStatusDashboard.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java index 638c0dc6dc..1d766a45e7 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AinStatusDashboard.java @@ -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