org.eclipse.ocl.examples.debug.ui.actions
Class OCLBreakpointPropertiesRulerActionDelegate

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.eclipse.ui.texteditor.AbstractRulerActionDelegate
          extended by org.eclipse.ocl.examples.debug.ui.actions.OCLBreakpointPropertiesRulerActionDelegate
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 OCLBreakpointPropertiesRulerActionDelegate
extends org.eclipse.ui.texteditor.AbstractRulerActionDelegate


Constructor Summary
OCLBreakpointPropertiesRulerActionDelegate()
           
 
Method Summary
protected  org.eclipse.jface.action.IAction createAction(org.eclipse.ui.texteditor.ITextEditor editor, org.eclipse.jface.text.source.IVerticalRulerInfo rulerInfo)
           
 
Methods inherited from class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
menuAboutToShow, mouseDoubleClick, mouseDown, mouseUp, run, runWithEvent, selectionChanged, setActiveEditor
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLBreakpointPropertiesRulerActionDelegate

public OCLBreakpointPropertiesRulerActionDelegate()
Method Detail

createAction

protected org.eclipse.jface.action.IAction createAction(org.eclipse.ui.texteditor.ITextEditor editor,
                                                        org.eclipse.jface.text.source.IVerticalRulerInfo rulerInfo)
Specified by:
createAction in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
See Also:
AbstractRulerActionDelegate.createAction(ITextEditor, IVerticalRulerInfo)