From c55c42c99dbb7a158b045e61e0f2a94d62ee9948 Mon Sep 17 00:00:00 2001 From: jmillman Date: Thu, 28 Apr 2016 15:53:54 -0400 Subject: [PATCH] minor comments FilteredEventsModel.java and ivy.xml --- .../timeline/datamodel/FilteredEventsModel.java | 10 ++++++++++ CoreLibs/ivy.xml | 1 + 2 files changed, 11 insertions(+) diff --git a/Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java b/Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java index 578fd1ca8f..e4aea46eea 100644 --- a/Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java +++ b/Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java @@ -162,10 +162,20 @@ public final class FilteredEventsModel { requestedZoomParamters.bind(currentStateProperty); } + /** + * Readonly observable property for the current ZoomParams + * + * @return A readonly observable property for the current ZoomParams. + */ synchronized public ReadOnlyObjectProperty zoomParametersProperty() { return requestedZoomParamters.getReadOnlyProperty(); } + /** + * Get the current ZoomParams + * + * @return The current ZoomParams + */ synchronized public ZoomParams getZoomParamaters() { return requestedZoomParamters.get(); } diff --git a/CoreLibs/ivy.xml b/CoreLibs/ivy.xml index 41adc70d76..70bbe38e46 100644 --- a/CoreLibs/ivy.xml +++ b/CoreLibs/ivy.xml @@ -43,6 +43,7 @@ +