edu.rice.cs.drjava.ui
Class InteractionsPane.leftUndoBreak

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by edu.rice.cs.drjava.ui.InteractionsPane.leftUndoBreak
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
Enclosing class:
InteractionsPane

private class InteractionsPane.leftUndoBreak
extends MouseAdapter

listens for a left click by mouse and ends a compound edit for the undo/redo funationality means that when someone clicks to change position in text, starts typing at the new location, the undo will only get rid of the added text


Constructor Summary
private InteractionsPane.leftUndoBreak()
           
 
Method Summary
 void mouseClicked(MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionsPane.leftUndoBreak

private InteractionsPane.leftUndoBreak()
Method Detail

mouseClicked

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