org.das2.event
Class TimeRangeSelectorMouseModule

java.lang.Object
  extended by org.das2.event.MouseModule
      extended by org.das2.event.TimeRangeSelectorMouseModule
All Implemented Interfaces:
java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener, Displayable, Editable

Deprecated. Use HorizontalRangeSelectorMouseModule.

public class TimeRangeSelectorMouseModule
extends MouseModule


Field Summary
 
Fields inherited from class org.das2.event.MouseModule
dragRenderer, parent
 
Constructor Summary
TimeRangeSelectorMouseModule(DasCanvasComponent parent, DasAxis timeAxis)
          Deprecated.  
 
Method Summary
 void addTimeRangeSelectionListener(TimeRangeSelectionListener listener)
          Deprecated. Registers TimeRangeSelectionListener to receive events.
static TimeRangeSelectorMouseModule create(DasPlot parent)
          Deprecated.  
 java.lang.String getLabel()
          Deprecated. returns a string that identifies the module
 void mouseRangeSelected(MouseRangeSelectionEvent e0)
          Deprecated.  
 void removeTimeRangeSelectionListener(TimeRangeSelectionListener listener)
          Deprecated. Removes TimeRangeSelectionListener from the list of listeners.
 
Methods inherited from class org.das2.event.MouseModule
getCursor, getDragRenderer, getHotSpots, getListIcon, getListLabel, hotSpotPressed, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePointSelected, mousePressed, mouseRangeSelected, mouseReleased, mouseWheelMoved, setDragRenderer, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeRangeSelectorMouseModule

public TimeRangeSelectorMouseModule(DasCanvasComponent parent,
                                    DasAxis timeAxis)
Deprecated. 
Method Detail

getLabel

public java.lang.String getLabel()
Deprecated. 
Description copied from class: MouseModule
returns a string that identifies the module

Overrides:
getLabel in class MouseModule

create

public static TimeRangeSelectorMouseModule create(DasPlot parent)
Deprecated. 

mouseRangeSelected

public void mouseRangeSelected(MouseRangeSelectionEvent e0)
Deprecated. 

addTimeRangeSelectionListener

public void addTimeRangeSelectionListener(TimeRangeSelectionListener listener)
Deprecated. 
Registers TimeRangeSelectionListener to receive events.

Parameters:
listener - The listener to register.

removeTimeRangeSelectionListener

public void removeTimeRangeSelectionListener(TimeRangeSelectionListener listener)
Deprecated. 
Removes TimeRangeSelectionListener from the list of listeners.

Parameters:
listener - The listener to remove.