com.pvx.ooadide.launchers.debug
Class RulerActionDelegate

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.eclipse.ui.texteditor.AbstractRulerActionDelegate
          extended by com.pvx.ooadide.launchers.debug.RulerActionDelegate
All Implemented Interfaces:
java.util.EventListener, org.eclipse.jface.action.IMenuListener, org.eclipse.swt.events.MouseListener, org.eclipse.swt.internal.SWTEventListener, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate

public class RulerActionDelegate
extends org.eclipse.ui.texteditor.AbstractRulerActionDelegate

Toggles a breakpoint when ruler is double-clicked


Constructor Summary
RulerActionDelegate()
           
 
Method Summary
 void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
           
 
Methods inherited from class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
menuAboutToShow, mouseDown, mouseUp, run, runWithEvent, selectionChanged, setActiveEditor
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IActionDelegate2
dispose, init
 

Constructor Detail

RulerActionDelegate

public RulerActionDelegate()
Method Detail

mouseDoubleClick

public void mouseDoubleClick(org.eclipse.swt.events.MouseEvent e)
Specified by:
mouseDoubleClick in interface org.eclipse.swt.events.MouseListener
Overrides:
mouseDoubleClick in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate