org.freehep.jas.extension.tupleExplorer.cut
Class SliderTrackUI.TrackListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by javax.swing.event.MouseInputAdapter
          extended by org.freehep.jas.extension.tupleExplorer.cut.SliderTrackUI.TrackListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener, MouseInputListener
Enclosing class:
SliderTrackUI

public class SliderTrackUI.TrackListener
extends MouseInputAdapter


Field Summary
protected  int adjustingThumbIndex
           
protected  Rectangle adjustingThumbRect
           
protected  int currentMouseX
           
protected  int currentMouseY
           
protected  int offset
           
protected  SliderTrack slider
           
 
Method Summary
 void mousePressed(MouseEvent e)
           
 void mouseReleased(MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 

Field Detail

offset

protected transient int offset

currentMouseX

protected transient int currentMouseX

currentMouseY

protected transient int currentMouseY

adjustingThumbRect

protected Rectangle adjustingThumbRect

adjustingThumbIndex

protected int adjustingThumbIndex

slider

protected SliderTrack slider
Method Detail

mousePressed

public void mousePressed(MouseEvent e)
Specified by:
mousePressed in interface MouseListener
Overrides:
mousePressed in class MouseAdapter

mouseReleased

public void mouseReleased(MouseEvent e)
Specified by:
mouseReleased in interface MouseListener
Overrides:
mouseReleased in class MouseAdapter


Copyright © 2013. All Rights Reserved.