19 package org.sleuthkit.autopsy.timeline.actions;
21 import javafx.beans.binding.BooleanBinding;
22 import javafx.scene.image.Image;
23 import javafx.scene.image.ImageView;
24 import org.controlsfx.control.action.Action;
25 import org.openide.util.NbBundle;
34 private static final Image
MAGNIFIER_OUT =
new Image(
"/org/sleuthkit/autopsy/timeline/images/magnifier-zoom-out-red.png");
36 @NbBundle.Messages({
"ZoomOut.longText=Zoom out to view about 50% more time.",
37 "ZoomOut.action.text=Zoom out"})
39 super(Bundle.ZoomOut_action_text());
40 setLongText(Bundle.ZoomOut_longText());
41 setGraphic(
new ImageView(MAGNIFIER_OUT));
45 disabledProperty().bind(
new BooleanBinding() {
53 protected boolean computeValue() {
FilteredEventsModel getEventsModel()
synchronized ReadOnlyObjectProperty< ZoomParams > zoomParametersProperty()
Interval getSpanningInterval()
ZoomOut(TimeLineController controller)
static final Image MAGNIFIER_OUT
synchronized void pushZoomOutTime()
synchronized ReadOnlyObjectProperty< Interval > timeRangeProperty()