Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.CircularJSliderUI.CustomTrackListener Class Reference

Inherits TrackListener.

Public Member Functions

void mousePressed (MouseEvent e)
 
void mouseReleased (MouseEvent e)
 

Detailed Description

This track listener will force the thumb to be snapped to the mouse location. This makes grabbing and dragging the JSlider much easier. Using the default track listener, the user would have to click exactly on the slider thumb to drag it. Now the thumb positions itself under the mouse so that it can always be dragged.

Definition at line 749 of file MediaPlayerPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.CircularJSliderUI.CustomTrackListener.mousePressed ( MouseEvent  e)

Definition at line 752 of file MediaPlayerPanel.java.

void org.sleuthkit.autopsy.contentviewers.MediaPlayerPanel.CircularJSliderUI.CustomTrackListener.mouseReleased ( MouseEvent  e)

Definition at line 767 of file MediaPlayerPanel.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2019 Basis Technology. Generated on: Tue Jan 7 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.