Inherits SkinBase< DetailsChart >.
|
static void | configureMouseListeners (final DetailsChartLane<?> chartLane, final TimeLineChart.MouseClickedHandler< DateTime, DetailsChart > mouseClickedHandler, final TimeLineChart.ChartDragHandler< DateTime, DetailsChart > chartDragHandler) |
|
The Skin for DetailsChart that implements the visual display of the chart.
Definition at line 354 of file DetailsChart.java.
static void org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.configureMouseListeners |
( |
final DetailsChartLane<?> |
chartLane, |
|
|
final TimeLineChart.MouseClickedHandler< DateTime, DetailsChart > |
mouseClickedHandler, |
|
|
final TimeLineChart.ChartDragHandler< DateTime, DetailsChart > |
chartDragHandler |
|
) |
| |
|
staticprivate |
Add the given listeners to the given chart lane
- Parameters
-
chartLane | The Chart lane to add the listeners to. |
mouseClickedHandler | The MouseClickedHandler to add to chart. |
chartDragHandler | The ChartDragHandler to add to the chart as pressed, released, dragged, and clicked handler. |
Definition at line 475 of file DetailsChart.java.
void org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.syncPinnedHeight |
( |
| ) |
|
|
private |
Sync the allowed height of the pinned lane's scroll pane to the lanes actual height.
Definition at line 461 of file DetailsChart.java.
void org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.syncPinnedLaneShowing |
( |
| ) |
|
|
private |
Show the pinned lane if and only if the settings object says it should be.
Definition at line 487 of file DetailsChart.java.
double org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.dividerPosition = .1 |
|
private |
The divider position of masterDetailPane is saved when the pinned lane is hidden so it can be restored when the pinned lane is shown again.
Definition at line 400 of file DetailsChart.java.
final MasterDetailPane org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.masterDetailPane |
|
private |
Shows the two lanes with the primary lane as the master, and the pinned lane as the details view above the primary lane. Used to show and hide the pinned lane with a slide in/out animation.
Definition at line 388 of file DetailsChart.java.
final int org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.MIN_PINNED_LANE_HEIGHT = 50 |
|
staticprivate |
If the pinned lane is visible this is the minimum height.
Definition at line 359 of file DetailsChart.java.
final PinnedEventsChartLane org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.pinnedLane |
|
private |
final ScrollingLaneWrapper org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.pinnedView |
|
private |
Container for the pinned Lane that adds a vertical ScrollBar
Definition at line 381 of file DetailsChart.java.
final PrimaryDetailsChartLane org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.primaryLane |
|
private |
final ScrollingLaneWrapper org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.primaryView |
|
private |
Container for the primary Lane that adds a vertical ScrollBar
Definition at line 370 of file DetailsChart.java.
final Pane org.sleuthkit.autopsy.timeline.ui.detailview.DetailsChart.DetailsChartSkin.rootPane |
|
private |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/DetailsChart.java